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

Feature: L1, L2 Regularizers #20

Closed
WuZhuoran opened this issue Jul 11, 2019 · 2 comments · May be fixed by #21
Closed

Feature: L1, L2 Regularizers #20

WuZhuoran opened this issue Jul 11, 2019 · 2 comments · May be fixed by #21
Labels
enhancement New feature or request

Comments

@WuZhuoran
Copy link
Contributor

We can implement Regularizer for each layer. The regularizers are applied on a per-layer basis. Here are 3 things that we can do:

  1. Regularizer Class.
  2. Layers class to use regularizer. (we can set a new parameter)
  3. Regularizer Documentation.
  4. Regularizer Test.

I will start a PR to solve 1 and 3. The rest part should be discussed before coding.

@ddbourgin ddbourgin added the enhancement New feature or request label Jul 11, 2019
@WuZhuoran
Copy link
Contributor Author

In order to avoid Keras or other package way of implementing this, we need to first discuss how to implement Regularizer in general. Then I will re commit everything.

@ddbourgin
Copy link
Owner

Closing due to inactivity

@sfsf9797 sfsf9797 mentioned this issue May 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants