Output of Neural network ??
조회 수: 1 (최근 30일)
이전 댓글 표시
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
채택된 답변
Walter Roberson
2012년 10월 5일
3.5838e-006 is between 0 and 1. It is approximately 0.000003583799999999999890
댓글 수: 3
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
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File 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!