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. Jmeter(三十三)Stepping Thread Group

    碰巧最近在做性能测试,就记一下Jmeter的第三方插件Stepping Thread Group. 具体一些插件信息,可以去:jmeter-plugins.org去进行下载. 该插件目前是已经被弃用的 ...

  2. Android通过包名启动其他应用,若该应用已启动,则直接将应用切到前台

    CommUtil.startActivityForPackage(mContext, "com.autonavi.minimap");//打开高德 CommUtil.java /* ...

  3. mysql连接状态

    mysql连接状态 mysqladmin -uroot -h127.0.0.1 status mysqladmin -uroot -h127.0.0.1 processlist

  4. Redis 实现问题

    Redis和数据库的同步如何做? 设置redis中数据的过期时间(登录信息) 更新或修改数据库中数据的时候同时更新redis的 数据 使用MQ更新缓存数据 Redis的好处? 速度快:因为数据在内存中 ...

  5. django-request获取数据

    request 如果说 urls.py 是 Django 中前端页面和后台程序桥梁,那么 request 就是桥上负责运输的小汽车 可以说后端接收到的来至前端的信息几乎全部来自于requests中. ...

  6. Call to undefined function think\finfo_open()

    Fileinfo 扩展 - Linux面板- 宝塔面板 上传文件,出现错误 安装的fileinfo扩展

  7. hive类型转化错误,会错误提示指定分区参数

    select * from TRAD_LIST t WHERE t.dt >= '2017-10-18' and t.dt <= '2017-11-01' and t.con_level ...

  8. es6基础(4)--字符串扩展

    //字符串扩展 { console.log('a','\u0061'); console.log('s','\u20BB7');//超过了0xffff console.log('s','\u{20BB ...

  9. Linux的用户

    添加用户 添加删除用户 # useradd user # passwd user Changing password for user user. New password: BAD PASSWORD ...

  10. [Unity动画]04.Avatar Mask

    参考链接: https://www.cnblogs.com/hammerc/p/4832637.html Avatar Mask主要用于动画层融合.例如说,边跑边举起东西,这个实际上就是下半身播放跑步 ...