-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Feat/L2 Regularization #270
Conversation
I'm currently trying out a different regularization method (well, it wasn't really made for regularization, but it kind of acts like a regularizer and improves generalization). If it works well, we can ditch L2 which barely improves the metrics. So don't merge this just yet. And you'd have to un-merge related PRs, but oh well. |
The results ended up being underwhelming. The authors recommend using p=10 aka 10th percentile, which is extremely aggressive, but perhaps suitable for large neural nets. |
related PR: