can anyone say this is overfitting or not using this plot???
古いコメントを表示
回答 (1 件)
Raunak Gupta
2020 年 3 月 17 日
0 投票
Hi,
Since the validation loss is not changing a lot so the model is in a plateau. Either it reached the maximum accuracy that can be achieved, or it is in local minima. I suggest checking it with higher learning rate at later epochs so that if the model is in local minimum it can come out of it. You can schedule the learning rate in trainingOptions with ‘LearnRateDropPeriod’ and ‘LearnRateDropFactor’ if using trainNetwork.
カテゴリ
ヘルプ センター および File Exchange で Parallel and Cloud についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
