Increrasing the validation accuracy
조회 수: 1 (최근 30일)
이전 댓글 표시
How to reduce the validation accuracy and in the picture the validation curve reached almost 80 but the best vlaidation loss was choosen (52%), is there any way to use plot the best validation accuracy.
댓글 수: 0
답변 (1개)
Joss Knight
2022년 1월 5일
There's no way to do this automatically, but in your case just using the default 'OutputNetwork' setting ( last-iteration ) would do it.
I'm not an expert here but it seems to me that the only way for your loss (which is what you are actually trying to minimize) to be rising while your accuracy is improving is if your network's confidence in the chosen output class is getting worse (but it's still choosing the right one). It may be that you don't really want that network therefore. However, the number of images in your validation set may be a factor here. Perhaps you should increase the size of the validation set?
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Recognition, Object Detection, and Semantic Segmentation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!