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

Regularization #17

Open
prcastro opened this issue Sep 12, 2015 · 0 comments
Open

Regularization #17

prcastro opened this issue Sep 12, 2015 · 0 comments

Comments

@prcastro
Copy link
Owner

We should make regularization available.

Would it be feasible to make it extendable? The user could define a function of the weights to be minimized alongside with the error, and we use this function (its derivative) to update the weights? Or should we hardcode some of them (L1, L2 and Dropout, for instance) into Nervoso?

Useful link:
http://neuralnetworksanddeeplearning.com/chap3.html#regularization

@prcastro prcastro added this to the Version 1.0 milestone Sep 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant