How to decide No of hidden layers in running the neural network problem ?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Koustubh Shirke
le 13 Juin 2020
Commenté : Ameer Hamza
le 13 Juin 2020
How to decide No of hidden layers in running the neural network problem ?
0 commentaires
Réponse acceptée
Ameer Hamza
le 13 Juin 2020
Create it like this
net = feedforwardnet([])
view(net)
2 commentaires
Ameer Hamza
le 13 Juin 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.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Sequence and Numeric Feature Data Workflows dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!