Basics of Autoencoders
Get to know autoencoders and variational autoencoders and what differentiates them.
We'll cover the following...
Before we discuss variational autoencoders, let’s first see how the standard autoencoders work.
Autoencoders are simple neural networks such that their output is their input.
It is as simple as that.
Their goal is to learn how to ...