GANs #003 Autoencoder implemented with TensorFlow 2.0
Highlights: In this post we will talk about autoencoders. In particular, you will gain a deeper insight into the working mechanisms of autoencoders. They are important machine learning models for data compression, analysis and data modeling. Moreover, we will present several autoencoder architectures and show how they can be implemented in TensorFlow 2.0. So, let’s get started. Tutorial Overview: Methodology Implementation in TensorFlow 2.0 1. Methodology Our goal in generative modeling is to find ways…
Read more