http://blog.csdn.net/jiandanjinxin/article/details/54087592

日前,LightOn CEO 兼联合创始人 Igor Carron 在其博客上放出了其收集到的 NIPS 2016 论文的实现(一共 22 个)。他写道:「在 Reddit 上,peterkuharvarduk 决定编译所有来自 NIPS 2016 的可用实现,我很高兴他使用了『实现( implementation)』这个词,因为这让我可以快速搜索到这些项目。」除了 peterkuharvarduk 的推荐,这里的项目还包括 Reddit 其他用户和 Carron 额外添加的一些新公布的实现。最终他还重点推荐了 GitXiv:http://www.gitxiv.com 。另外,在本文后面还附带了机器之心关于 NIPS 2016 的文章列表,千万不要错过。

  1. 使用快速权重关注最近的过去(Using Fast Weights to Attend to the Recent Past)

  论文:https://arxiv.org/abs/1610.06258

  GitHub:https://github.com/ajarai/fast-weights

  2. 通过梯度下降来学习通过梯度下降的学习(Learning to learn by gradient descent by gradient descent)

  论文:https://arxiv.org/abs/1606.04474

  GitHub:https://github.com/deepmind/learning-to-learn

  3. R-FCN:通过基于区域的全卷积网络的目标检测(R-FCN: Object Detection via Region-based Fully Convolutional Networks)

  论文:https://arxiv.org/abs/1605.06409

  GitHub:https://github.com/Orpine/py-R-FCN

  4. 用于 k-均值的快速和可证明的 Good Seedings(Fast and Provably Good Seedings for k-Means)

  论文:https://las.inf.ethz.ch/files/bachem16fast.pdf.

  GitHub:https://github.com/obachem/kmc2

  5. 如何训练生成对抗网络(How to Train a GAN)

  GitHub:https://github.com/soumith/ganhacks

  6. Phased LSTM:为长的或基于事件的序列加速循环网络训练(Phased LSTM: Accelerating Recurrent Network Training for Long or Event-based Sequences)

  论文:https://arxiv.org/abs/1610.09513

  GitHub: https://github.com/dannyneil/public_plstm

  7. 生成对抗式模仿学习(Generative Adversarial Imitation Learning)

  论文:https://arxiv.org/abs/1606.03476

  GitHub:https://github.com/openai/imitation

  8. 对抗式多类分类:一个风险最小化的角度(Adversarial Multiclass Classification: A Risk Minimization Perspective)

  论文:https://www.cs.uic.edu/~rfathony/pdf/fathony2016adversarial.pdf

  GitHub:https://github.com/rizalzaf/adversarial-multiclass

  9. 通过视频预测的用于物理交互的无监督学习(Unsupervised Learning for Physical Interaction through Video Prediction)

  论文:https://arxiv.org/abs/1605.07157

  GitHub: https://github.com/tensorflow/models/tree/master/video_prediction

  10.权重规范化:一种加速深度神经网络训练的简单重新参数化( Weight Normalization: A Simple Reparameterization to Accelerate Training of Deep Neural Networks)

  论文:https://arxiv.org/abs/1602.07868

  GitHub:https://github.com/openai/weightnorm

  11. 全容量整体循环神经网络(Full-Capacity Unitary Recurrent Neural Networks)

  论文:https://arxiv.org/abs/1611.00035

  GitHub:https://github.com/stwisdom/urnn

  12. 带有随机层的序列神经模型(Sequential Neural Models with Stochastic Layers)

  论文:https://arxiv.org/pdf/1605.07571.pdf

  GitHub:https://github.com/marcofraccaro/srnn

  13. 带有快速局部化谱过滤的图上的卷积神经网络(Convolutional Neural Networks on Graphs with Fast Localized Spectral Filtering)

  论文:https://arxiv.org/abs/1606.09375

  GitHub:https://github.com/mdeff/cnn_graph

  14. Interpretable Distribution Features with Maximum Testing Power

  论文:https://papers.nips.cc/paper/6148-interpretable-distribution-features-with-maximum-testing-power.pdf

  GitHub:https://github.com/wittawatj/interpretable-test/

  15. 使用神经网络组成图模型,用于结构化表征和快速推理(Composing graphical models with neural networks for structured representations and fast inference )

  论文:https://arxiv.org/abs/1603.06277

  GitHub:https://github.com/mattjj/svae

  16. 使用张量网络的监督学习(Supervised Learning with Tensor Networks)

  论文:https://arxiv.org/abs/1605.05775

  GitHub:https://github.com/emstoudenmire/TNML

  17. 使用贝叶斯条件密度估计的模拟模型的快速无ε推理(Fast ε-free Inference of Simulation Models with Bayesian Conditional Density Estimation)

  论文:https://arxiv.org/abs/1605.06376

  GitHub:https://github.com/gpapamak/epsilon_free_inference

  18. 用于概率程序的贝叶斯优化(Bayesian Optimization for Probabilistic Programs)

  论文:http://www.robots.ox.ac.uk/~twgr/assets/pdf/rainforth2016BOPP.pdf

  GitHub:https://github.com/probprog/bopp

  19. PVANet:用于实施目标检测的轻权重深度神经网络(PVANet: Lightweight Deep Neural Networks for Real-time Object Detection)

  论文:https://arxiv.org/abs/1611.08588

  GitHub:https://github.com/sanghoon/pva-faster-rcnn

  20. 数据编程:快速创建大训练集(Data Programming: Creating Large Training Sets Quickly)

  论文:https://arxiv.org/abs/1605.07723

  代码:snorkel.stanford.edu

  21. 用于架构学习的卷积神经结构(Convolutional Neural Fabrics for Architecture Learning)

  论文:https://arxiv.org/pdf/1606.02492.pdf

  GitHub:https://github.com/shreyassaxena/convolutional-neural-fabrics

  22. 价值迭代网络(Value Iteration Networks)

  论文:https://arxiv.org/abs/1602.02867

  TensorFlow 实现:https://github.com/TheAbhiKumar/tensorflow-value-iteration-networks

