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

I cant get the Regression Equation from artificial neural network
or the Fuzzy since they give least RMSE

 採用された回答

Greg Heath
Greg Heath 2015 年 7 月 10 日
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)

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeDeep Learning Toolbox についてさらに検索

質問済み:

2015 年 6 月 28 日

回答済み:

2015 年 7 月 10 日

Community Treasure Hunt

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

Start Hunting!

Translated by