Teacher forcing for a LSTM network
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Is there a way to implement teacher forcing for a LSTM network in MATLAB? Hopefully there is an option buried somewhere.
0 Commenti
Risposte (2)
David Willingham
il 24 Mag 2022
Hi Philip,
This example shows how teacher forcing can be implemented with LSTM's in MATLAB.Sequence-to-Sequence Translation Using Attention.
David Willingham
il 24 Mag 2022
Modificato: David Willingham
il 24 Mag 2022
Please see the attached example, trainLSTM_seq2seq. Is this what you were looking for? I.e. an example for a standard LSTM model?
5 Commenti
David Willingham
il 7 Giu 2022
If your problem is a time-series problem then it possibly could. Have you tried adapting this example to meet your use case? If so, is it getting the result you expect?
Vedere anche
Categorie
Scopri di più su Recognition, Object Detection, and Semantic Segmentation in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!