Autoencodeurs peu denses
en construction
Définition
XXXXXXXXX
Français
XXXXXXXXX
Anglais
Sparse Auto Encoder
In sparse autoencoders, we can still use fully connected neurons with numbers equal to the image dimensionality. But still, by adding a sparsity regularization, we will be able to stop the neural network from copying the input.
Mainly, there are two ways to add sparsity constraints to deep autoencoders. = L1 regularization, which we will use in this article. * KL divergence, which we will address in the next article.
Contributeurs: Marie Alfaro, wiki