All Projects → shaohua0116 → Vae Tensorflow

shaohua0116 / Vae Tensorflow

Licence: mit
A Tensorflow implementation of a Variational Autoencoder for the deep learning course at the University of Southern California (USC).

Projects that are alternatives of or similar to Vae Tensorflow

Generative models tutorial with demo
Generative Models Tutorial with Demo: Bayesian Classifier Sampling, Variational Auto Encoder (VAE), Generative Adversial Networks (GANs), Popular GANs Architectures, Auto-Regressive Models, Important Generative Model Papers, Courses, etc..
Stars: ✭ 276 (+135.9%)
Mutual labels:  jupyter-notebook, tutorial, variational-autoencoder
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.
Stars: ✭ 134 (+14.53%)
Mutual labels:  jupyter-notebook, vae, variational-autoencoder
Variational Autoencoder
PyTorch implementation of "Auto-Encoding Variational Bayes"
Stars: ✭ 25 (-78.63%)
Mutual labels:  jupyter-notebook, vae, variational-autoencoder
Pytorch Vae
A CNN Variational Autoencoder (CNN-VAE) implemented in PyTorch
Stars: ✭ 181 (+54.7%)
Mutual labels:  jupyter-notebook, vae, variational-autoencoder
Vae protein function
Protein function prediction using a variational autoencoder
Stars: ✭ 57 (-51.28%)
Mutual labels:  jupyter-notebook, vae, variational-autoencoder
H2o Tutorials
Tutorials and training material for the H2O Machine Learning Platform
Stars: ✭ 1,305 (+1015.38%)
Mutual labels:  jupyter-notebook, tutorial
Pytorch Pos Tagging
A tutorial on how to implement models for part-of-speech tagging using PyTorch and TorchText.
Stars: ✭ 96 (-17.95%)
Mutual labels:  jupyter-notebook, tutorial
Keras Tutorial
Tutorial teaching the basics of Keras and some deep learning concepts
Stars: ✭ 98 (-16.24%)
Mutual labels:  jupyter-notebook, tutorial
Smrt
Handle class imbalance intelligently by using variational auto-encoders to generate synthetic observations of your minority class.
Stars: ✭ 102 (-12.82%)
Mutual labels:  vae, variational-autoencoder
Tensorflow Tutorials
TensorFlow Tutorials with YouTube Videos
Stars: ✭ 8,919 (+7523.08%)
Mutual labels:  jupyter-notebook, tutorial
Recommenders
Best Practices on Recommendation Systems
Stars: ✭ 11,818 (+10000.85%)
Mutual labels:  jupyter-notebook, tutorial
Python Data Science Handbook
A Chinese translation of Jake Vanderplas' "Python Data Science Handbook". 《Python数据科学手册》在线Jupyter notebook中文翻译
Stars: ✭ 102 (-12.82%)
Mutual labels:  jupyter-notebook, tutorial
End To End Sequence Labeling Via Bi Directional Lstm Cnns Crf Tutorial
Tutorial for End-to-end Sequence Labeling via Bi-directional LSTM-CNNs-CRF
Stars: ✭ 87 (-25.64%)
Mutual labels:  jupyter-notebook, tutorial
Vae For Image Generation
Implemented Variational Autoencoder generative model in Keras for image generation and its latent space visualization on MNIST and CIFAR10 datasets
Stars: ✭ 87 (-25.64%)
Mutual labels:  vae, variational-autoencoder
Python World
Stars: ✭ 98 (-16.24%)
Mutual labels:  vae, variational-autoencoder
100 Plus Python Programming Exercises Extended
100+ python programming exercise problem discussed ,explained and solved in different ways
Stars: ✭ 1,250 (+968.38%)
Mutual labels:  jupyter-notebook, tutorial
Scipy2017 Jupyter Widgets Tutorial
Notebooks for the SciPy 2017 tutorial "The Jupyter Interactive Widget Ecosystem"
Stars: ✭ 102 (-12.82%)
Mutual labels:  jupyter-notebook, tutorial
Mojitalk
Code for "MojiTalk: Generating Emotional Responses at Scale" https://arxiv.org/abs/1711.04090
Stars: ✭ 107 (-8.55%)
Mutual labels:  vae, variational-autoencoder
Cross Lingual Voice Cloning
Tacotron 2 - PyTorch implementation with faster-than-realtime inference modified to enable cross lingual voice cloning.
Stars: ✭ 106 (-9.4%)
Mutual labels:  jupyter-notebook, vae
Tensorflow Examples
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
Stars: ✭ 41,480 (+35352.99%)
Mutual labels:  jupyter-notebook, tutorial

Variational Autoencoder in Tensorflow

This is an Tensorflow implementation of a variational autoencoder for the deep learning course at USC (CSCI-599 Deep Learning and its Applications) taught by Professor Joseph Lim. The slides of this lecture are available here. This demo code is written by Shao-Hua Sun.

Results

Reconstruction

Generation

Transformation

Latent space

Related works

VAE

Generative models

Author

Shao-Hua Sun / @shaohua0116 @ Joseph Lim's research lab @ USC

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].