Output of Neural network ??

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

 Réponse acceptée

Walter Roberson
Walter Roberson le 5 Oct 2012

0 votes

3.5838e-006 is between 0 and 1. It is approximately 0.000003583799999999999890

3 commentaires

Mariem Harmassi
Mariem Harmassi le 5 Oct 2012
i need to sum up an array which contains this value but when i used the sum function matlab return this : ??? Error using ==> sum Dimension argument must be a positive integer scalar within indexing range.
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
Mariem Harmassi
Mariem Harmassi le 6 Oct 2012
Thank u for answering i found the error it was not due to the output bounds.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by