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

Add regularization to the layers #83

Closed
3 tasks done
zaleslaw opened this issue May 31, 2021 · 0 comments · Fixed by #90
Closed
3 tasks done

Add regularization to the layers #83

zaleslaw opened this issue May 31, 2021 · 0 comments · Fixed by #90
Assignees
Milestone

Comments

@zaleslaw
Copy link
Collaborator

zaleslaw commented May 31, 2021

Each layer in Keras have internal regularization implemented with

  • L1
  • L2
  • L1_L2

regularization functions.

Currently. these functions are not applied on the KotlinDL side, it should be added to the export/import model

@zaleslaw zaleslaw self-assigned this May 31, 2021
@zaleslaw zaleslaw added this to the 0.3 milestone May 31, 2021
@zaleslaw zaleslaw linked a pull request Jun 4, 2021 that will close this issue
@zaleslaw zaleslaw closed this as completed Jun 4, 2021
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

Successfully merging a pull request may close this issue.

1 participant