greeness's Stars
tensorflow/tensorflow
An Open Source Machine Learning Framework for Everyone
github/gitignore
A collection of useful .gitignore templates
scrapy/scrapy
Scrapy, a fast high-level web crawling & scraping framework for Python.
aymericdamien/TensorFlow-Examples
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
BVLC/caffe
Caffe: a fast open framework for deep learning.
CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers
aka "Bayesian Methods for Hackers": An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)
facebookresearch/fastText
Library for fast text representation and classification.
marcotcr/lime
Lime: Explaining the predictions of any machine learning classifier
karpathy/char-rnn
Multi-layer Recurrent Neural Networks (LSTM, GRU, RNN) for character-level language models in Torch
karpathy/convnetjs
Deep Learning in Javascript. Train Convolutional Neural Networks (or ordinary ones) in your browser.
nathanmarz/storm
Distributed and fault-tolerant realtime computation: stream processing, continuous computation, distributed RPC, and more
rasmusbergpalm/DeepLearnToolbox
Matlab/Octave toolbox for deep learning. Includes Deep Belief Nets, Stacked Autoencoders, Convolutional Neural Nets, Convolutional Autoencoders and vanilla Neural Nets. Each method has examples to get you started.
cemoody/lda2vec
Farama-Foundation/Arcade-Learning-Environment
The Arcade Learning Environment (ALE) -- a platform for AI research.
kuz/DeepMind-Atari-Deep-Q-Learner
The original code from the DeepMind article + my tweaks
ogrisel/parallel_ml_tutorial
Tutorial on scikit-learn and IPython for parallel machine learning
srendle/libfm
Library for factorization machines
zhangxiangxiao/Crepe
Character-level Convolutional Networks for Text Classification
klb3713/sentence2vec
Tools for mapping a sentence with arbitrary length to vector space
kristjankorjus/Replicating-DeepMind
Reproducing the results of "Playing Atari with Deep Reinforcement Learning" by DeepMind
torch/tutorials
A series of machine learning tutorials for Torch7
JonathanRaiman/PVDM
:books: Implementation of Q.V. Le, and T. Mikolov, "Distributed Representations of Sentences and Documents ICML", 2014.
karthikncode/DeepRL-InformationExtraction
Code for the paper "Improving Information Extraction by Acquiring External Evidence with Reinforcement Learning" http://arxiv.org/abs/1603.07954
hgourvest/glpk.js
GNU Linear Programming Kit for Javascript
tuzzeg/detect_insults
ttsiodras/UnblockMeSolver
An auto-solver I coded for the "Unblock Me" puzzle game
AppStat/MultiBoost
The MultiBoost package is a multi-class / multi-label / multi-task classification boosting software implemented in C++.
jamartinb/pyema
Python implementation of EMA, an online multi-class classifier specially suitable for non-stationary problems
greeness/pgm-reading
sample/demo codes when reading Koller's PGM book
greeness/pymc-examples
PyMC Example Notebooks