How can be fitted a function in Neural Network that has a 100x9 input matrix and a 9x1 output matrix such that 100 samples can be read.
이전 댓글 표시
How can be fitted a function in a Neural Network GUI that has a 100x9 input matrix and a 9x1 output matrix such that 100 samples can be read. Thanks
댓글 수: 1
Jan
2013년 11월 12일
I do not understand the question. Could you try to explain in some more sentences?
답변 (2개)
Greg Heath
2013년 11월 13일
The N I-dimensional input and O-dimensional output target examples have to be stored in matrices with dimensions
[ I N ] = size(inputs)
[ O N ] = size(targets)
Hope this helps.
Thank you for formally accepting my answer
Greg
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
