Skip to content

luckykadam/adder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Binary Adder using RNN in Keras

Topics

Resources

License

Stars

10 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors