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

Docs: How-To: Write Custom Canonizers #112

Merged
merged 1 commit into from
Mar 16, 2022
Merged

Conversation

chr5tphr
Copy link
Owner

  • added How-To for writing custom Canonizers
  • discuss when to use a custom composite, canonizer, or create a new
    rule
  • describe the necessary abstract methods for canonizers
  • show how to create a canonizer using a SoftplusCanonizer, which
    replaces ReLU with Softplus activations
  • demonstrate the use of the custom SoftplusCanonizer

- added How-To for writing custom Canonizers
- discuss when to use a custom composite, canonizer, or create a new
  rule
- describe the necessary abstract methods for canonizers
- show how to create a canonizer using a SoftplusCanonizer, which
  replaces ReLU with Softplus activations
- demonstrate the use of the custom SoftplusCanonizer
@chr5tphr chr5tphr closed this Mar 16, 2022
@chr5tphr chr5tphr reopened this Mar 16, 2022
@chr5tphr chr5tphr merged commit 647da18 into master Mar 16, 2022
@chr5tphr chr5tphr deleted the docs-custom-canonizers branch March 16, 2022 20:26
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