How to learn Neural Networking?
조회 수: 1 (최근 30일)
이전 댓글 표시
In which way have to go to learn the Neural Networking? how to use the toolbox of Neural Networking?
댓글 수: 0
채택된 답변
Greg Heath
2013년 10월 23일
What interests you?
regression and curvefiting
classifcication and pattern recognition
clustering data
time series regression y(t) = f(x(t-id:t),y(t-fd:t-1) % x(t) included
time series prediction y(t) = f(x(t-id:t-1),y(t-fd:t-1) %x(t) not included
Begin with the command
doc nnet
and follow directions
If you have questions search the NEWSGROUP and ANSWERS before posting them.
Hope this helps.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Data Workflows에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!