on the Web page http://neuroph.sourceforge.net/tutorials/MultiLayerPerceptron.html Q1. On the dialogue of parameters, we specify 3 hidden neurons and don't specify the number of hidden layers, why would the created network have 2 hidden layers with 3 and 4 neurons respectively, and 7 hidden neurons in total? Q2. Also on that dialogue, we let the Transfer function be the default sigmoid, why it's said that "All neurons will have Tanh transfer functions" after the creation of the network? Q3. At the...