The value of the RMSE is hight
2 次查看(过去 30 天)
显示 更早的评论
I used matlab to predict the solar energy so i need to predict it with the ANN model and calculated the RMSE. But every time i did it the RMSE becomes 166.9789 while it must be less than one rmse<1 . What can I do to find the best value for rmse?
0 个评论
采纳的回答
Ameer Hamza
2020-10-30
You can increase the neurons in hidden layers of your ANN model or increase the number of hidden layers to decrease RMSE. However, carefully increase the value. A too high number will result in overfitting.
3 个评论
Ameer Hamza
2020-10-30
Yes. If the current ANN is giving RMSE of 166.9789, there does not seem to be much room for improvement. You need to use a bigger structure.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Sequence and Numeric Feature Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!