Differences
This shows you the differences between two versions of the page.
Both sides previous 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 [2024/08/16 13:56] (current) – ↷ Page moved from refractor_computer_science:machine_learning:preventing_overfitting to engineering:computer_science:machine_learning:preventing_overfitting carlossousa | ||
---|---|---|---|
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:// | ||
+ | |||