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

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

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).