How to keep fix the CNN accuracy result in MATLAB?

1 回表示 (過去 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 件のコメント
marwa za
marwa za 2020 年 12 月 27 日
Hi, please how did you solve the problem ?

サインインしてコメントする。

回答 (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 Center および File ExchangeImage Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by