Why best performance MSE does not align with final MSE?

조회 수: 1 (최근 30일)
Sunita
Sunita 2023년 12월 24일
댓글: pathakunta 2024년 1월 26일
ANN model outputs
  1. The model stopped at epoch 22 with an MSE of 0.0242
  2. The best performance was observed at epoch 16 with an MSE of 0.031
  3. 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
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
pathakunta
pathakunta 2024년 1월 26일
The model stopped at epoch 22 with an MSE of 0.0242

댓글을 달려면 로그인하십시오.

답변 (1개)

Ganesh
Ganesh 2023년 12월 24일
이동: Matt J 2023년 12월 25일
MSE you achieve at epoch 22 is for that specific minibatch used at epoch 22. That would not mean that you achieve the same MSE for all of the dataset. It's quite possible that you achieve a lower or a higher MSE on the test set.

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by