Autoencoders -- Deep Learning bits #1
Neural networks exists in all shapes and sizes, and are often characterized by their input and output data type. For instance, image classifiers are built with Convolutional Neural Networks. They take images as inputs, and output a probability distribution of the classes. Autoencoders (AE) are a family of neural networks for which the input is the same as the output*. They work by compressing the input into a latent-space representation, and then reconstructing the output from this representation. A really popular use for autoencoders is to apply them to images.
Mar-2-2017, 11:10:40 GMT
- Technology: