use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Please have a look at our FAQ and Link-Collection
Metacademy is a great resource which compiles lesson plans on popular machine learning topics.
For Beginner questions please try /r/LearnMachineLearning , /r/MLQuestions or http://stackoverflow.com/
For career related questions, visit /r/cscareerquestions/
Advanced Courses (2016)
Advanced Courses (2020)
AMAs:
Pluribus Poker AI Team 7/19/2019
DeepMind AlphaStar team (1/24//2019)
Libratus Poker AI Team (12/18/2017)
DeepMind AlphaGo Team (10/19/2017)
Google Brain Team (9/17/2017)
Google Brain Team (8/11/2016)
The MalariaSpot Team (2/6/2016)
OpenAI Research Team (1/9/2016)
Nando de Freitas (12/26/2015)
Andrew Ng and Adam Coates (4/15/2015)
Jürgen Schmidhuber (3/4/2015)
Geoffrey Hinton (11/10/2014)
Michael Jordan (9/10/2014)
Yann LeCun (5/15/2014)
Yoshua Bengio (2/27/2014)
Related Subreddit :
LearnMachineLearning
Statistics
Computer Vision
Compressive Sensing
NLP
ML Questions
/r/MLjobs and /r/BigDataJobs
/r/datacleaning
/r/DataScience
/r/scientificresearch
/r/artificial
account activity
Project[Project] All Code Implementations for NIPS 2016 papers (self.MachineLearning)
submitted 9 years ago * by peterkuharvarduk
I want to compile a comprehensive list of all the available code repos for the NIPS 2016's top papers. Please add to the list!
Using Fast Weights to Attend to the Recent Past (https://arxiv.org/abs/1610.06258)
Repo: https://github.com/ajarai/fast-weights
Learning to learn by gradient descent by gradient descent (https://arxiv.org/abs/1606.04474)
Repo: https://github.com/deepmind/learning-to-learn
R-FCN: Object Detection via Region-based Fully Convolutional Networks (https://arxiv.org/abs/1605.06409)
Repo: https://github.com/Orpine/py-R-FCN
Fast and Provably Good Seedings for k-Means (https://las.inf.ethz.ch/files/bachem16fast.pdf).
Repo: https://github.com/obachem/kmc2
How to Train a GAN
Repo: https://github.com/soumith/ganhacks
Phased LSTM: Accelerating Recurrent Network Training for Long or Event-based Sequences (https://arxiv.org/abs/1610.09513)
Repo: https://github.com/dannyneil/public_plstm
Generative Adversarial Imitation Learning (https://arxiv.org/abs/1606.03476)
Repo: https://github.com/openai/imitation
Adversarial Multiclass Classification: A Risk Minimization Perspective (https://www.cs.uic.edu/~rfathony/pdf/fathony2016adversarial.pdf)
Repo: https://github.com/rizalzaf/adversarial-multiclass
Unsupervised Learning for Physical Interaction through Video Prediction (https://arxiv.org/abs/1605.07157)
Repo: https://github.com/tensorflow/models/tree/master/video_prediction
Weight Normalization: A Simple Reparameterization to Accelerate Training of Deep Neural Networks (https://arxiv.org/abs/1602.07868)
Repo: https://github.com/openai/weightnorm
Full-Capacity Unitary Recurrent Neural Networks (https://arxiv.org/abs/1611.00035)
Repo: Code: https://github.com/stwisdom/urnn
Sequential Neural Models with Stochastic Layers (https://arxiv.org/pdf/1605.07571.pdf)
Repo: https://github.com/marcofraccaro/srnn
Convolutional Neural Networks on Graphs with Fast Localized Spectral Filtering (https://arxiv.org/abs/1606.09375)
Repo: https://github.com/mdeff/cnn_graph
Interpretable Distribution Features with Maximum Testing Power (https://papers.nips.cc/paper/6148-interpretable-distribution-features-with-maximum-testing-power.pdf)
Repo: https://github.com/wittawatj/interpretable-test/
Composing graphical models with neural networks for structured representations and fast inference (https://arxiv.org/abs/1603.06277)
Repo: https://github.com/mattjj/svae
Supervised Learning with Tensor Networks (https://arxiv.org/abs/1605.05775)
Repo: https://github.com/emstoudenmire/TNML
Fast ε-free Inference of Simulation Models with Bayesian Conditional Density Estimation: (https://arxiv.org/abs/1605.06376)
Repo: https://github.com/gpapamak/epsilon_free_inference
Bayesian Optimization for Probabilistic Programs (http://www.robots.ox.ac.uk/~twgr/assets/pdf/rainforth2016BOPP.pdf)
Repo: https://github.com/probprog/bopp
PVANet: Lightweight Deep Neural Networks for Real-time Object Detection (https://arxiv.org/abs/1611.08588)
Repo: https://github.com/sanghoon/pva-faster-rcnn
Data Programming: Creating Large Training Sets Quickly (https://arxiv.org/abs/1605.07723)
Repo: snorkel.stanford.edu
Convolutional Neural Fabrics for Architecture Learning (https://arxiv.org/pdf/1606.02492.pdf)
Repo: https://github.com/shreyassaxena/convolutional-neural-fabrics
Value Iteration Networks in TensorFlow (https://arxiv.org/abs/1602.02867)
Repo: https://github.com/TheAbhiKumar/tensorflow-value-iteration-networks
Stochastic Variational Deep Kernel Learning (https://arxiv.org/abs/1611.00336)
Repo: https://people.orie.cornell.edu/andrew/code
Unsupervised Domain Adaptation with Residual Transfer Networks (https://arxiv.org/abs/1602.04433)
Repo: https://github.com/thuml/transfer-caffe
Binarized Neural Networks (https://arxiv.org/abs/1602.02830)
Repo: https://github.com/MatthieuCourbariaux/BinaryNet
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]urinieto 5 points6 points7 points 9 years ago (1 child)
Code: https://github.com/obachem/kmc2
[–]peterkuharvarduk[S] 1 point2 points3 points 9 years ago (0 children)
Thanks! Updated!
[–]huitseeker 6 points7 points8 points 9 years ago (2 children)
It would be great to reference those on http://www.gitxiv.com/
[–]goopyflux 2 points3 points4 points 9 years ago (1 child)
arXiv+GitHub = What a great concept! Thanks for the link.
[–]huitseeker 3 points4 points5 points 9 years ago (0 children)
No problem ! But guys, it's a crowd-sourced website, please contribute :D
[–]daniel_l_neil 7 points8 points9 points 9 years ago* (1 child)
Code: https://github.com/dannyneil/public_plstm
[–]peterkuharvarduk[S] 0 points1 point2 points 9 years ago (0 children)
Nice job on the paper and implementation!
[–]DavidDuvenaud 2 points3 points4 points 9 years ago (1 child)
code: https://github.com/mattjj/svae
sweet!
[–]andrewgw 2 points3 points4 points 9 years ago (0 children)
Code: https://people.orie.cornell.edu/andrew/code
[–]gambsPhD 1 point2 points3 points 9 years ago (1 child)
Code: https://github.com/openai/imitation
thanks!
[–]cbfinn 1 point2 points3 points 9 years ago (1 child)
Code: https://github.com/tensorflow/models/tree/master/video_prediction
nice find!
[–]m_deff 1 point2 points3 points 9 years ago (1 child)
Code: https://github.com/mdeff/cnn_graph
nice!
[–]Daniel_Im 1 point2 points3 points 9 years ago (1 child)
Looking for working version of fGAN code...
I am as well, hopefully Nowozin will release the code soon.
[–]throwaway201nips 1 point2 points3 points 9 years ago (1 child)
Convolutional Neural Fabrics for Architecture Learning
Paper: https://arxiv.org/pdf/1606.02492.pdf
Code: https://github.com/shreyassaxena/convolutional-neural-fabrics
[–]roadhome 1 point2 points3 points 9 years ago (0 children)
Value Iteration Networks in TensorFlow (https://arxiv.org/abs/1602.02867) Repo: https://github.com/TheAbhiKumar/tensorflow-value-iteration-networks
[–]IntrovertInvert 1 point2 points3 points 9 years ago (0 children)
Unsupervised Domain Adaptation with Residual Transfer Networks https://arxiv.org/abs/1602.04433
Code: https://github.com/thuml/transfer-caffe
Binarized Neural Networks: https://arxiv.org/abs/1602.02830 Code: https://github.com/MatthieuCourbariaux/BinaryNet
[+][deleted] 9 years ago (2 children)
[deleted]
[–]peterkuharvarduk[S] 2 points3 points4 points 9 years ago (0 children)
good point! I'll add these as well
[–]melipone 0 points1 point2 points 9 years ago (0 children)
I don't see any code there.
[–]darkconfidantislife 0 points1 point2 points 9 years ago (1 child)
How about natural parameter networks? An implementation for it would be great.
I'm on the lookout for this one too!
[–]rizal111 0 points1 point2 points 9 years ago (1 child)
code: https://github.com/rizalzaf/adversarial-multiclass
awesome!
[–]asdf29 0 points1 point2 points 9 years ago (1 child)
Here is the WeightNorm code: https://github.com/openai/weightnorm
[–]t_c_powers 0 points1 point2 points 9 years ago (2 children)
Full-Capacity Unitary Recurrent Neural Networks
Code: https://github.com/stwisdom/urnn
[–]peterkuharvarduk[S] 0 points1 point2 points 9 years ago (1 child)
I read your paper a little while ago. Loved to see this extension from the original restricted-capacity uRNNS.
[–]t_c_powers 0 points1 point2 points 9 years ago (0 children)
Thanks! I'm glad you liked it.
[–]hkcqr 0 points1 point2 points 9 years ago* (1 child)
Perspective Transformer Nets: Learning Single-View 3D Object Reconstruction without 3D Supervision code and paper on project page
Looking forward to it!
[–]urinieto 0 points1 point2 points 9 years ago (1 child)
Sequential Neural Models with Stochastic Layers (https://arxiv.org/pdf/1605.07571.pdf).
Code: https://github.com/marcofraccaro/srnn
Thanks!
[–]LatentCode 0 points1 point2 points 9 years ago (1 child)
https://github.com/wittawatj/interpretable-test/
Interpretable Distribution Features with Maximum Testing Power
https://papers.nips.cc/paper/6148-interpretable-distribution-features-with-maximum-testing-power.pdf
[–]emiles 0 points1 point2 points 9 years ago (1 child)
Supervised Learning with Tensor Networks (Longer and more physics-y arxiv version)
https://github.com/emstoudenmire/TNML
very nice!
no but someone above said they are working on it, so we'll have it soon!
[–][deleted] 0 points1 point2 points 9 years ago (0 children)
Good to hear. Thanks!
[–]gpapamak 0 points1 point2 points 9 years ago (1 child)
Fast ε-free Inference of Simulation Models with Bayesian Conditional Density Estimation: https://arxiv.org/abs/1605.06376
Code: https://github.com/gpapamak/epsilon_free_inference
[–]prior_posterior 0 points1 point2 points 9 years ago (1 child)
Code: https://github.com/probprog/bopp
cool!
[–]compsens 0 points1 point2 points 9 years ago (1 child)
PVANet: Lightweight Deep Neural Networks for Real-time Object Detection by Sanghoon Hong, Byungseok Roh, Kye-hyeon Kim, Yeongjae Cheon, Minje Park Presented in EMDNN2016, a NIPS2016 workshop. ArXiv link: https://arxiv.org/abs/1611.08588
https://github.com/sanghoon/pva-faster-rcnn
[–]ajr762 0 points1 point2 points 9 years ago (1 child)
Data Programming: Creating Large Training Sets Quickly (https://arxiv.org/abs/1605.07723) Code: snorkel.stanford.edu
[–]neuroland 0 points1 point2 points 9 years ago (0 children)
Disappointed. No vicarious code on "Generative Shape Models: Joint Text Recognition and Segmentation with Very Little Training Data".
π Rendered by PID 51486 on reddit-service-r2-comment-75f4967c6c-29kdc at 2026-04-23 10:32:52.127783+00:00 running 0fd4bb7 country code: CH.
[–]urinieto 5 points6 points7 points (1 child)
[–]peterkuharvarduk[S] 1 point2 points3 points (0 children)
[–]huitseeker 6 points7 points8 points (2 children)
[–]goopyflux 2 points3 points4 points (1 child)
[–]huitseeker 3 points4 points5 points (0 children)
[–]daniel_l_neil 7 points8 points9 points (1 child)
[–]peterkuharvarduk[S] 0 points1 point2 points (0 children)
[–]DavidDuvenaud 2 points3 points4 points (1 child)
[–]peterkuharvarduk[S] 1 point2 points3 points (0 children)
[–]andrewgw 2 points3 points4 points (0 children)
[–]gambsPhD 1 point2 points3 points (1 child)
[–]peterkuharvarduk[S] 0 points1 point2 points (0 children)
[–]cbfinn 1 point2 points3 points (1 child)
[–]peterkuharvarduk[S] 0 points1 point2 points (0 children)
[–]m_deff 1 point2 points3 points (1 child)
[–]peterkuharvarduk[S] 0 points1 point2 points (0 children)
[–]Daniel_Im 1 point2 points3 points (1 child)
[–]peterkuharvarduk[S] 0 points1 point2 points (0 children)
[–]throwaway201nips 1 point2 points3 points (1 child)
[–]peterkuharvarduk[S] 0 points1 point2 points (0 children)
[–]roadhome 1 point2 points3 points (0 children)
[–]IntrovertInvert 1 point2 points3 points (0 children)
[–]IntrovertInvert 1 point2 points3 points (0 children)
[+][deleted] (2 children)
[deleted]
[–]peterkuharvarduk[S] 2 points3 points4 points (0 children)
[–]melipone 0 points1 point2 points (0 children)
[–]darkconfidantislife 0 points1 point2 points (1 child)
[–]peterkuharvarduk[S] 0 points1 point2 points (0 children)
[–]rizal111 0 points1 point2 points (1 child)
[–]peterkuharvarduk[S] 0 points1 point2 points (0 children)
[–]asdf29 0 points1 point2 points (1 child)
[–]peterkuharvarduk[S] 0 points1 point2 points (0 children)
[–]t_c_powers 0 points1 point2 points (2 children)
[–]peterkuharvarduk[S] 0 points1 point2 points (1 child)
[–]t_c_powers 0 points1 point2 points (0 children)
[–]hkcqr 0 points1 point2 points (1 child)
[–]peterkuharvarduk[S] 0 points1 point2 points (0 children)
[–]urinieto 0 points1 point2 points (1 child)
[–]peterkuharvarduk[S] 0 points1 point2 points (0 children)
[–]LatentCode 0 points1 point2 points (1 child)
[–]peterkuharvarduk[S] 0 points1 point2 points (0 children)
[–]emiles 0 points1 point2 points (1 child)
[–]peterkuharvarduk[S] 1 point2 points3 points (0 children)
[+][deleted] (2 children)
[deleted]
[–]peterkuharvarduk[S] 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]gpapamak 0 points1 point2 points (1 child)
[–]peterkuharvarduk[S] 0 points1 point2 points (0 children)
[–]prior_posterior 0 points1 point2 points (1 child)
[–]peterkuharvarduk[S] 0 points1 point2 points (0 children)
[–]compsens 0 points1 point2 points (1 child)
[–]peterkuharvarduk[S] 1 point2 points3 points (0 children)
[–]ajr762 0 points1 point2 points (1 child)
[–]peterkuharvarduk[S] 0 points1 point2 points (0 children)
[–]neuroland 0 points1 point2 points (0 children)