https://github.com/luckykadam/adder
Binary Adder using RNN in Keras
https://github.com/luckykadam/adder
binary-addition full-adder keras recurrent-neural-networks tensorflow
Last synced: 6 months ago
JSON representation
Binary Adder using RNN in Keras
- Host: GitHub
- URL: https://github.com/luckykadam/adder
- Owner: luckykadam
- License: apache-2.0
- Created: 2019-11-23T16:05:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-21T17:28:09.000Z (over 5 years ago)
- Last Synced: 2025-08-22T17:27:27.714Z (6 months ago)
- Topics: binary-addition, full-adder, keras, recurrent-neural-networks, tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 2.37 MB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# adder
Simple experiments to create Binary Adder in Keras.
## Python notebooks
1. Half adder using NN in Keras: https://github.com/luckykadam/adder/blob/master/half_adder.ipynb
2. Full adder using NN in Keras: https://github.com/luckykadam/adder/blob/master/full_adder.ipynb
3. Full adder using RNN in Keras: https://github.com/luckykadam/adder/blob/master/rnn_full_adder.ipynb
## Further read
React native app to add two numbers using the tensorflow model: https://github.com/luckykadam/adder_app
It uses tfjs-react-native, very recently released library (https://blog.tensorflow.org/2020/02/tensorflowjs-for-react-native-is-here.html).