How to create neural networks with multiple hidden layers (two hidden layers) using nnstart?

3 ビュー (過去 30 日間)
Hi all, I want to create a pattern recognition neural network with multiple hidden layers. I tried with both the methods nnstart and nntool but I could not add another layer by either of the methods. Can any body help me with this? I am very new to matlab.
Thank you in advance

採用された回答

Vinod Sudheesh
Vinod Sudheesh 2015 年 5 月 27 日
Hello Tharindu,
It seems it is not possible to create a Pattern recognition network with multiple hidden layers while using the "Apps" in Neural Network Toolbox.
If you are particular about creating a Pattern recognition network with multiple hidden layers, please create the same from command line.
For example
net=patternnet([5 10]);
view(net);
Hope this helps!
Thanks Vinod
  4 件のコメント
Marine Fourrier
Marine Fourrier 2018 年 1 月 16 日
Clear and concise, helped perfectly. Thx!
Tejas k
Tejas k 2018 年 12 月 2 日
Finally Understood! Thankx bro

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

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by