(转) AI突破性论文及代码实现汇总

简介: 本文转自:https://zhuanlan.zhihu.com/p/25191377 AI突破性论文及代码实现汇总极视角  · 2 天前What Can AI Do For You?“The business plans of the next 10,000 startups are easy to forecast: Take X and add AI.

 

本文转自:https://zhuanlan.zhihu.com/p/25191377

 

AI突破性论文及代码实现汇总

What Can AI Do For You?

The business plans of the next 10,000 startups are easy to forecast: Take X and add AI.” — Kevin Kelly

"A hundred years ago electricity transformed countless industries; 20 years ago the internet did, too. Artificial intelligence is about to do the same. To take advantage, companies need to understand what AI can do." — Andrew Ng

If you are a newcomer to the AI, the first question you may have is "What AI can do now and how it relates to my strategies?" Here are the breakthrough AI papers and CODE for any industry.

 

Deep Learning BOOKS

  • 0.0 Deep Learning

[0] Bengio, Yoshua, Ian J. Goodfellow, and Aaron Courville. "Deep learning" An MIT Press book. (2016).

  • 0.1 Deep Reinforcement Learning

[1] Richard S. Sutton and Andrew G. Barto. "Reinforcement Learning: An Introduction (2nd Edition)"

[2] Pieter Abbeel and John Schulman | Open AI / Berkeley AI Research Lab. "Deep Reinforcement Learning through Policy Optimization"

[3] Marcin Andrychowicz, Misha Denil, Sergio Gomez, Matthew W. Hoffman, David Pfau, Tom Schaul, Brendan Shillingford, Nando de Freitas. "Learning to learn by gradient descent by gradient descent"

CODE Learning to Learn in TensorFlow

arXiv Learning to Learn for Global Optimization of Black Box Functions

 

Deep Learning PAPERS

  • Papers Reading Roadmap

[0] "Deep Learning Papers Reading Roadmap"

CODE Download All Papers

  • 1.1 Neural Information Processing Systems Conference - NIPS 2016

[1] Full Videos "NIPS 2016 : 57 Episodes"

[2] CODE "All Code Implementations for NIPS 2016 papers"

  • 1.2 GitXiv : arXiv + Github + Links + Discussion

[3] arXiv + CODE "Implementations of Some of the Best arXiv Papers"

  • 1.3 Wasserstein GAN

[4] arXiv "Wasserstein GAN"

[5] CODE "Code accompanying the paper "Wasserstein GAN""

  • 1.4 The Predictron

[6] arXiv "The Predictron: End-To-End Learning and Planning"

[7] CODE "A TensorFlow implementation of "The Predictron: End-To-End Learning and Planning""

  • 1.5 Meta-RL

[8] arXiv "Learning to reinforcement learn"

[9] CODE "Meta-RL""

  • 1.6 Neural Architecture Search with RL

[10] arXiv "Neural Architecture Search with Reinforcement Learning"

  • 1.7 Superior Generalizability and Interpretability

[11] arXiv "Making Neural Programming Architectures Generalize via Recursion"

  • 1.8 Seq2seq RL GANs for Dialogue Generation

[12] arXiv "Adversarial Learning for Neural Dialogue Generation"

  • 1.9 DeepMind’s PathNet: Modular Deep Learning Architecture for AGI

[13] arXiv "PathNet: Evolution Channels Gradient Descent in Super Neural Networks"

  • 1.10 Outrageously Large Neural Networks

[14] arXiv "Outrageously Large Neural Networks: The Sparsely-Gated Mixture-of-Experts Layer"

 

Deep Learning TUTORIALS

  • 2.0 Implementation of Reinforcement Learning Algorithms

[0] CODE "Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course."

  • 2.1 Python Data Science Handbook

[1] CODE "Jupyter Notebooks for the Python Data Science Handbook" by Jake Vanderplas.

  • 2.2 Learn How to Build State of the Art Models

[2] Video + CODE "Practical Deep Learning For Coders, Part 1" by Jeremy Howard.

  • 2.3 NIPS 2016 Tutorial: Generative Adversarial Networks

[3] arXiv "NIPS 2016 Tutorial: Generative Adversarial Networks" by Ian Goodfellow.

  • 2.4 Data Science IPython Notebooks

[4] CODE "Data Science Python Notebooks: Deep learning (TensorFlow, Theano, Caffe), Scikit-learn, Kaggle, Big Data (Spark, Hadoop MapReduce, HDFS), Pandas, NumPy, SciPy..."

 

Deep Learning TOOLS

  • 3.0 TensorFlow

TensorFlow is an Open Source Software Library for Machine Intelligence: 