原作者的 Theano 实现:https://github.com/avivt/VIN

NIPS 2016上22篇论文的实现汇集的更多相关文章

  1. 学习GAN必须阅读的10篇论文

    本文转载自:魔图互联.欢迎访问网站查看详细教程:Tensorflow(pytorch)系列教程 生成对抗网络是深度学习中最有趣和最受欢迎的应用之一.本文将列出 10 篇关于 GAN 的论文,这些论文详 ...

  2. NIPS 2016论文:英特尔中国研究院在神经网络压缩算法上的最新成果

    NIPS 2016论文:英特尔中国研究院在神经网络压缩算法上的最新成果 http://www.leiphone.com/news/201609/OzDFhW8CX4YWt369.html 英特尔中国研 ...

  3. 自监督学习(Self-Supervised Learning)多篇论文解读(上)

    自监督学习(Self-Supervised Learning)多篇论文解读(上) 前言 Supervised deep learning由于需要大量标注信息,同时之前大量的研究已经解决了许多问题.所以 ...

  4. 学习索引结构的一些案例——Jeff Dean在SystemML会议上发布的论文(下)

    [摘要] 除了范围索引之外,点查找的Hash Map在DBMS中起着类似或更重要的作用. 从概念上讲,Hash Map使用Hash函数来确定性地将键映射到数组内的随机位置(参见图[9 ],只有4位开销 ...

  5. PayPal高级工程总监:读完这100篇论文 就能成大数据高手(附论文下载)

    100 open source Big Data architecture papers for data professionals. 读完这100篇论文 就能成大数据高手 作者 白宁超 2016年 ...

  6. 深度学习的2016: NIPS 2016速览

    With best wishes for a happy New Year! NIPS(Nerual Information Processing Systems)是人工智能.机器学习领域的顶级学术会 ...

  7. zz【清华NLP】图神经网络GNN论文分门别类,16大应用200+篇论文最新推荐

    [清华NLP]图神经网络GNN论文分门别类,16大应用200+篇论文最新推荐 图神经网络研究成为当前深度学习领域的热点.最近,清华大学NLP课题组Jie Zhou, Ganqu Cui, Zhengy ...

  8. [官方软件] Easy Sysprep v4.3.29.602 【系统封装部署利器】(2016.01.22)--skyfree大神

    [官方软件] Easy Sysprep v4.3.29.602 [系统封装部署利器](2016.01.22) Skyfree 发表于 2016-1-22 13:55:55 https://www.it ...

  9. 网易云安全两篇论文入选计算机视觉顶级会议ICCV

    本文由  网易云发布. 10月22日至29日,全球计算机视觉顶尖专家们共聚威尼斯,参加ICCV2017国际计算机视觉大会,就领域内最新成果展开集中研讨,大会论文集也代表了计算机视觉领域最新的发展方向和 ...

随机推荐

  1. [UE4]缓存选项 Is volatile

    volatile:易变的,不稳定的; (液体或油) 易挥发的; 爆炸性的; 快活的,轻快的; UI中的Is Volatile选项:意思当前控件是容易变化的. 这个是一个性能上的优化. 默认情况下UI都 ...

  2. [UE4]GameUserSettings

  3. [UE4]Cast to转换数据类型

    可以转换纯函数,这样就可以不用加执行线了.

  4. (转)Linux中设置服务自启动的三种方式

    有时候我们需要Linux系统在开机的时候自动加载某些脚本或系统服务 主要用三种方式进行这一操作: ln -s                       在/etc/rc.d/rc*.d目录中建立/e ...

  5. POJ3159 Candies

    #include <iostream> #include <queue> #include <cstring> #define maxn 30005 #define ...

  6. 第13课 lambda表达式

    1. lambda的语法形式:[capture](params) opt -> ret {body;}; (1)capture为捕获列表 ①[].[&]和[=]分别表示不捕获.按引用捕获 ...

  7. Meet in the middle学习笔记

    Meet in the middle(MITM) Tags:搜索 作业部落 评论地址 PPT中会讲的很详细 当搜索的各项互不影响(如共\(n\)个物品前\(n/2\)个物品选不选和后\(n/2\)个物 ...

  8. windows下使用gethostbyname函数报错无法解析的外部符号

    #include <winsock.h> 使用gethostbyname的函数的时候,会显示无法解析的外部符号. 主要问题是因为没有引用WS2_32的lib库 在include上面引用就行 ...

  9. Android仿淘宝头条滚动广告条

    之前我使用TextView+Handler+动画,实现了一个简单的仿淘宝广告条的滚动,https://download.csdn.net/download/qq_35605213/9660825: 无 ...

  10. Django的httprequest对象和httpresponse对象

    请求一张页面时,Django把请求的metadata数据包装成一个HttpRequest对象,然后Django加载合适的view方法,把这个HttpRequest 对象作为第一个参数传给view方法. ...