フィルターのクリア

I am getting different accuracy after each run in DNN.

3 ビュー (過去 30 日間)
krishna Chauhan
krishna Chauhan 2020 年 6 月 25 日
コメント済み: krishna Chauhan 2020 年 8 月 25 日
Hello there
I am using a simple DNN architecture , with 24 layers in total, containing CNN and classification layer only. for 10 epochs I am getting a diffrent accuracy every time is it possible. Also the traing graph is not settled till end of training, I tried for 50 epochs too.
any help?
  8 件のコメント
krishna Chauhan
krishna Chauhan 2020 年 6 月 26 日
I cant attach the whole data its above 5MB. The example I followed was this
second part using CNN.
krishna Chauhan
krishna Chauhan 2020 年 6 月 27 日
Sir kindly find the attachement.I have not included the data folder.

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

回答 (1 件)

Aditya Patil
Aditya Patil 2020 年 8 月 19 日
Set a random seed using the rng function. Otherwise, during each run, a different random seed might be selected, resulting in different results.
  1 件のコメント
krishna Chauhan
krishna Chauhan 2020 年 8 月 25 日
I did that too before trainNetwork()
But still the problem is same

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

カテゴリ

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