All Projects → ethanluoyc → Pytorch Vae

ethanluoyc / Pytorch Vae

Licence: bsd-3-clause
A Variational Autoencoder (VAE) implemented in PyTorch

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pytorch Vae

Libsdae Autoencoder Tensorflow
A simple Tensorflow based library for deep and/or denoising AutoEncoder.
Stars: ✭ 147 (-37.97%)
Mutual labels:  autoencoder
Danmf
A sparsity aware implementation of "Deep Autoencoder-like Nonnegative Matrix Factorization for Community Detection" (CIKM 2018).
Stars: ✭ 161 (-32.07%)
Mutual labels:  autoencoder
Deep white balance
Reference code for the paper: Deep White-Balance Editing, CVPR 2020 (Oral). Our method is a deep learning multi-task framework for white-balance editing.
Stars: ✭ 184 (-22.36%)
Mutual labels:  autoencoder
Tensorflow stacked denoising autoencoder
Implementation of the stacked denoising autoencoder in Tensorflow
Stars: ✭ 151 (-36.29%)
Mutual labels:  autoencoder
Awesome Pytorch List
A comprehensive list of pytorch related content on github,such as different models,implementations,helper libraries,tutorials etc.
Stars: ✭ 12,475 (+5163.71%)
Mutual labels:  pytorch-tutorials
Deep image prior
Image reconstruction done with untrained neural networks.
Stars: ✭ 168 (-29.11%)
Mutual labels:  autoencoder
Tensorflow Mnist Cvae
Tensorflow implementation of conditional variational auto-encoder for MNIST
Stars: ✭ 139 (-41.35%)
Mutual labels:  autoencoder
Adversarial Autoencoders
Tensorflow implementation of Adversarial Autoencoders
Stars: ✭ 215 (-9.28%)
Mutual labels:  autoencoder
Motion Sense
MotionSense Dataset for Human Activity and Attribute Recognition ( time-series data generated by smartphone's sensors: accelerometer and gyroscope)
Stars: ✭ 159 (-32.91%)
Mutual labels:  autoencoder
Tensorflow Tutorials
텐서플로우를 기초부터 응용까지 단계별로 연습할 수 있는 소스 코드를 제공합니다
Stars: ✭ 2,096 (+784.39%)
Mutual labels:  autoencoder
Shapegan
Generative Adversarial Networks and Autoencoders for 3D Shapes
Stars: ✭ 151 (-36.29%)
Mutual labels:  autoencoder
Latentspacevisualization
Visualization techniques for the latent space of a convolutional autoencoder in Keras
Stars: ✭ 155 (-34.6%)
Mutual labels:  autoencoder
Tensorflow 101
中文的 tensorflow tutorial with jupyter notebooks
Stars: ✭ 172 (-27.43%)
Mutual labels:  autoencoder
Pytorch Tutorials Kr
🇰🇷PyTorch에서 제공하는 튜토리얼의 한국어 번역을 위한 저장소입니다. (Translate PyTorch tutorials in Korean🇰🇷)
Stars: ✭ 148 (-37.55%)
Mutual labels:  pytorch-tutorials
Timeseries Clustering Vae
Variational Recurrent Autoencoder for timeseries clustering in pytorch
Stars: ✭ 190 (-19.83%)
Mutual labels:  autoencoder
Focal Frequency Loss
Focal Frequency Loss for Generative Models
Stars: ✭ 141 (-40.51%)
Mutual labels:  autoencoder
Sequitur
Library of autoencoders for sequential data
Stars: ✭ 162 (-31.65%)
Mutual labels:  autoencoder
Pytorch Handbook
pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行
Stars: ✭ 15,817 (+6573.84%)
Mutual labels:  pytorch-tutorials
Deepinfomaxpytorch
Learning deep representations by mutual information estimation and maximization
Stars: ✭ 212 (-10.55%)
Mutual labels:  autoencoder
Pytorch Playground
Base pretrained models and datasets in pytorch (MNIST, SVHN, CIFAR10, CIFAR100, STL10, AlexNet, VGG16, VGG19, ResNet, Inception, SqueezeNet)
Stars: ✭ 2,201 (+828.69%)
Mutual labels:  pytorch-tutorials

Variational Autoencoder in PyTorch.

See this blog post: http://kvfrans.com/variational-autoencoders-explained/

Variational Autoencoder is introduced in this paper https://arxiv.org/abs/1312.6114

Also this tutorial paper: https://arxiv.org/abs/1606.05908

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].