How to implement a neural network in matlab?
1 回表示 (過去 30 日間)
古いコメントを表示
Hi all,
How do I implement a multilayer neural network in MATLAB with 2 hidden layers and ReLu Function. There are many approaches but im confused what to use? Kindly someone help me out.
0 件のコメント
採用された回答
Srivardhan Gadila
2020 年 3 月 9 日
Then you can try defining the network with feedforwardnet. You can access the transfer function using net.layers{i}.transferFcn. For a list of available transfer functions, type help nntransfer in command window.
Or
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!