Why does NNtool say "inputs and targets have different number of samples"
조회 수: 2 (최근 30일)
이전 댓글 표시
My Input is 60x2560 and my Target is 60x2
Why does the NNtool say "inputs and targets have different number of samples"
_____________________________________________________________________________________
More details: Input consists of 60 samples each containing 2560 data point
Target trains the sample to match two states [1,0] and [0,1] state
댓글 수: 0
답변 (1개)
Sabin
2023년 2월 7일
nntool has been removed. Use nnstart instead. nnstart provides graphical interfaces that allow you to design and deploy fitting, pattern recognition, clustering, and time-series neural networks.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!