Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| engineering:computer_science:machine_learning:preventing_overfitting [2024/08/16 13:56] – removed - external edit (Unknown date) 127.0.0.1 | engineering:computer_science:machine_learning:preventing_overfitting [2026/01/11 15:45] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Machine Learning - Preventing Overfitting ====== | ||
| + | |||
| + | * **Early Stopping**: In this method, we track the loss on the validation set during the training phase and use it to determine when to stop training such that the model is accurate but not overfitting. | ||
| + | * **Image Augmentation**: | ||
| + | * **Dropout**: | ||
| + | However, these are not the only techniques available to prevent overfitting. You can read more about these and other techniques in the link below: | ||
| + | |||
| + | [[https:// | ||
| + | |||