[0] Mart ́ın Abadi, Ashish Agarwal, Paul Barham, Eugene Brevdo, Zhifeng Chen, Craig Citro, Greg S. Corrado, Andy Davis, Jeffrey Dean, Matthieu Devin, Sanjay Ghemawat, Ian Goodfellow, Andrew Harp, Geoffrey Irving, Michael Isard, Yangqing Jia, Rafal Jozefowicz, Lukasz Kaiser, Manjunath Kudlur, Josh Levenberg, Dan Mane ́, Rajat Monga, Sherry Moore, Derek Murray, Chris Olah, Mike Schuster, Jonathon Shlens, Benoit Steiner, Ilya Sutskever, Kunal Talwar, Paul Tucker, Vincent Vanhoucke, Vijay Vasudevan, Fernanda Vie ́gas, Oriol Vinyals, Pete Warden, Martin Wattenberg, Martin Wicke, Yuan Yu, and Xiaoqiang Zheng. "WhitePaper - TensorFlow: Large-scale machine learning on heterogeneous systems"

CODE Installation

CODE TensorFlow Tutorial and Examples for Beginners

CODE Models built with TensorFlow

3.1 OpenAI Gym

The OpenAI Gym is a toolkit for developing and comparing reinforcement learning algorithms OpenAI Gym: A toolkit for developing and comparing reinforcement learning algorithms

[1] Greg Brockman and Vicki Cheung and Ludwig Pettersson and Jonas Schneider and John Schulman and Jie Tang and Wojciech Zaremba. "OpenAI Gym WhitePaper"

CODE Installation of the gym open-source library

CODE How to create new environments

  • 3.2 Universe

Universe: A software platform for measuring and training an AI's general intelligence across the world's supply of games, websites and other applications.Universe (blog).

CODE Installation

CODE Universe Starter Agent

  • 3.3 DyNet: The Dynamic Neural Network Toolkit

DyNet is a neural network library designed to be efficient when run on either CPU or GPU. DyNet has been used to build state-of-the-art systems for syntactic parsing, machine translation, morphological inflection.

[2] Graham Neubig, Chris Dyer, Yoav Goldberg, Austin Matthews, Waleed Ammar, Antonios Anastasopoulos, Miguel Ballesteros, David Chiang, Daniel Clothiaux, Trevor Cohn, Kevin Duh, Manaal Faruqui, Cynthia Gan, Dan Garrette, Yangfeng Ji, Lingpeng Kong, Adhiguna Kuncoro, Gaurav Kumar, Chaitanya Malaviya, Paul Michel, Yusuke Oda, Matthew Richardson, Naomi Saphra, Swabha Swayamdipta, Pengcheng Yin. "DyNet: The Dynamic Neural Network Toolkit"

CODE Installation

  • 3.4 Edward: A Python library for Probabilistic Modeling, Inference and Criticism

DyNet is a neural network library designed to be efficient when run on either CPU or GPU. DyNet has been used to build state-of-the-art systems for syntactic parsingmachine translationmorphological inflection.

[2] Graham Neubig, Chris Dyer, Yoav Goldberg, Austin Matthews, Waleed Ammar, Antonios Anastasopoulos, Miguel Ballesteros, David Chiang, Daniel Clothiaux, Trevor Cohn, Kevin Duh, Manaal Faruqui, Cynthia Gan, Dan Garrette, Yangfeng Ji, Lingpeng Kong, Adhiguna Kuncoro, Gaurav Kumar, Chaitanya Malaviya, Paul Michel, Yusuke Oda, Matthew Richardson, Naomi Saphra, Swabha Swayamdipta, Pengcheng Yin. "DyNet: The Dynamic Neural Network Toolkit"

CODE Installation

  • 3.5 DeepMind Lab: A customisable 3D platform for agent-based AI research

Edward is a Python library for probabilistic modeling, inference and criticism fusing three fields: Bayesian statistics and machine learning, deep learning, and probabilistic programming. Runs on TensorFlow.

[3] Dustin Tran, Matthew D. Hoffman, Rif A. Saurous, Eugene Brevdo, Kevin Murphy, David M. Blei. "Deep Probabilistic Programming"

CODE Installation

 

Others

  • 4.0 Robotics:Deep Reinforcement Learning

[1]"Extending the OpenAI Gym for robotics"

CODE "Gym Gazebo"

  • 4.1 Image Recognition:Very Deep Convolutional Networks

[2]"Inception-v4, Inception-ResNet and the Impact of Residual Connections on Learning"

CODE"Keras-InceptionV4n"

  • 4.2 Full Resolution Image Compression:Recurrent Neural Networks

[3]"Full Resolution Image Compression with Recurrent Neural Networks"

CODE"Compression"

原文链接:ceobillionaire/WHAT-AI-CAN-DO-FOR-YOU

相关文章

资料|NIPS 2016论文实现汇总

