what is the accepted MSE could I use in training ANN?
    3 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
I'm trying to train ANN with ABC algorithm the stop condition I use is 1000 epochs but it take too long time so I decided to use a good MSE value to stop training what should this value be????
3 comentarios
  Walter Roberson
      
      
 el 8 de Feb. de 2018
				You can compare the MSE of two different predicted outputs (though for sufficiently large models you could run into precision problems.) What we cannot tell you is any particular absolute MSE value to stop training at.
You are more likely to want to stop training when the training has stopped producing improvements for some number of iterations.
Respuestas (0)
Ver también
Categorías
				Más información sobre Deep Learning Toolbox en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!