Output of Neural network ??

조회 수: 1 (최근 30일)
Mariem Harmassi
Mariem Harmassi 2012년 10월 5일
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

채택된 답변

Walter Roberson
Walter Roberson 2012년 10월 5일
3.5838e-006 is between 0 and 1. It is approximately 0.000003583799999999999890
  댓글 수: 3
Matt Kindig
Matt Kindig 2012년 10월 5일
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 2012년 10월 6일
Thank u for answering i found the error it was not due to the output bounds.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Sequence and Numeric Feature Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by