electricity price forecasting using neural network
11 views (last 30 days)
Show older comments
siti syakirah mohd sidin
on 8 Feb 2018
Answered: Greg Heath
on 13 Feb 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 Comments
Accepted Answer
Greg Heath
on 13 Feb 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 Comments
More Answers (0)
See Also
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!