About 134,000 results
Open links in new tab
  1. Autoencoders in Machine Learning - GeeksforGeeks

    Mar 1, 2025 · Autoencoders aim to minimize reconstruction error which is the difference between the input and the reconstructed output. They use loss functions such as Mean Squared Error …

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

    We seek to learn an autoencoder that will output a new dataset \(\mathcal{D}_{out} = \{a^{(1)}, \ldots, a^{(n)}\}\), where \(a^{(i)}\in \mathbb{R}^k\) with \(k < d\). We can think about \(a^{(i)}\) …

  3. Is there a way to define an auto-encoder with different input, output

    Apr 28, 2022 · With the output of autoencoder.summary() you can see the shape at the end very well. For example, a possible network that has the right output shape looks like this: All auto …

  4. Implementing Variational Autoencoders from scratch

    Apr 25, 2023 · In this article we will be implementing variational autoencoders from scratch, in python. Autoencoder is a neural architecture that consists of two parts: encoder and decoder.

  5. Autoencoders with PyTorch: Full Code Guide | Vision Tech Insights

    Jun 23, 2024 · Autoencoders can be used for tasks like reducing the number of dimensions in data, extracting important features, and removing noise. They’re also important for building …

  6. Autoencoder Made Easy [Variations & TensorFlow Tutorial]

    Mar 3, 2023 · Unlike a standard autoencoder, which learns a deterministic mapping from input to output, a VAE learns a probability distribution over the latent variables that can be used to …

  7. Autoencoders: An Ultimate Guide for Data Scientists

    Oct 17, 2024 · What is an Autoencoder? An autoencoder is a special form of artificial neural network trained to represent the input data in a compressed form and then reconstruct the …

  8. Autoencoders Explained | Baeldung on Computer Science

    Feb 13, 2025 · The main goal for autoencoders is to represent complex data using as little code as possible with little to no reconstruction or “compression” loss. To do so, the autoencoder …

  9. Variational AutoEncoders - GeeksforGeeks

    Mar 4, 2025 · Variational Autoencoders (VAEs) are generative models in machine learning (ML) that create new data similar to the input they are trained on. Along with data generation they …

  10. python - Autoencoders with variable input size - Stack Overflow

    Apr 18, 2021 · You can use Conv1D or LSTM layers for variable-length time series data. You have to use global pooling to achieve a fixed dim later in the layers.

  11. Some results have been removed
Refresh