About 87,800 results
Open links in new tab
  1. Loss Functions in Simple Autoencoders: MSE vs. L1 Loss

    Nov 11, 2023 · Reconstruction Loss: When training an autoencoder, choosing the appropriate reconstruction loss is essential. Common options include Mean Squared Error (MSE) Loss …

  2. Graph Autoencoders and the Reconstruction Loss Problem

    Apr 14, 2025 · Autoencoders are one of the most popular self-supervised learning approaches in the context of deep generative models. The basic idea si to map an arbitrary input x x to a …

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

  4. Help Understanding Reconstruction Loss In Variational Autoencoder

    The reconstruction loss for a VAE (see, for example equation 20.77 in The Deep Learning Book) is often written as $-\mathbb{E}_{z\sim{q(z | x)}} log(p_{model}(x | z))$, where $z$ represents …

  5. Autoencoders in Deep Learning: Tutorial & Use Cases [2024]

    Learn about most common types of autoencoders and their applications in machine learning. Autoencoders have emerged as one of the technologies and techniques that enable computer …

  6. Reconstruction loss function of VAE - Stack Overflow

    Jun 30, 2022 · VAEs train by maximizing the evidence lower bound (ELBO) on the marginal log-likelihood. In practice, optimize the single sample Monte Carlo estimate of this expectation: …

  7. Reconstruction Loss Functions (MSE, BCE) - apxml.com

    Let's examine the two most prevalent reconstruction loss functions used in autoencoders: Mean Squared Error (MSE) and Binary Cross-Entropy (BCE). Mean Squared Error, also known as …

  8. Intro to Autoencoders | TensorFlow Core

    Aug 16, 2024 · For example, given an image of a handwritten digit, an autoencoder first encodes the image into a lower dimensional latent representation, then decodes the latent …

  9. Analysis of Loss Functions for Image Reconstruction Using

    Jul 24, 2022 · Loss functions plays a crucial role when image reconstruction is performed using a convolutional autoencoder. In this study to analyze the performance of various loss functions …

  10. Autoencoders for Image Reconstruction in Python and Keras

    Aug 31, 2023 · By using a neural network, the autoencoder is able to learn how to decompose data (in our case, images) into fairly small bits of data, and then using that representation, …

Refresh