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

 Réponse acceptée

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)

Plus de réponses (0)

Catégories

En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by