How to extract data from training progress window?

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 Comments

[net, info] = trainNetwork(XTrain,YTrain,layers,options);
info may include your information.

Sign in to comment.

Answers (0)

Categories

Find more on Statistics and Machine Learning Toolbox in Help Center and File Exchange

Products

Release

R2021b

Asked:

on 21 Apr 2022

Commented:

on 19 Aug 2022

Community Treasure Hunt

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

Start Hunting!