All Projects → JulienSiems → TensorFlow-Autoencoders

JulienSiems / TensorFlow-Autoencoders

Licence: other
Implementations of autoencoder, generative adversarial networks, variational autoencoder and adversarial variational autoencoder

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to TensorFlow-Autoencoders

MLExp
arxiv.org/abs/1801.07710v2
Stars: ✭ 32 (+10.34%)
Mutual labels:  networks, bayesian, neural
Gpnd
Generative Probabilistic Novelty Detection with Adversarial Autoencoders
Stars: ✭ 112 (+286.21%)
Mutual labels:  probability, autoencoder
ManTraNet-pytorch
Implementation of the famous Image Manipulation\Forgery Detector "ManTraNet" in Pytorch
Stars: ✭ 47 (+62.07%)
Mutual labels:  networks, neural
prophet
A simple neural net implementation.
Stars: ✭ 40 (+37.93%)
Mutual labels:  neural
Data-Scientist-In-Python
This repository contains notes and projects of Data scientist track from dataquest course work.
Stars: ✭ 23 (-20.69%)
Mutual labels:  probability
thomas
Another A/B test library
Stars: ✭ 20 (-31.03%)
Mutual labels:  bayesian
time-series-autoencoder
📈 PyTorch dual-attention LSTM-autoencoder for multivariate Time Series 📈
Stars: ✭ 198 (+582.76%)
Mutual labels:  autoencoder
probabilidad
Probabilidad y variables aleatorias para ML con R y Python con los Drs R.Alberich y A.Mir
Stars: ✭ 135 (+365.52%)
Mutual labels:  probability
Wavelet-like-Auto-Encoder
No description or website provided.
Stars: ✭ 61 (+110.34%)
Mutual labels:  autoencoder
Data-Science-and-Machine-Learning-Resources
List of Data Science and Machine Learning Resource that I frequently use
Stars: ✭ 19 (-34.48%)
Mutual labels:  probability
AI-cheat-sheet
cheat sheet for Artificial Intelligence
Stars: ✭ 20 (-31.03%)
Mutual labels:  bayesian
vae-pytorch
AE and VAE Playground in PyTorch
Stars: ✭ 53 (+82.76%)
Mutual labels:  autoencoder
cmdstanr
CmdStanR: the R interface to CmdStan
Stars: ✭ 82 (+182.76%)
Mutual labels:  bayesian
synthpops
Create synthetic populations for COVID-19 epidemic analyses.
Stars: ✭ 37 (+27.59%)
Mutual labels:  networks
data-science-notes
Open-source project hosted at https://makeuseofdata.com to crowdsource a robust collection of notes related to data science (math, visualization, modeling, etc)
Stars: ✭ 52 (+79.31%)
Mutual labels:  probability
Encoder-Forest
eForest: Reversible mapping between high-dimensional data and path rule identifiers using trees embedding
Stars: ✭ 22 (-24.14%)
Mutual labels:  autoencoder
keras-adversarial-autoencoders
Experiments with Adversarial Autoencoders using Keras
Stars: ✭ 20 (-31.03%)
Mutual labels:  autoencoder
flowmanager
An SDN application that gives its user the ability to control flows in an OpenFlow network without coding.
Stars: ✭ 60 (+106.9%)
Mutual labels:  networks
noisy-networks-measurements
Noisy network measurement with stan
Stars: ✭ 42 (+44.83%)
Mutual labels:  networks
UQpy
UQpy (Uncertainty Quantification with python) is a general purpose Python toolbox for modeling uncertainty in physical and mathematical systems.
Stars: ✭ 117 (+303.45%)
Mutual labels:  probability

Tensorflow-models

Reference implementations for variational autoencoder, autoencoder, generative adversarial network and adversarial variational bayes I implemented in tensorflow.

I managed to get them working for the autoencoder and variational autoencoder using the beautiful class structure described by Danijar here.

Input and reconstructions from the variational autoencoder:

Samples drawn from the latent space of the variational autoencoder and the corresponding reconstructions:

To be done:

  • Adversarial Autoencoder
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].