干货福利:CVPR2016代码合集

PS.极视角高校计算机视觉算法邀请赛目前正在报名中,欢迎各高校在读学生报名参加,大奖+商业项目参与机会+数据库等你来拿!!!咨询报名请加小助手(微信号:Extreme-Vision)

相关文章
|
2月前
|
人工智能 自然语言处理 Java
AI生成代码加速代码屎山噩梦?
如今,许多程序员选择使用AI来辅助编程,但是随着AI软件开发的快速普及,有关代码质量的担忧越发凸显。
|
3月前
|
人工智能 安全 IDE
【AI帮我写代码,上班摸鱼不是梦】手摸手图解CodeWhisperer的安装使用
除了借助ChatGPT通过问答的方式生成代码,也可以通过IDEA插件在写代码是直接帮助我们生成代码。 目前,IDEA插件有CodeGeeX、CodeWhisperer、Copilot。其中,CodeGeeX和CodeWhisperer是完全免费的,Copilot是收费的,每月10美元。 下面我们来了解CodeWhisperer的安装和使用,如果你还想了解其他的可以在评论告诉我。
75 4
|
1月前
|
人工智能 自然语言处理 IDE
被 AI 写的游戏代码砸中是什么感觉 | 10 分钟打造你的超级 AI 编码助手
被 AI 写的游戏代码砸中是什么感觉 | 10 分钟打造你的超级 AI 编码助手
|
11天前
|
人工智能 前端开发 JavaScript
我们团队来了一位新同事,主动要求帮忙敲代码!欢迎 AI 001号
这位新同事不一般!下载量已经超过200万,每天生产的代码,有数百万行被程序员采纳,已经成长为中国目前最受欢迎的AI编程工具。
|
30天前
|
人工智能 算法 测试技术
脑洞大开丨让 AI 写代码,能做出什么样的项目?
AI 编程助手通义灵码可补全代码、写测试、调试和生成注释代码。现在推出全民体验活动,参与者有机会赢取 iPhone15、Switch 等大奖。
|
1月前
|
机器学习/深度学习 人工智能
ChatGPT检测器——以前所未有的准确性捕捉AI生成的论文
【2月更文挑战第25天】ChatGPT检测器——以前所未有的准确性捕捉AI生成的论文
22 7
ChatGPT检测器——以前所未有的准确性捕捉AI生成的论文
|
1月前
|
人工智能
【SCI论文】“学术丑闻揭露:当AI写作遭遇学术审稿,ChatGPT意外成为论文共作者!“
最近,一篇发表在《Surfaces and Interfaces》的论文引起了广泛关注,因为其中意外包含了ChatGPT的提示语,暴露出学术审稿过程中的疏忽。这篇论文讨论了铜基金属-有机框架-芳香族纤维素分隔器对锂金属阳极电池的影响,但却出现了不该出现的ChatGPT对话内容。这一事件不仅令人哭笑不得,还引发了对学术审核严谨性的质疑。它反映了当前学术界可能过度依赖AI写作工具,忽略了基本的检查和编辑步骤。这一事件提醒学术界必须加强审查机制和自律,确保论文质量,防止类似尴尬情况的再次发生。
104 4
【SCI论文】“学术丑闻揭露:当AI写作遭遇学术审稿,ChatGPT意外成为论文共作者!“
|
1月前
|
人工智能 自然语言处理 程序员
AI写代码的体验:与通用灵码的使用感受分享
近两年随着人工智能的飞速发展,它正在迅速改变我们的生活和工作方式,作为程序员,编写代码是我日常工作的一部分,我觉得生成式AI对日常开发工作有很大的帮助,其中之一就是通过AI编写想要的代码。尤其是当我了解到人工智能技术已经发展到可以辅助程序员写代码的程度时,我对此感到非常开心,因为可以帮助我提高开发效率。所以在去年我就尝试使用代码生成的AI工具,而最近我看到阿里云的通义灵码又做了重大更新,所以我决定尝试使用通义灵码来编写代码,并在这个过程中获得一些有趣的体验。那么在本文中,就来简单分享一下使用通义灵码进行代码编写的体验和感受。
80 10
AI写代码的体验:与通用灵码的使用感受分享
|
1月前
|
机器学习/深度学习 人工智能 知识图谱
LeCun视觉世界模型论文,揭示AI学习物理世界的关键
【2月更文挑战第16天】LeCun视觉世界模型论文,揭示AI学习物理世界的关键
18 2
LeCun视觉世界模型论文,揭示AI学习物理世界的关键
|
2月前
|
人工智能
姿态识别+康复训练矫正+代码+部署(AI 健身教练来分析深蹲等姿态)-2
姿态识别+康复训练矫正+代码+部署(AI 健身教练来分析深蹲等姿态)-2
109 2