how to find Regression Equation from artificial neural network or fuzzy tool box

 Respuesta aceptada

Assume the input, x and target, t variables are normalized to xn and tn. Then the normalized output for the default regression neural net is
yn = B2 + LW*tanh(B1 + IW*xn);
Where yn can be unnormalized to y by using the parameters of the target (e.g., min and max or mean and std)

Más respuestas (0)

Categorías

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

Preguntada:

el 28 de Jun. de 2015

Respondida:

el 10 de Jul. de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by