electricity price forecasting using neural network
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
siti syakirah mohd sidin
el 8 de Feb. de 2018
Respondida: Greg Heath
el 13 de Feb. de 2018
I'm doing my final year project on short term electricity price forecasting using neural network. i need to varying the number of hidden neurons, learning rate and momentum rate. can anyone help me how to write the coding on varying all those parameters? thank you for your help :)
0 comentarios
Respuesta aceptada
Greg Heath
el 13 de Feb. de 2018
Start with the default code. Run 10 times with different initial weights.
If successful, repeat with smaller number of hidden nodes
If unsuccessful, repeat with larger number of hidden nodes
Find the smallest number of hidden nodes that yields acceptable results.
Fix the number of hidden nodes and vary the other two parameters over a 2-D grid.
Hope this helps.
Thank you for formally accepting my answer
Greg
0 comentarios
Más respuestas (0)
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!