how i can get the transfer function of the neural network in matlab?

 採用された回答

Ameer Hamza
Ameer Hamza 2020 年 5 月 13 日

1 投票

You can check the 'trainFcn' property of the neural network. For example.
net = feedforwardnet;
net.trainFcn
ans =
'trainlm'

1 件のコメント

Lincoln Oliveira
Lincoln Oliveira 2020 年 5 月 23 日
Hi Ameer, i have questions about the Neural network, first, i trying to use any differents models of neural network, but i can't execute, i have the data input and output. You know one method to implement the neural network? If you can help me, talk to me in my e-mail: Lincolndof@gmail.com or answer this post. Thank you, is for my graduate at Control and Automation engineer.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および 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