Output of Neural network ??
    3 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
i used a backpropagation neural network and i get this output 3.5838e-006 .baut what i need is juts values that lies between 0 and one ,what does it mean cauz all the other output lies between 0 and 1 expect this one
0 Commenti
Risposta accettata
  Walter Roberson
      
      
 il 5 Ott 2012
        3.5838e-006 is between 0 and 1. It is approximately 0.000003583799999999999890
3 Commenti
  Matt Kindig
      
 il 5 Ott 2012
				It looks like you are trying to pass this number 3.583e-006 as the (second) dimension argument. Look at the help documentation for sum. The first argument is where you pass in your matrix.
doc sum
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su Deep Learning Toolbox in Help Center e File Exchange
			
	Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


