Binary to Decimal encoder and decoder using RNN with tensorflow
- numpy
- tensorflow
jupyter notebook Int-To-k_ary.ipynb
for Integer to base 'k' conversionjupyter notebook Binary-To-Int.ipynb
for Binary to Integer conversionjupyter notebook Int-To-Binary.ipynb
for Integer to Binary conversion