johnglover's Stars
tensorflow/tensorflow
An Open Source Machine Learning Framework for Everyone
scikit-learn/scikit-learn
scikit-learn: machine learning in Python
prometheus/prometheus
The Prometheus monitoring system and time series database.
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 ;)
dmlc/xgboost
Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow
karpathy/char-rnn
Multi-layer Recurrent Neural Networks (LSTM, GRU, RNN) for character-level language models in Torch
owainlewis/awesome-artificial-intelligence
A curated list of Artificial Intelligence (AI) courses, books, video lectures and papers.
torch/torch7
http://torch.ch
numenta/nupic-legacy
Numenta Platform for Intelligent Computing is an implementation of Hierarchical Temporal Memory (HTM), a theory of intelligence based strictly on the neuroscience of the neocortex.
karpathy/neuraltalk2
Efficient Image Captioning code in Torch, runs on GPU
goodfeli/adversarial
Code and hyperparameters for the paper "Generative Adversarial Networks"
tensorflow/skflow
Simplified interface for TensorFlow (mimicking Scikit Learn) for Deep Learning
kaishengtai/neuralart
An implementation of the paper 'A Neural Algorithm of Artistic Style'.
mrzool/bash-sensible
An attempt at saner Bash defaults
digego/extempore
A cyber-physical programming environment
torch/nn
google-deepmind/rc-data
Question answering dataset featured in "Teaching Machines to Read and Comprehend
csound/csound
Main repository for Csound
Element-Research/rnn
Recurrent Neural Network library for Torch7's nn
szcom/rnnlib
RNNLIB is a recurrent neural network library for sequence learning problems. Forked from Alex Graves work http://sourceforge.net/projects/rnnl/
hardmaru/sketch-rnn
Multilayer LSTM and Mixture Density Network for modelling path-level SVG Vector Graphics data in TensorFlow
gcr/torch-residual-networks
This is a Torch implementation of ["Deep Residual Learning for Image Recognition",Kaiming He, Xiangyu Zhang, Shaoqing Ren, Jian Sun](http://arxiv.org/abs/1512.03385) the winners of the 2015 ILSVRC and COCO challenges.
twitter-archive/torch-autograd
Autograd automatically differentiates native Torch code
yandex/faster-rnnlm
Faster Recurrent Neural Network Language Modeling Toolkit with Noise Contrastive Estimation and Hierarchical Softmax
facebookarchive/Stack-RNN
This is the code used for the paper "Inferring algorithmic patterns with a stack augmented recurrent network", by Armand Joulin and Tomas Mikolov.
richhickey/harmonikit
An additive synth for Clojure and overtone
oxford-cs-ml-2015/practical6
Practical 6: LSTM language models
soumith/lua---audio
Module for torch to support audio i/o as well as do common operations like dFFT, generate spectrograms etc.
soundcloud/spdt
Streaming Parallel Decision Tree
soumith/torch-signal
Signal processing toolbox for Torch 7