All Projects → omimo → xRBM

omimo / xRBM

Licence: MIT License
Implementation of Restricted Boltzmann Machine (RBM) and its variants in Tensorflow

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to xRBM

Deep-Learning-Models
Deep Learning Models implemented in python.
Stars: ✭ 17 (-66.67%)
Mutual labels:  restricted-boltzmann-machine, rbm
Generative Models
Collection of generative models, e.g. GAN, VAE in Pytorch and Tensorflow.
Stars: ✭ 6,701 (+13039.22%)
Mutual labels:  restricted-boltzmann-machine, rbm
NNet
algorithm for study: multi-layer-perceptron, cluster-graph, cnn, rnn, restricted boltzmann machine, bayesian network
Stars: ✭ 24 (-52.94%)
Mutual labels:  restricted-boltzmann-machine
Handwritten-Digits-Classification-Using-KNN-Multiclass Perceptron-SVM
🏆 A Comparative Study on Handwritten Digits Recognition using Classifiers like K-Nearest Neighbours (K-NN), Multiclass Perceptron/Artificial Neural Network (ANN) and Support Vector Machine (SVM) discussing the pros and cons of each algorithm and providing the comparison results in terms of accuracy and efficiecy of each algorithm.
Stars: ✭ 42 (-17.65%)
Mutual labels:  mnist-dataset
amr
Official adversarial mixup resynthesis repository
Stars: ✭ 31 (-39.22%)
Mutual labels:  mnist-dataset
mnist-draw
Draw and classify digits (0-9) in a browser using machine learning
Stars: ✭ 27 (-47.06%)
Mutual labels:  mnist-dataset
Reducing-the-Dimensionality-of-Data-with-Neural-Networks
Implementation of G. E. Hinton and R. R. Salakhutdinov's Reducing the Dimensionality of Data with Neural Networks (Tensorflow)
Stars: ✭ 34 (-33.33%)
Mutual labels:  restricted-boltzmann-machine
MNIST-CoreML
Predict handwritten digits with CoreML
Stars: ✭ 63 (+23.53%)
Mutual labels:  mnist-dataset
mnist-challenge
My solution to TUM's Machine Learning MNIST challenge 2016-2017 [winner]
Stars: ✭ 68 (+33.33%)
Mutual labels:  rbm
CVAE-AnomalyDetection-PyTorch
Example of Anomaly Detection using Convolutional Variational Auto-Encoder (CVAE)
Stars: ✭ 23 (-54.9%)
Mutual labels:  mnist-dataset
DBN
Simple code tutorial for deep belief network (DBN)
Stars: ✭ 34 (-33.33%)
Mutual labels:  restricted-boltzmann-machine
dltf
Hands-on in-person workshop for Deep Learning with TensorFlow
Stars: ✭ 14 (-72.55%)
Mutual labels:  rbm
Hand-Digits-Recognition
Recognize your own handwritten digits with Tensorflow, embedded in a PyQT5 GUI. The Neural Network was trained on MNIST.
Stars: ✭ 11 (-78.43%)
Mutual labels:  mnist-dataset
Deep-Learning-in-R-using-Keras-and-Tensorflow-
Implementing Deep learning in R using Keras and Tensorflow packages for R and implementing a Multi layer perceptron Model on MNIST dataset and doing Digit Recognition
Stars: ✭ 24 (-52.94%)
Mutual labels:  mnist-dataset
Handwritten-Names-Recognition
The goal of this project is to solve the task of name transcription from handwriting images implementing a NN approach.
Stars: ✭ 54 (+5.88%)
Mutual labels:  restricted-boltzmann-machine
tensorflow-rbm
Tensorflow implementation of the Restricted Boltzmann Machine
Stars: ✭ 308 (+503.92%)
Mutual labels:  rbm
MNIST-cnn
Convolutional neural networks with Python 3
Stars: ✭ 19 (-62.75%)
Mutual labels:  mnist-dataset
videoMultiGAN
End to End learning for Video Generation from Text
Stars: ✭ 53 (+3.92%)
Mutual labels:  mnist-dataset
learnergy
💡 Learnergy is a Python library for energy-based machine learning models.
Stars: ✭ 57 (+11.76%)
Mutual labels:  rbm
MNIST
Handwritten digit recognizer using a feed-forward neural network and the MNIST dataset of 70,000 human-labeled handwritten digits.
Stars: ✭ 28 (-45.1%)
Mutual labels:  mnist-dataset

xRBM Library

Implementation of Restricted Boltzmann Machine (RBM) and its variants in Tensorflow

Installation

Using pip:

pip install xrbm

Examples

Tutorial 1: Training an RBM on MNIST Dataset

Tutorial 2: Training an RBM on MNIST Dataset - More Tricks

Tutorial 3: Training a Conditional RBM on Timeseries Data

Documentation

https://omid.al/xRBM/

Feedback, Bugs, and Questions

For any questions, feedback, and bug reports, please use the Github Issues.

Credits

Created by Omid Alemi

License

This code is available under the MIT license.

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