Possibilites about obtaining mathematical equation from neural network toolbox after training?
Mostrar comentarios más antiguos
Hi, I was searching for a mathematical equation just like in the regression analysis where coefficient are formed for each independent valuable. Is it possible to find out an equation after performing the training parameter in neural network. As training is done by levenberg marquardt algorithum. As it is shown in the architecture of the neural network manual.
Respuesta aceptada
Más respuestas (1)
Shashank Prasanna
el 31 de En. de 2013
2 votos
Neural Networks are non parametric methods, which means there are no parametrized equations. The model is expressed it as a weighted sum of several sigmoids or other transfer function depending on how many layers or nodes you have.
In short there is not small equation like in parametric regression analysis.
Wolfram has a nice explanation:
Categorías
Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!