Skip to content
This repository has been archived by the owner on Oct 9, 2022. It is now read-only.

Latest commit

 

History

History
8 lines (8 loc) · 234 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 234 Bytes

MNIST AutoEncoder using Tensorflow

packages required:

  1. tensorflow
  2. numpy

TIPS

  • Activate All Layers!
  • Don't use Cross Entropy and Softmax, It's not a probability value that you are predicting
  • Use RMS and RMSPropOptimizer