About 14,500 results
Open links in new tab
  1. 一文理解变分自编码器(VAE) - 知乎

    一、变分自编码器概述 变分自编码器(Variational Auto-Encoders,VAE)作为深度生成模型的一种形式,是由 Kingma 等人于 2014 年提出的基于变分贝叶斯(Variational Bayes,VB)推断的生成式网络 …

  2. 变分自编码器 VAE 超详解,从简单公式推导到模型结构到模型理解_vae

    Nov 24, 2025 · 本文详细介绍了变分自编码器的发展历程,从基本概念如先验后验概率到VAE与自编码器的区别,重点讲解了变分下界、模型架构、重构与正则化项,以及重参数技巧在训练中的关键作用。 …

  3. VAE模型简析和精要(原理和代码) - 泪水下的笑靥 - 博客园

    Jan 21, 2025 · VAE模型简析和精要(原理和代码) 1. 前言 这篇博客主要用于记录 VAE 的原理部分。 一方面便于日后自己的温故学习,另一方面也便于大家的学习和交流。 如有不对之处,欢迎评论区指 …

  4. Variational autoencoder - Wikipedia

    In machine learning, a variational autoencoder (VAE) is an artificial neural network architecture introduced by Diederik P. Kingma and Max Welling in 2013. [1]

  5. 变分自编码器(Variational Autoencoders,VAE)详解:数学原理、图 …

    Nov 28, 2024 · Perhaps the greatest contribution of the VAE framework is the realization that we can counteract this variance by using what is now known as the “reparameterization trick”, a simple …

  6. Convolutional Variational Autoencoder | TensorFlow Core

    Aug 16, 2024 · A VAE is a probabilistic take on the autoencoder, a model which takes high dimensional input data and compresses it into a smaller representation. Unlike a traditional autoencoder, which …

  7. 变分自编码器 - 维基百科,自由的百科全书

    [1] VAE与 自编码器 模型有关,因为两者在结构上有一定亲和力,但在目标和数学表述上有很大区别。 VAE属于概率生成模型(Probabilistic Generative Model),神经网络仅是其中的一个组件,依照功 …

  8. [1906.02691] An Introduction to Variational Autoencoders

    Jun 6, 2019 · Variational autoencoders provide a principled framework for learning deep latent-variable models and corresponding inference models. In this work, we provide an introduction to variational …

  9. 变分自编码器(VAE)综述:从基石到前沿 - 知乎

    自2013年诞生以来,变分自编码器(Variational Autoencoder, VAE)已成为深度学习领域无监督生成模型的一块重要基石。 它巧妙地融合了变分推断与神经网络,不仅能够学习数据的紧凑表示,更能生 …

  10. What is a variational autoencoder (VAE)? - TechTarget

    Jan 24, 2025 · A VAE adds probabilistic capabilities into the encoding process to build on the basics of an autoencoder. These probabilistic capabilities are why the term variational is added to the …