Collection of generative models, e.g. GAN, VAE in Pytorch and Tensorflow.
-
Updated
Jan 31, 2019 - Python
{{ message }}
Collection of generative models, e.g. GAN, VAE in Pytorch and Tensorflow.
The deeplearning algorithms implemented by tensorflow
Boltzmann Machines in TensorFlow with examples
NeuPy is a Tensorflow based python library for prototyping and building neural networks
Deep Learning Library (DLL) for C++ (ANNs, CNNs, RBMs, DBNs...)
Tensorflow implementation of Restricted Boltzmann Machine
Unsupervised learning and generative models in python/pytorch.
Restricted Boltzmann Machines (RBMs) in PyTorch
My solution to TUM's Machine Learning MNIST challenge 2016-2017 [winner]
Implementation of Restricted Boltzmann Machine (RBM) and its variants in Tensorflow
Check and implement if possible, the use of sparse matrices instead of dense ones so that CUDA doesn't throw Out of Memory error while allocating a large tensor.
Machine Learning Library, written in J
Experimenting with RBMs using scikit-learn on MNIST and simulating a DBN using Keras.
Tensorflow Examples
Deep Learning Models implemented in python.
Restricted Boltzmann Machines for Collaborative Filtering in Tensorflow
Hands-on in-person workshop for Deep Learning with TensorFlow
Tensorflow Implementation of RBM
A regularized version of RBM for unsupervised feature selection.
Simple Restricted Boltzmann Machine implementation with TensorFlow.
An implementation of RNN-RBM & GBRBM.
My python implementation of RBM and denoising Autoencoder for pre-training
Barebones Python implementations of machine learning models, without using machine learning libraries
Add a description, image, and links to the rbm topic page so that developers can more easily learn about it.
To associate your repository with the rbm topic, visit your repo's landing page and select "manage topics."
It would be helpful to add a tutorial explaining how to run things in parallel (mpirun etc). There are some users who are not familiar with mpi (see #173 ) and it is useful to explain the basic steps to do this.