Hidden layer and hidden neuron
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Pavithra Chinatamby
el 27 de Dic. de 2021
Comentada: Pavithra Chinatamby
el 30 de Dic. de 2021
I have 106587 data (11843rows *9 columns). I need to predict one parameter (output) using 8 other parameters (inputs).
1) How many hidden layers should I use (2 or 3) ?
2) How many hidden neurons should I assign for each hidden layer?
I tried 2 hidden layers with random (1-20) hidden neurons each layer but huge amount of MSE obtained for training, validation and testing. Please explain why this happens?
0 comentarios
Respuestas (1)
Burhan Burak AKMAN
el 27 de Dic. de 2021
Increase amount of hidden neurons to 100-200 and re-train. May be it will help.
Ver también
Categorías
Más información sobre Deep Learning Toolbox 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!