Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Would it be possible to update a trained network with an updated training set for active learning purposes without reatraining it from scratch?
조회 수: 1 (최근 30일)
이전 댓글 표시
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
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!