- Get started with transfer learning: https://www.mathworks.com/help/deeplearning/gs/get-started-with-transfer-learning.html
New initial starting point (input and output) of already trained LSTM Network
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have input data X and output data Y.
I am training a LSTM network using:
net = trainNetwork(X(1:500), Y(1:500), layers, options);
This trains and initialize the network
However is there a way to initialize the network with for example X(1:600) and Y(1:600), not by retraining but by using the previous trained network ansd start any new predictions from that point on (601 and up)?
0 commentaires
Réponses (1)
Hornett
le 19 Sep 2024
Hi Leon,
Yes it is possible to use an already trained network for new predictions, take a look at the following documentation of transfer learning.
Hope it helps!
0 commentaires
Voir également
Catégories
En savoir plus sur Image Data Workflows dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!