All Projects → jbornschein → reweighted-ws

jbornschein / reweighted-ws

Licence: AGPL-3.0 License
Implementation of the reweighted wake-sleep machine learning algorithm

Programming Languages

python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects
shell
77523 projects

Projects that are alternatives of or similar to reweighted-ws

Mariana
The Cutest Deep Learning Framework which is also a wonderful Declarative Language
Stars: ✭ 151 (+287.18%)
Mutual labels:  theano, machine-learning-algorithms
Real Time Ml Project
A curated list of applied machine learning and data science notebooks and libraries across different industries.
Stars: ✭ 143 (+266.67%)
Mutual labels:  theano, machine-learning-algorithms
Draw
Reimplementation of DRAW
Stars: ✭ 346 (+787.18%)
Mutual labels:  theano, machine-learning-algorithms
bihm
Bidirectional Helmholtz Machines
Stars: ✭ 40 (+2.56%)
Mutual labels:  theano, machine-learning-algorithms
genieclust
Genie++ Fast and Robust Hierarchical Clustering with Noise Point Detection - for Python and R
Stars: ✭ 34 (-12.82%)
Mutual labels:  machine-learning-algorithms
Python-TensorFlow-WebApp
Emerging Technologies Project - 4th Year 2017
Stars: ✭ 16 (-58.97%)
Mutual labels:  machine-learning-algorithms
Data-Scientist-In-Python
This repository contains notes and projects of Data scientist track from dataquest course work.
Stars: ✭ 23 (-41.03%)
Mutual labels:  machine-learning-algorithms
wildflower-finder
Image classification of wildflowers using deep residual learning and convolutional neural nets
Stars: ✭ 25 (-35.9%)
Mutual labels:  theano
glossary
https://machinelearning.wtf/ - An online glossary of machine learning terms.
Stars: ✭ 28 (-28.21%)
Mutual labels:  machine-learning-algorithms
OpencvInstallation
shell script for openCV installation and configuration in linux based system. Most easy way to configue openCV, you only need to run opencv.sh shell file.
Stars: ✭ 16 (-58.97%)
Mutual labels:  machine-learning-algorithms
themis-ml
A library that implements fairness-aware machine learning algorithms
Stars: ✭ 93 (+138.46%)
Mutual labels:  machine-learning-algorithms
genie
Genie: A Fast and Robust Hierarchical Clustering Algorithm (this R package has now been superseded by genieclust)
Stars: ✭ 21 (-46.15%)
Mutual labels:  machine-learning-algorithms
COVID19
Using Kalman Filter to Predict Corona Virus Spread
Stars: ✭ 78 (+100%)
Mutual labels:  machine-learning-algorithms
Machine-learning-implement
Teach you how to implement machine learning algorithms
Stars: ✭ 37 (-5.13%)
Mutual labels:  machine-learning-algorithms
interactive-simple-linear-regression
A PureScript, browser-based implementation of simple linear regression.
Stars: ✭ 15 (-61.54%)
Mutual labels:  machine-learning-algorithms
Fake-News-Detection-Project
Fake News Detection Final Year College Project with Project Report, PPT, Code, Research Paper and Documents.
Stars: ✭ 16 (-58.97%)
Mutual labels:  machine-learning-algorithms
DA Tutorial
This is a 'hands-on' tutorial for the RIKEN International School on Data Assimilation (RISDA2018).
Stars: ✭ 23 (-41.03%)
Mutual labels:  machine-learning-algorithms
PyImpetus
PyImpetus is a Markov Blanket based feature subset selection algorithm that considers features both separately and together as a group in order to provide not just the best set of features but also the best combination of features
Stars: ✭ 83 (+112.82%)
Mutual labels:  machine-learning-algorithms
SWBlog
machine learning practitioner, android and python
Stars: ✭ 33 (-15.38%)
Mutual labels:  machine-learning-algorithms
neptune-examples
Examples of using Neptune to keep track of your experiments (maintenance only).
Stars: ✭ 22 (-43.59%)
Mutual labels:  machine-learning-algorithms
Requirements Status AGPLv3

Reweighted Wake-Sleep

This repository contains the implementation of the machine learning method described in http://arxiv.org/abs/1406.2751 .

Note: There is an alternative implementation based on Blocks/Theano in https://github.com/jbornschein/bihm

Installation & Requirements

This implementation in written in Python and uses Theano. To automatically install all dependencies run

pip install -r requirements.txt

In order to reproduce the experiments in the paper you need to download about 500 MB of training data:

cd data sh download.sh
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].