Making a neural network
조회 수: 1 (최근 30일)
이전 댓글 표시
I am a novice to matlab I have 4 X 500 integer input data and a 1 X 500 target data (boolean) what is the most suitable neural Network to use and how to build and use is my question What I did uptil now is to install matlab with neural Network
댓글 수: 0
채택된 답변
Greg Heath
2015년 12월 15일
Regression and Curvefitting
help fitnet
doc fitnet
Classification and Pattern Recognition
help patternnet
doc patternnet
Hope this helps.
Greg
댓글 수: 0
추가 답변 (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!