Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 245 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 245 Bytes

AutoEncoder

Two different tensorflow implimentations of Autoencoder for imgage similarity.

A first implimenation (train_simpleAE.py) trains a simple Autoencoder model and the second one (train_ConvAE.py) trains a convlutional autoenocder.