How to keep fix the CNN accuracy result in MATLAB?

1 Ansicht (letzte 30 Tage)
Nbillah
Nbillah am 11 Sep. 2019
Kommentiert: marwa za am 27 Dez. 2020
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?

Antworten (1)

Sourav Bairagya
Sourav Bairagya am 20 Sep. 2019
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.

Community Treasure Hunt

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

Start Hunting!

Translated by