« Denoising Autoencoders » : différence entre les versions


(Page redirigée vers Autoencodeur débruiteur)
Balise : Nouvelle redirection
Aucun résumé des modifications
Ligne 25 : Ligne 25 :


[[Catégorie:DeepAI.org]]
[[Catégorie:DeepAI.org]]
[[Catégorie:vocabulary]]

Version du 29 octobre 2021 à 11:32

Rediriger vers :


en construction

Définition

XXXXXXXXX

Français

XXXXXXXXX

Anglais

Denoising Autoencoders

Denoising autoencoders are a stochastic version of standard autoencoders that reduces the risk of learning the identity function. Autoencoders are a class of neural networks used for feature selection and extraction, also called dimensionality reduction. In general, the more hidden layers in an autoencoder, the more refined this dimensional reduction can be. However, if an autoencoder has more hidden layers than inputs there is a risk the algorithm only learns the identity function during training, the point where the output simply equals the input, and then becomes useless.

Denoising autoencoders attempt to get around this risk of identity-function affiliation by introducing noise, i.e. randomly corrupting input so that the autoencoder must then “denoise” or reconstruct the original input.



Source : DeepAI.org



Contributeurs: wiki