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 ?

采纳的回答

Ameer Hamza
Ameer Hamza 2020-6-13
Create it like this
net = feedforwardnet([])
view(net)
  2 个评论
Koustubh Shirke
Koustubh Shirke 2020-6-13
Hi Ameer,
Thnks for the answer. There is small correction. Actually the question is "How to decide No of hidden layers in running the neural network problem ? ".
Ameer Hamza
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 CenterFile Exchange 中查找有关 Image Data Workflows 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by