Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arhik/booleanad

Automatic Differentiation rules for Boolean Types and functions.
https://github.com/arhik/booleanad

automatic-differentiation boolean-logic flux julia-language machine-learning

Last synced: 7 days ago
JSON representation

Automatic Differentiation rules for Boolean Types and functions.

Awesome Lists containing this project

README

        



- Defined Automatic Differentiation rules for Boolean types.
- Meant to be used with Flux.jl

This repo makes a point that adjoints can be defined for Boolean Type.
These ruleset will help learning F$\_2$ boolean functions with help of oracle.

Warning: Extremely experimental and needs verification from experts.

Example potential application:
- HTM networks.
- Mask learning.
- Wide networks with top-k.
- Graph learning.
- Boolean Function learning.
- Electronic component wiring.