Skip to content

Files

Latest commit

 

History

History
10 lines (7 loc) · 267 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 267 Bytes

TensorFlow 2 Autoencoder

Simple autoencoder to serve as a starting point for further projects in TensorFlow 2.

Hyperparameters are by no means fine-tuned. Tested on MNIST dataset.

Dependencies

  • TensorFlow
  • NumPy
  • matplotlib (for visualisation of results)