I am getting different accuracy after each run in DNN.
    6 次查看(过去 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?
回答(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 中查找有关 Install Products 的更多信息
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!