How to extract data from training progress window?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello,
I'm training a LSTM network with the machine learning toolbox (version 2021 b), see added printscreen.
I want to extract the following data from the training progress window:
- iteration vs training accuracy
- iteration vs validation accuracy
- iteration vs training loss
- iteration vs validation loss
Is there a way to extract this data into some variables?
Thanks in advance.
Bram
2 Commenti
Chen Liying
il 19 Ago 2022
[net, info] = trainNetwork(XTrain,YTrain,layers,options);
info may include your information.
Risposte (0)
Vedere anche
Categorie
Scopri di più su Statistics and Machine Learning Toolbox 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!