Training accuracy is high but validation accuracy is low.
Improve generalization.
Choose two responses.
Monitor validation performance and consider regularization, early stopping, independent evaluation, and data augmentation.
Detailed explanation
Model complexity can be controlled.
Model complexity can be controlled.
Generalization is tested.
Generalization is tested.
Training can overfit.
Training can overfit.
Validation is ignored.
Validation is ignored.
Try it yourself
An example you can run in a temporary verification environment.
AWS公式AIF-C01 Domain 1.2の過学習、正則化、早期終了、一般化性能を確認する。Expected result
訓練性能と未知データ性能の差を見て過学習対策を選べる。Key points
- Overfitting
- Regularization
- Generalization
Notes
- Environment: AWS公式AIF-C01試験ガイドとAWS公式ドキュメントの確認
- Command output formatting can vary slightly by distribution or tool version.
- Run the example in a temporary directory or process when possible.
Foundation review
Read the scope first
Check whether the command acts on the current shell, a new process, an existing process, or a file.
Verify the observable result
Use the supplied command and compare the output with the expected result.