How to extract data from training progress window?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello,
I'm training a LSTM network with the machine learning toolbox (version 2021 b), see added printscreen.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/972500/image.png)
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 comentarios
Chen Liying
el 19 de Ag. de 2022
[net, info] = trainNetwork(XTrain,YTrain,layers,options);
info may include your information.
Respuestas (0)
Ver también
Categorías
Más información sobre Statistics and Machine Learning Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!