Why best performance MSE does not align with final MSE?
1 回表示 (過去 30 日間)
古いコメントを表示
ANN model outputs
- The model stopped at epoch 22 with an MSE of 0.0242
- The best performance was observed at epoch 16 with an MSE of 0.031
- However, the final MSE between actual and predicted values is 0.0308
Shouldn't the third data align with the best performance (second) value ?
5 件のコメント
Mahi
2023 年 12 月 24 日
MSE at epoch 22 is better than the epoch 16. There is always a difference between training and testing error and accuracy values . Your final value of MSE is higher than your training mse .which I think is good.otherwise it may mean that your model is over fitted
回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!