Neural Network in Matlab
조회 수: 1 (최근 30일)
이전 댓글 표시
I have input and output data to train neural network. How can I predict the following data using Matlab?
댓글 수: 0
채택된 답변
Greg Heath
2015년 11월 27일
For regression or curve-fitting see documentation and an example using
help fitnet
doc fitnet
For classification or pattern recognition see documentation and an example using
help patternnet
doc patternnet
Otherwise provide more thorough information
Hope this helps.
Greg
댓글 수: 8
Greg Heath
2015년 12월 2일
It is not unusual to obtain R=1 for trivial problems.
Try your hand at the MATLAB examples obtained by using the commands
help nndatsets
doc nndatasets
Hope this helps.
Greg
추가 답변 (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!