How to extract data from training progress window?
3 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
Chen Liying
2022 年 8 月 19 日
[net, info] = trainNetwork(XTrain,YTrain,layers,options);
info may include your information.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Statistics and Machine Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!