Fit an equation with trained neural network

4 ビュー (過去 30 日間)
Sepanta Gharib
Sepanta Gharib 2018 年 6 月 2 日
編集済み: Greg Heath 2018 年 6 月 2 日
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.

採用された回答

Greg Heath
Greg Heath 2018 年 6 月 2 日
編集済み: Greg Heath 2018 年 6 月 2 日
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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by