Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Problem: Early stopping #237

Open
moe18 opened this issue Dec 30, 2024 · 0 comments
Open

New Problem: Early stopping #237

moe18 opened this issue Dec 30, 2024 · 0 comments
Labels
New Problem if you have a new idea for a problem put it here

Comments

@moe18
Copy link
Collaborator

moe18 commented Dec 30, 2024

Early stopping is a regularization technique in machine learning used to prevent overfitting during training. It involves monitoring the performance of a model on a validation set during training.

If the model's performance on the validation set stops improving for a specified number of iterations (patience), training is halted, even if the model's performance on the training data continues to improve. This ensures the model doesn't overfit to the training data and maintains better generalization to unseen data.

@moe18 moe18 added the New Problem if you have a new idea for a problem put it here label Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Problem if you have a new idea for a problem put it here
Projects
None yet
Development

No branches or pull requests

1 participant