Training Nerual Network Using Bat algorithm?
조회 수: 2 (최근 30일)
이전 댓글 표시
HI, I want to train Neural Network using Bat algorithm
댓글 수: 0
채택된 답변
Greg Heath
2013년 4월 27일
You forgot an h: Batch algorithms. All of the help examples use batch training. Those algorithms are defaults. Therefore start out with codes from the help examples which use default parameter values.
Then change them, one at a time, if necessary. For example
help fitnet
help patternnet
help narxnet
Hope this helps.
Thank you for formally accepting my answer
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!