nerual network not working????
이전 댓글 표시

load data from matlab data set example and like help do but i don't know why happened i use matlab 2016
답변 (1개)
Greg Heath
2016년 12월 13일
Your input must have 13 rows and your target 1 row
[ 13 N ] = size(input)
[ 1 N ] = size(target)
Hope this helps.
Thank you for formally accepting my answer
Greg
댓글 수: 1
mojahed balbisi
2016년 12월 13일
편집: mojahed balbisi
2016년 12월 13일
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
