Neural Networks Online Learning
Mostrar comentarios más antiguos
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
Respuestas (1)
Greg Heath
el 5 de Jul. de 2016
0 votos
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
Categorías
Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!