An open API service indexing awesome lists of open source software.

https://github.com/nahumsa/vae-rbm-pretraining

Implementation of a Variational Autoencoder utilizing Restricted Boltzmann Machines as Pretraining.
https://github.com/nahumsa/vae-rbm-pretraining

Last synced: 2 months ago
JSON representation

Implementation of a Variational Autoencoder utilizing Restricted Boltzmann Machines as Pretraining.

Awesome Lists containing this project

README

        

# Variational Autoencoder with Restricted Boltzmann Machine pretraining

This code is base on the [repository by Jeremy Lane](https://github.co/lane203j/deep-autoencoder-with-RBM-pretraining) that makes RBM pretraining for autoencoders.

But here we will apply RBM pretraining to Variational autoencoders.