Train NN with new data while maintaining previous training

조회 수: 1 (최근 30일)
Daniel Grebler
Daniel Grebler 2018년 5월 27일
답변: Ameer Hamza 2018년 5월 27일
Hey, After training a network with a large set of data, I want to "adjust" the training with new small incoming data - without resting the weights and biases.
Basically I want to continue the training for every new data to enhance the network - but not to run an entire new NN learning with the old +new data
How can I do that?

채택된 답변

Ameer Hamza
Ameer Hamza 2018년 5월 27일
You are trying to do transfer learning. This is not only possible but quite popular techniques nowadays. Refer to this example to get the idea how to do it in MATLAB.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by