Filter löschen
Filter löschen

How to decide No of hidden layers in running the neural network problem ?

1 Ansicht (letzte 30 Tage)
How to decide No of hidden layers in running the neural network problem ?

Akzeptierte Antwort

Ameer Hamza
Ameer Hamza am 13 Jun. 2020
Create it like this
net = feedforwardnet([])
view(net)
  2 Kommentare
Koustubh Shirke
Koustubh Shirke am 13 Jun. 2020
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 am 13 Jun. 2020
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.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by