NIPS 2016上22篇论文的实现汇集
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
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篇论文的实现汇集的更多相关文章
- 学习GAN必须阅读的10篇论文
本文转载自:魔图互联.欢迎访问网站查看详细教程:Tensorflow(pytorch)系列教程 生成对抗网络是深度学习中最有趣和最受欢迎的应用之一.本文将列出 10 篇关于 GAN 的论文,这些论文详 ...
- NIPS 2016论文:英特尔中国研究院在神经网络压缩算法上的最新成果
NIPS 2016论文:英特尔中国研究院在神经网络压缩算法上的最新成果 http://www.leiphone.com/news/201609/OzDFhW8CX4YWt369.html 英特尔中国研 ...
- 自监督学习(Self-Supervised Learning)多篇论文解读(上)
自监督学习(Self-Supervised Learning)多篇论文解读(上) 前言 Supervised deep learning由于需要大量标注信息,同时之前大量的研究已经解决了许多问题.所以 ...
- 学习索引结构的一些案例——Jeff Dean在SystemML会议上发布的论文(下)
[摘要] 除了范围索引之外,点查找的Hash Map在DBMS中起着类似或更重要的作用. 从概念上讲,Hash Map使用Hash函数来确定性地将键映射到数组内的随机位置(参见图[9 ],只有4位开销 ...
- PayPal高级工程总监:读完这100篇论文 就能成大数据高手(附论文下载)
100 open source Big Data architecture papers for data professionals. 读完这100篇论文 就能成大数据高手 作者 白宁超 2016年 ...
- 深度学习的2016: NIPS 2016速览
With best wishes for a happy New Year! NIPS(Nerual Information Processing Systems)是人工智能.机器学习领域的顶级学术会 ...
- zz【清华NLP】图神经网络GNN论文分门别类,16大应用200+篇论文最新推荐
[清华NLP]图神经网络GNN论文分门别类,16大应用200+篇论文最新推荐 图神经网络研究成为当前深度学习领域的热点.最近,清华大学NLP课题组Jie Zhou, Ganqu Cui, Zhengy ...
- [官方软件] 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 ...
- 网易云安全两篇论文入选计算机视觉顶级会议ICCV
本文由 网易云发布. 10月22日至29日,全球计算机视觉顶尖专家们共聚威尼斯,参加ICCV2017国际计算机视觉大会,就领域内最新成果展开集中研讨,大会论文集也代表了计算机视觉领域最新的发展方向和 ...
随机推荐
- [UE4]使用蓝图关闭对象的碰撞SetActorEnableCollision
在一个人的身上创建多把枪的时候,由于枪与枪之间重贴会产生碰撞冲突,到时角色控制出现不正常(上下左右行走总是往一个方向移动),这些可以关闭枪支的碰撞:
- python中文件操作
打印进度条
- UI 性能因素考虑
浏览器的最大并发连接数一般在4到6之间,首先了解影响加载的性能因素: (1)下载的文件太大 (2)发出的请求太多 (3)请求相应不及时 针对这些因素,一般会考虑减少请求次数: (1)对静态文件设置缓存 ...
- Linux coredump 的打开和关闭
(转载自 http://blog.sina.com.cn/s/blog_6b3765230100lazj.html) ulimit -c 输出如果为0,则说明coredump没有打开 ulimit - ...
- C++连接mysql及遇到的相关问题
最近接触了很多数据库的东西,本来是一直接触的是sql server,不过由于项目需要就开始对mysql进行了连接.下面就让我这个菜鸟浅谈下经验吧. 对于C++连接mysql,我不太喜欢多下载一个软件m ...
- Thinkphp3.2+PHPQRCode 二维码生成示例
下载phpqrcode 整合到Thinkphp框架 在“ThinkPHP\Library\Vendor\”下新建目录phpqrcode,将压缩包内容解压到该文件夹下. 下载地址:http://www. ...
- 01-spark基础
1.定义 Spark是一个由scala语言编写的实时计算系统 Spark支持的API包括Scala.Python.Java .R 2.功能 Spark Core: 将分布式数据抽象为弹性分布式数据集( ...
- 【Selenium-WebDriver自学】Selenium网格化(十六)
参考链接: http://www.yiibai.com/selenium/selenium_grids.html 命令: cd E:\Yingpu\000.SVNYP\01.个人文件夹\Renqian ...
- Patrick Hughes - 错觉3D雕塑艺术
Pictures Patrick Hughes (artist) From Wikipedia, the free encyclopedia Patrick Hughes. Leaning on a ...
- EA Data Modeling 显示别名设置
1.设置 2.效果