Skip to content

Deep generative models implemented with TensorFlow 2.0: eg. Restricted Boltzmann Machine (RBM), Deep Belief Network (DBN), Deep Boltzmann Machine (DBM), Convolutional Variational Auto-Encoder (CVAE), Convolutional Generative Adversarial Network (CGAN)

master
Go to file
Code

README.md

Deep Generative Models using TensorFlow 2.0

This repository contains TensorFlow 2.0 python source-code for deep generative models. This repository prioritizes using low-level tensorflow implementations where possible. The intended purpose is to allow for a more in-depth understanding of corresponding algorithms.

In order to test this repository, it is recommended to initialize a pre-commit hook for automatic updates of requirements.txt:

$ ./init.sh

Information regarding execution of python scripts can be found in the readme in the /src directory.

Author

Atreya Shankar, Cognitive Systems 2018

About

Deep generative models implemented with TensorFlow 2.0: eg. Restricted Boltzmann Machine (RBM), Deep Belief Network (DBN), Deep Boltzmann Machine (DBM), Convolutional Variational Auto-Encoder (CVAE), Convolutional Generative Adversarial Network (CGAN)

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.