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 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