How to decide No of hidden layers in running the neural network problem ?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Koustubh Shirke
el 13 de Jun. de 2020
Comentada: Ameer Hamza
el 13 de Jun. de 2020
How to decide No of hidden layers in running the neural network problem ?
0 comentarios
Respuesta aceptada
Ameer Hamza
el 13 de Jun. de 2020
Create it like this
net = feedforwardnet([])
view(net)
2 comentarios
Ameer Hamza
el 13 de Jun. de 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.
Más respuestas (0)
Ver también
Categorías
Más información sobre Sequence and Numeric Feature Data Workflows en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!