Auto Encoders - GitHub Pages
https://reyhaneaskari.github.io/AE.htmPyTorch Experiments (Github link) Here is a link to a simple Autoencoder in PyTorch. MNIST is used as the dataset. The input is binarized and Binary Cross Entropy has been used as the loss function. The hidden layer contains 64 units. The Fig. 2 shows the reconstructions at 1st, 100th and 200th epochs: Fig. 2 - Reconstructions by an Autoencoder.