Info
This question is closed. Reopen it to edit or answer.
Would it be possible to update a trained network with an updated training set for active learning purposes without reatraining it from scratch?
1 view (last 30 days)
Show older comments
Hi, I would like to make some tests of active learning with matlab neural networks. For now what I am doing is:
Get a training set Train the network from scratch Calculate the error on another dataset Update the training set with new point(s).
Is there any way of retraining the network from a previous network, in order to update the weights and biases. I guess just updating and not retraining from scratch would lead to a faster training.
Regards,
Florian
0 Comments
Answers (0)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!