Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 480 Bytes

File metadata and controls

13 lines (10 loc) · 480 Bytes

License: MIT

Binary, Integer encoder-decoder

Binary to Decimal encoder and decoder using RNN with tensorflow

Requirements

  1. numpy
  2. tensorflow

Run

  1. jupyter notebook Int-To-k_ary.ipynb for Integer to base 'k' conversion
  2. jupyter notebook Binary-To-Int.ipynb for Binary to Integer conversion
  3. jupyter notebook Int-To-Binary.ipynb for Integer to Binary conversion