April 2018
Beginner to intermediate
500 pages
11h 26m
English
An autoencoder is a neural network whose purpose is to code its input into small dimensions and the result obtained, to be able to reconstruct the input itself. Autoencoders are made up of the union of the following two subnets:
Given an input x, the encoder encodes it in a variable z, also called latent variable. z usually has much smaller dimensions than x.
Since z is the code of x produced by the encoder, the decoder must decode it so that x' is similar to x.
The training of autoencoders is intended to minimize the mean square error between the input and the result.
Read now
Unlock full access