Skip to content

mlsquare/boolgrad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BoolGrad

Implement a Backprop Algo on computational graph consisting of Boolean variables. It is a Proof-of-Concept implementation of key concepts introduced in the paper BOLD: Boolean Logic Deep Learning.

The code structure and organization is heavily inspired from micrograd by Andrej Karpathy. It is almost a copy with necessary changes for dealing with Boolean values.

Check this notebook for some basic gates and their gradients

For implications, see this notes

About

backprop for boolean networks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published