I am getting different accuracy after each run in DNN.
조회 수: 1 (최근 30일)
이전 댓글 표시
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
답변 (1개)
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.
참고 항목
카테고리
Help Center 및 File Exchange에서 Parallel and Cloud에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!