About 31,100 results
Open links in new tab
  1. Autoencoder - Wikipedia

    An autoencoder has two main parts: an encoder that maps the message to a code, and a decoder that reconstructs the message from the code. An autoencoder is a type of artificial neural network used to …

  2. What is an autoencoder? - IBM

    What is an autoencoder? An autoencoder is a type of neural network architecture designed to efficiently compress (encode) input data down to its essential features, then reconstruct (decode) the original …

  3. Autoencoders in Machine Learning - GeeksforGeeks

    Dec 23, 2025 · Autoencoders are a special type of neural networks that learn to compress data into a compact form and then reconstruct it to closely match the original input. They consist of an: Encoder …

  4. Intro to Autoencoders | TensorFlow Core

    Aug 16, 2024 · An autoencoder is a special type of neural network that is trained to copy its input to its output. For example, given an image of a handwritten digit, an autoencoder first encodes the image …

  5. A Comprehensive Guide to Autoencoders | by Piyush Kashyap ...

    Dec 5, 2024 · At a high level, autoencoders are a type of artificial neural network used primarily for unsupervised learning. Their main goal is to learn a compressed, or “encoded,” representation of …

  6. Introduction to Autoencoders: From The Basics to Advanced ...

    Dec 14, 2023 · Autoencoders are a special type of unsupervised feedforward neural network (no labels needed!). The main application of Autoencoders is to accurately capture the key aspects of the …

  7. Deep Autoencoder Neural Networks: A Comprehensive Review and ...

    Mar 15, 2025 · The autoencoder comprises the typical encoder-decoder structure where the encoder compresses the input into a latent representation, and the decoder attempts to reconstruct the input …