File tree Expand file tree Collapse file tree 4 files changed +7863
-7837
lines changed
Expand file tree Collapse file tree 4 files changed +7863
-7837
lines changed Original file line number Diff line number Diff line change 1- # discrete-differentiable-networks
1+ # ∂B nets
22
33[ ![ Python package] ( https://github.com/Z80coder/discrete-differentiable-networks/actions/workflows/python.yaml/badge.svg )] ( https://github.com/Z80coder/discrete-differentiable-networks/actions/workflows/python.yaml )
44
5- A Boolean Logic Network library for learning boolean functions on GPUs with gradient descent.
5+ A nerual network library for learning boolean-valued, discrete functions on GPUs with gradient descent.
66
7- The working prototype is implemented in Wolfram. The production library is implemented in Python .
7+ The library is implemented in Python using the [ Flax ] ( https://github.com/google/flax ) and [ JAX ] ( https://github.com/google/jax ) frameworks .
88
99Questions? Ask @Z80coder
1010
11+ ## Draft paper
12+
13+ [ "∂B nets: learning discrete functions by gradient descent"] ( ./docs/db.pdf ) (March 2023).
14+
1115## Demos
1216
13- Neural logic nets
17+ [ ∂B nets] ( https://drive.google.com/file/d/1UUhv6loBrFnZ7jwiHBofnp06at_8bm_F/view?usp=share_link ) (1 hour).
18+
19+ # Prototype
20+
21+ The working prototype was implemented in Wolfram. The demos below were snapshots of work-in-progress.
22+
23+ ## Demos
1424
1525- [ Neural logic nets] ( https://drive.google.com/file/d/1_IECuI0f58o_aIIdaQhRo6qPH517YaMa/view?usp=share_link ) (15m)
1626
17- ## Development videos
27+ ## Development snapshots
1828
1929- [ The Soft-NOT operator] ( https://drive.google.com/file/d/1z2WFpz4eWLb9xauRnIl6mSXhkbU-XR6X/view?usp=share_link ) (10m)
2030- [ The Soft-AND operator] ( https://drive.google.com/file/d/1l9Y2cWJYYdYSsgqwfH-Dfo2Nxmiewia-/view?usp=share_link ) (10m)
@@ -33,4 +43,4 @@ Neural logic nets
3343- [ Boolean logic nets and MNIST] ( https://drive.google.com/file/d/12Rwx8H76UTNRdBK4WAwe_QeTWiGrbP-_/view?usp=share_link ) (18m)
3444- [ Neural logic nets for differentiable QL] ( https://drive.google.com/file/d/15rAagCh7LxEN0CHVNkTY6iPWSxrAG0pW/view?usp=share_link ) (30m)
3545
36- More to come!
46+
You can’t perform that action at this time.
0 commit comments