How to decide No of hidden layers in running the neural network problem ?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Koustubh Shirke
am 13 Jun. 2020
Kommentiert: Ameer Hamza
am 13 Jun. 2020
How to decide No of hidden layers in running the neural network problem ?
0 Kommentare
Akzeptierte Antwort
Ameer Hamza
am 13 Jun. 2020
Create it like this
net = feedforwardnet([])
view(net)
2 Kommentare
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.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Sequence and Numeric Feature Data Workflows finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!