How to keep fix the CNN accuracy result in MATLAB?

조회 수: 3 (최근 30일)
Nbillah
Nbillah 2019년 9월 11일
댓글: marwa za 2020년 12월 27일
Hi all,
I trained my dataset of images with CNN (InceptionV3) . I got the accuracy sometimes 94%, sometimes 92% for validation dataset. I want to fix the accuracy of the result for everytime. Is it possible to do that?

답변 (1개)

Sourav Bairagya
Sourav Bairagya 2019년 9월 20일
As the training progresses, for each iteration, weights of the network got updated. Hence, after some iterations of training, when validation test is performed, it gives different accuracy. However, if the training converges, then, this value of validation accuracy will lie within a range. Hence, always getting the same accuracy is not possible.

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by