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!