CarlosGG's Knowledge Garden 🪴

Search

Search IconIcon to open search

Autoencoders

Last updated Sep 20, 2022 Edit Source

An autoencoder is a type of artificial neural network used to learn efficient codings of unlabeled data (unsupervised learning). The encoding is validated and refined by attempting to regenerate the input from the encoding. The autoencoder learns a representation (encoding) for a set of data, typically for dimensionality reduction, by training the network to ignore insignificant data (“noise”)

# Resources

# VAEs

# Code

# References

# Variational Autoencoders (VAE)

# Masked Autoencoders (MAE)