Neural Networks Online Learning
이전 댓글 표시
I want to train a neural network in an online learning setting. That is, the training samples are obtained one by one rather than together. The samples are to be used for fitting a function and not for supervised classification.
Which MATLAB function would be the best to use for this problem to train the neural network? Could the "train" function with some changes in the train parameters be used?
Any help would be greatly appreciated. Thank you
답변 (1개)
Greg Heath
2016년 7월 5일
0 개 추천
Use FITNET with ADAPT instead of TRAIN.
The commands HELP and DOC with FITNET and ADAPT will yield examples.
Hope this helps.
Thank you for formally accepting my answer
Greg
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!