Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 263 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 263 Bytes

Basic autoencoder. Written in python 3.6, dependancies are numpy and matplotlib (todo add requirements.txt). It essentially reduces the alphabet to its lowest entropy representation and then changes it back. The AE.py example is one implemented using tensorflow