How do I train an existing shallow neural network with new data?

4 visualizaciones (últimos 30 días)
Hi,
I have a trained shallow NN that I want to retrain using new experimental data in order to improve the generalization capability of the network. I dont want to reinitialize and train the whole network from scratch. I want the network to adapt itself to the new data. If I use the train function, does it forget the weights and biases of the previous network.
How do I do this? Please help.

Respuesta aceptada

Matt J
Matt J el 24 de Dic. de 2023
Editada: Matt J el 24 de Dic. de 2023
No, it does not forget them, as seen from this example, which talks about resuming a previous training attempt,
If it forgot the weights and biases, resuming would not be possible this way.
  2 comentarios
Mohammad Mainul
Mohammad Mainul el 24 de Dic. de 2023
Editada: Mohammad Mainul el 24 de Dic. de 2023
Is it better to include some parts of the original train set with the new set for re-training? Does it have any effect?
Matt J
Matt J el 24 de Dic. de 2023
It would be best to include all of the original training set. Otherwise, the weights will forget the data you omit as the algorithm iterates.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Deep Learning Toolbox en Help Center y File Exchange.

Productos


Versión

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by