About 29,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 …

  2. Autoencoders in Machine Learning - GeeksforGeeks

    May 18, 2026 · Convolutional autoencoder uses convolutional neural networks (CNNs) which are designed for processing images. …

  3. [2201.03898] An Introduction to Autoencoders - arXiv.org

    Jan 11, 2022 · In this article, we will look at autoencoders. This article covers the mathematics and the fundamental concepts of …

  4. What is an autoencoder? - IBM

    What is an autoencoder? An autoencoder is a type of neural network architecture designed to efficiently compress (encode) input …

  5. 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 …

  6. A Comprehensive Guide to Autoencoders - Medium

    Dec 5, 2024 · At a high level, autoencoders are a type of artificial neural network used primarily for unsupervised learning. Their main …

  7. 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 …

  8. 8 Representation Learning (Autoencoders) – 6.390 - Intro to Machine ...

    Autoencoders are another family of unsupervised learning algorithms, in this case seeking to obtain insights about our data by …

  9. How Autoencoders works - GeeksforGeeks

    Oct 9, 2025 · The goal of an autoencoder is to to compress data into a compact form and then reconstruct it to closely match the …

  10. Unsupervised Feature Learning and Deep Learning Tutorial

    An autoencoder neural network is an unsupervised learning algorithm that applies backpropagation, setting the target values to be …