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

Implement Ridge Regularization #3

Open
1 task
Cotidie opened this issue Jan 28, 2024 · 0 comments
Open
1 task

Implement Ridge Regularization #3

Cotidie opened this issue Jan 28, 2024 · 0 comments

Comments

@Cotidie
Copy link
Owner

Cotidie commented Jan 28, 2024

AS-IS

Without regularization, it's highly likely to be over-fitted as the dimension of the feature space grows (ref. the curse of dimension). Adding a regularization term on top of error function not only pushes the error function towards the origin, but also makes it rounder, resulting in smoother regression functions.

TO-BE

  • Implement Ridge Regularization
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant