Other articles


  1. Building Autoencoders in Keras

    This post was written in early 2016. It is therefore badly outdated.

    In this tutorial, we will answer some common questions about autoencoders, and we will cover code examples of the following models:

    • a simple autoencoder based on a fully-connected layer
    • a sparse autoencoder
    • a deep fully-connected autoencoder
    • a deep …
    read more