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

captain-pool/MNIST_AutoEncoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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