vae

There are 932 repositories under vae topic.

  • TwoStageVAE

    Language:Python237
  • sylvester-flows

    Language:Python181
  • Python-WORLD

    Language:Python152
  • Variational-Lstm-Autoencoder

    Lstm variational auto-encoder for time series anomaly detection and features extraction

    Language:Python332
  • OmniTokenizer

    [NeurIPS 2024]OmniTokenizer: one model and one weight for image-video joint tokenization.

    Language:Python309
  • video_prediction

    Stochastic Adversarial Video Prediction

    Language:Python304
  • pytorch-vae

    A CNN Variational Autoencoder (CNN-VAE) implemented in PyTorch

    Language:Jupyter Notebook301
  • CADA-VAE-PyTorch

    Official implementation of the paper "Generalized Zero- and Few-Shot Learning via Aligned Variational Autoencoders" (CVPR 2019)

    Language:Python293
  • elliot

    Comprehensive and Rigorous Framework for Reproducible Recommender Systems Evaluation

    Language:Python291
  • learning-to-drive-in-5-minutes

    Implementation of reinforcement learning approach to make a car learn to drive smoothly in minutes

    Language:Python287
  • FactorVAE

    Pytorch implementation of FactorVAE proposed in Disentangling by Factorising(http://arxiv.org/abs/1802.05983)

    Language:Python277
  • tf-vqvae

    Tensorflow Implementation of the paper [Neural Discrete Representation Learning](https://arxiv.org/abs/1711.00937) (VQ-VAE).

    Language:Jupyter Notebook262
  • Carla-ppo

    This repository hosts a customized PPO based agent for Carla. The goal of this project is to make it easier to interact with and experiment in Carla with reinforcement learning based agents -- this, by wrapping Carla in a gym like environment that can handle custom reward functions, custom debug output, etc.

    Language:Python254
  • pytorch_cpp

    Deep Learning sample programs using PyTorch in C++

    Language:C++253
  • awesome-AI4MolConformation-MD

    List of molecules (small molecules, RNA, peptide, protein, enzymes, antibody, and PPIs) conformations and molecular dynamics (force fields) using generative artificial intelligence and deep learning

  • Adversarial_Video_Summary

    Unofficial PyTorch Implementation of SUM-GAN from "Unsupervised Video Summarization with Adversarial LSTM Networks" (CVPR 2017)

    Language:Python243
  • s-vae-tf

    Tensorflow implementation of Hyperspherical Variational Auto-Encoders

    Language:Python234
  • ResNetVAE

    Variational AutoEncoder + ResNet Transfer Learning

    Language:Python232
  • Variational-Recurrent-Autoencoder-Tensorflow

    A tensorflow implementation of "Generating Sentences from a Continuous Space"

    Language:Python227
  • disentangled_vae

    Replicating "Understanding disentangling in β-VAE"

    Language:Python199
  • soft-intro-vae-pytorch

    [CVPR 2021 Oral] Official PyTorch implementation of Soft-IntroVAE from the paper "Soft-IntroVAE: Analyzing and Improving Introspective Variational Autoencoders"

    Language:Jupyter Notebook197
  • Efficient-VDVAE

    Official Pytorch and JAX implementation of "Efficient-VDVAE: Less is more"

    Language:Python195
  • beat-blender

    Blend beats using machine learning to create music in a fun new way.

    Language:JavaScript195
  • sqvae

    Pytorch implementation of stochastically quantized variational autoencoder (SQ-VAE)

    Language:Python191
  • Parallel-Tacotron2

    PyTorch Implementation of Google's Parallel Tacotron 2: A Non-Autoregressive Neural TTS Model with Differentiable Duration Modeling

    Language:Python190
  • vae-lagging-encoder

    PyTorch implementation of "Lagging Inference Networks and Posterior Collapse in Variational Autoencoders" (ICLR 2019)

    Language:Python184
  • tsgm

    Generation and evaluation of synthetic time series datasets (also, augmentations, visualizations, a collection of popular datasets) NeurIPS'24

    Language:Python180
  • vae-seq

    Variational Auto-Encoders in a Sequential Setting.

    Language:Python176
  • A-Hierarchical-Latent-Structure-for-Variational-Conversation-Modeling

    PyTorch Implementation of "A Hierarchical Latent Structure for Variational Conversation Modeling" (NAACL 2018 Oral)

    Language:Python173
  • vmf_vae_nlp

    Code for EMNLP18 paper "Spherical Latent Spaces for Stable Variational Autoencoders"

    Language:Python169
  • ECE-C247-EEG-GAN

    GAN and VAE implementations to generate artificial EEG data to improve motor imagery classification. Data based on BCI Competition IV, datasets 2a. Final project for UCLA's EE C247: Neural Networks and Deep Learning course.

    Language:Jupyter Notebook166
  • srl-zoo

    State Representation Learning (SRL) zoo with PyTorch - Part of S-RL Toolbox

    Language:Python163
  • vqvae-2

    PyTorch implementation of VQ-VAE-2 from "Generating Diverse High-Fidelity Images with VQ-VAE-2"

    Language:Python160
  • eqvae

    [ICML'25] EQ-VAE: Equivariance Regularized Latent Space for Improved Generative Image Modeling.

    Language:Python152
  • tensorflow-mnist-CVAE

    Tensorflow implementation of conditional variational auto-encoder for MNIST

    Language:Python150
  • Deep-learning-with-Python

    Example projects I completed to understand Deep Learning techniques with Tensorflow. Please note that I do no longer maintain this repository.

    Language:Jupyter Notebook139