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

Added Tests for linear layer rules #104

Merged
merged 1 commit into from
Jan 21, 2022
Merged

Added Tests for linear layer rules #104

merged 1 commit into from
Jan 21, 2022

Conversation

chr5tphr
Copy link
Owner

  • tested rules: Epsilon, ZPlus, AlphaBeta, Gamma, ZBox, Norm, WSquare, Flat
  • the tests are implemented by re-implementing the rules using only the
    matrix-form of the linear layer to closely resemble the definition in
    the original works
  • the matrix form is computed using the jacobian

- tested rules: Epsilon, ZPlus, AlphaBeta, Gamma, ZBox, Norm, WSquare, Flat
- the tests are implemented by re-implementing the rules using only the
  matrix-form of the linear layer to closely resemble the definition in
  the original works
- the matrix form is computed using the jacobian
@chr5tphr chr5tphr merged commit 7997930 into master Jan 21, 2022
@chr5tphr chr5tphr deleted the test-rules branch January 21, 2022 17:44
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 this pull request may close these issues.

None yet

1 participant