How to decide No of hidden layers in running the neural network problem ?
1 回表示 (過去 30 日間)
古いコメントを表示
How to decide No of hidden layers in running the neural network problem ?
0 件のコメント
採用された回答
Ameer Hamza
2020 年 6 月 13 日
Create it like this
net = feedforwardnet([])
view(net)
2 件のコメント
Ameer Hamza
2020 年 6 月 13 日
If you want to find out how many layers to use, then there is no definite answer. It can only be found after experimentation and tuning.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Sequence and Numeric Feature Data Workflows についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!