September 2018
Intermediate to advanced
288 pages
7h 38m
English
An autoencoder is a neural network whose purpose is to code its input in small size. The result obtained will then be used to reconstruct the input itself. Autoencoders are made up of the union of the following two subnets:
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 squared error (MSE) between the input and the result.
MSE is ...
Read now
Unlock full access