Simple experiments to create Binary Adder in Keras.
-
Half adder using NN in Keras: https://github.com/luckykadam/adder/blob/master/half_adder.ipynb
-
Full adder using NN in Keras: https://github.com/luckykadam/adder/blob/master/full_adder.ipynb
-
Full adder using RNN in Keras: https://github.com/luckykadam/adder/blob/master/rnn_full_adder.ipynb
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).