Everything You Need to Know About Autoencoders in TensorFlow
https://towardsdatascience.com/everything-you-need-to-know-about-autoencoders-in-tensorflow-b6a63e8255f0
Photo by Alex wong on UnsplashAutoencoders are artificial neural networks that can learn from an unlabeled training set. This may be dubbed as unsupervised deep learning. They can be used for either dimensionality reduction or as a generative model, meaning that they can generate new data from input data.
In this post, different types of autoencoders and their applications will be introduced and implemented with TensorFlow.