Fit an equation with trained neural network

1 visualización (últimos 30 días)
Sepanta Gharib
Sepanta Gharib el 2 de Jun. de 2018
Editada: Greg Heath el 2 de Jun. de 2018
Hello,
How can I fit a trained neural network into an equation? Because modeling is worthless without an output equation.
Or what command should be used for a saved neural network with 4 variables (in command window)? I use "net(40,200,2,120)" but it makes a mistake.

Respuesta aceptada

Greg Heath
Greg Heath el 2 de Jun. de 2018
Editada: Greg Heath el 2 de Jun. de 2018
The single hidden layer feedforward net is a
UNIVERSAL APPROXIMATOR!
In the default mode it's equation is
y = B2 + LW*tanh(B1+IW*x)
help fitnet
doc fitnet
Hope this helps
Thank you for formally accepting my answer
Greg

Más respuestas (0)

Categorías

Más información sobre Sequence and Numeric Feature Data Workflows en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by