Calculation process of artificial neural networks by nntool

It was analyzed by using the nntool.
for example
Number of Neuron 6 Number of Hidden layers 3 Transfer Function Tansig
Then, in nntool, iw {1,1} lw {2,1} bias1. I got the results.
I want to know that calculation to process of nntool using excel

 Respuesta aceptada

Greg Heath
Greg Heath el 25 de Oct. de 2013
I don't know what problem you are trying to solve. However,
1 hidden layer with tansig transfer functions is a universal approximator.
The only reason you would consider 2 hidden layers is if the required number of hidden nodes is so high that it requires many more unknown weights than you have training equations.
In 30 years of experience with NNs, I have never encountered 3 hidden layers.
Again, 99% of the time only 1 hidden layer is necessary.
Hope this helps.
Greg

Más respuestas (0)

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Preguntada:

el 25 de Oct. de 2013

Respondida:

el 25 de Oct. de 2013

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by