Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 234 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 234 Bytes

Autoencoder Project

Autoencoder Architecture

  • Four encoding layers and four decoding layers
  • Input dimension reduction: 784 → 392 → 196 → 98 → 39
  • Non-linearity: Leaky ReLU with a factor of 0.5
  • Learning rate: 0.0005