Arif
-
06:07:25 am on April 3, 2010 | # |
net = newff([0 10],[5 1],{'tansig' 'purelin'});
implements a feed forward ANN with input range of 1 to 10, 5 neuron in its hidden-layer withtansig
transfer function, and a singlepurelin
transfer function in output layer.