(转)A curated list of Artificial Intelligence (AI) courses, books, video lectures and papers
A curated list of Artificial Intelligence (AI) courses, books, video lectures and papers.
Updated 2018
A curated list of Artificial Intelligence (AI) courses, books, video lectures and papers.
Contributions most welcome.
Courses
- MIT Artifical Intelligence Videos — MIT AI Course
- Grokking Deep Learning in Motion — Beginner’s course to learn deep learning and neural networks without frameworks.
- Intro to Artificial Intelligence — Learn the Fundamentals of AI. Course run by Peter Norvig
- EdX Artificial Intelligence — The course will introduce the basic ideas and techniques underlying the design of intelligent computer systems
- Artificial Intelligence For Robotics — This class will teach you basic methods in Artificial Intelligence, including: probabilistic inference, planning and search, localization, tracking and control, all with a focus on robotics
- Machine Learning — Basic machine learning algorithms for supervised and unsupervised learning
- Neural Networks For Machine Learning — Algorithmic and practical tricks for artifical neural networks.
- Deep Learning — An Introductory course to the world of Deep Learning.
- Stanford Statistical Learning — Introductory course on machine learning focusing on: linear and polynomial regression, logistic regression and linear discriminant analysis; cross-validation and the bootstrap, model selection and regularization methods (ridge and lasso); nonlinear models, splines and generalized additive models; tree-based methods, random forests and boosting; support-vector machines.
- Knowledge Based Artificial Intelligence — Georgia Tech’s course on Artificial Intelligence focussing on Symbolic AI.
- Deep RL Bootcamp Lectures — Deep Reinforcement Bootcamp Lectures — August 2017
Books
- Artificial Intelligence: A Modern Approach — Stuart Russell & Peter Norvig
- Also consider browsing the list of recommended reading, divided by each chapter in “Artificial Intelligence: A Modern Approach”.
- Paradigms Of Artificial Intelligence Programming: Case Studies in Common Lisp — Paradigms of AI Programming is the first text to teach advanced Common Lisp techniques in the context of building major AI systems
- Reinforcement Learning: An Introduction — This introductory textbook on reinforcement learning is targeted toward engineers and scientists in artificial intelligence, operations research, neural networks, and control systems, and we hope it will also be of interest to psychologists and neuroscientists.
- The Cambridge Handbook Of Artificial Intelligence — Written for non-specialists, it covers the discipline’s foundations, major theories, and principal research areas, plus related topics such as artificial life
- The Emotion Machine: Commonsense Thinking, Artificial Intelligence, and the Future of the Human Mind — In this mind-expanding book, scientific pioneer Marvin Minsky continues his groundbreaking research, offering a fascinating new model for how our minds work
- Artificial Intelligence: A New Synthesis — Beginning with elementary reactive agents, Nilsson gradually increases their cognitive horsepower to illustrate the most important and lasting ideas in AI
- On Intelligence — Hawkins develops a powerful theory of how the human brain works, explaining why computers are not intelligent and how, based on this new theory, we can finally build intelligent machines. Also audio version available from audible.com
- How To Create A Mind — Kurzweil discusses how the brain works, how the mind emerges, brain-computer interfaces, and the implications of vastly increasing the powers of our intelligence to address the world’s problems
- Deep Learning — Goodfellow, Bengio and Courville’s introduction to a broad range of topics in deep learning, covering mathematical and conceptual background, deep learning techniques used in industry, and research perspectives.
- The Elements of Statistical Learning: Data Mining, Inference, and Prediction — Hastie and Tibshirani cover a broad range of topics, from supervised learning (prediction) to unsupervised learning including neural networks, support vector machines, classification trees and boosting — -the first comprehensive treatment of this topic in any book.
- Deep Learning and the Game of Go — Deep Learning and the Game of Go teaches you how to apply the power of deep learning to complex human-flavored reasoning tasks by building a Go-playing AI. After exposing you to the foundations of machine and deep learning, you’ll use Python to build a bot and then teach it the rules of the game.
- Deep Learning for Search — Deep Learning for Search teaches you how to leverage neural networks, NLP, and deep learning techniques to improve search performance.
- Deep Learning with PyTorch — PyTorch puts these superpowers in your hands, providing a comfortable Python experience that gets you started quickly and then grows with you as you — and your deep learning skills — become more sophisticated. Deep Learning with PyTorch will make that journey engaging and fun.
- Deep Reinforcement Learning in Action — Deep Reinforcement Learning in Action teaches you the fundamental concepts and terminology of deep reinforcement learning, along with the practical skills and techniques you’ll need to implement it into your own projects.
- Grokking Deep Reinforcement Learning — Grokking Deep Reinforcement Learning introduces this powerful machine learning approach, using examples, illustrations, exercises, and crystal-clear teaching.
Programming
- Prolog Programming For Artificial Intelligence — This best-selling guide to Prolog and Artificial Intelligence concentrates on the art of using the basic mechanisms of Prolog to solve interesting AI problems.
- AI Algorithms, Data Structures and Idioms in Prolog, Lisp and Java — PDF here
- Python Tools for Machine Learning
- Python for Artificial Intelligence
Philosophy
- Super Intelligence — Superintelligence asks the questions: What happens when machines surpass humans in general intelligence. A really great book.
- Our Final Invention: Artificial Intelligence And The End Of The Human Era — Our Final Invention explores the perils of the heedless pursuit of advanced AI. Until now, human intelligence has had no rival. Can we coexist with beings whose intelligence dwarfs our own? And will they allow us to?
- How to Create a Mind: The Secret of Human Thought Revealed — Ray Kurzweil, director of engineering at Google, explored the process of reverse-engineering the brain to understand precisely how it works, then applies that knowledge to create vastly intelligent machines.
- Minds, Brains, And Programs — The 1980 paper by philospher John Searle that contains the famous ‘Chinese Room’ thought experiment. Probably the most famous attack on the notion of a Strong AI possessing a ‘mind’ or a ‘consciousness’, and interesting reading for those interested in the intersection of AI and philosophy of mind.
- Gödel, Escher, Bach: An Eternal Golden Braid — Written by Douglas Hofstadter and taglined “a metaphorical fugue on minds and machines in the spirit of Lewis Carroll”, this wonderful journey into the the fundamental concepts of mathematics,symmetry and intelligence won a Pulitzer Price for Non-Fiction in 1979. A major theme throughout is the emergence of meaning from seemingly ‘meaningless’ elements, like 1’s and 0’s, arranged in special patterns.
- Life 3.0: Being Human in the Age of Artificial Intelligence — Max Tegmark, professor of Physics at MIT, discusses how Artificial Intelligence may affect crime, war, justice, jobs, society and our very sense of being human both in the near and far future.
Free Content
- Foundations Of Computational Agents — This book is published by Cambridge University Press, 2010
- The Quest For Artificial Intelligence — This book traces the history of the subject, from the early dreams of eighteenth-century (and earlier) pioneers to the more successful work of today’s AI engineers.
- Stanford CS229 — Machine Learning — This course provides a broad introduction to machine learning and statistical pattern recognition.
- Computers and Thought: A practical Introduction to Artificial Intelligence — The book covers computer simulation of human activities, such as problem solving and natural language understanding; computer vision; AI tools and techniques; an introduction to AI programming; symbolic and neural network models of cognition; the nature of mind and intelligence; and the social implications of AI and cognitive science.
- Society of Mind — Marvin Minsky’s seminal work on how our mind works. Lot of Symbolic AI concepts have been derived from this basis.
- Artificial Intelligence and Molecular Biology — The current volume is an effort to bridge that range of exploration, from nucleotide to abstract concept, in contemporary AI/MB research.
- Brief Introduction To Educational Implications Of Artificial Intelligence — This book is designed to help preservice and inservice teachers learn about some of the educational implications of current uses of Artificial Intelligence as an aid to solving problems and accomplishing tasks.
- Encyclopedia: Computational intelligence — Scholarpedia is a peer-reviewed open-access encyclopedia written and maintained by scholarly experts from around the world.
- Ethical Artificial Intelligence — a book by Bill Hibbard that combines several peer reviewed papers and new material to analyze the issues of ethical artificial intelligence.
- Golden Artificial Intelligence — a cluster of pages on artificial intelligence and machine learning.
Code
- AIMACode — Source code for “Artificial Intelligence: A Modern Approach” in Common Lisp, Java, Python. More to come.
- FANN — Fast Artificial Neural Network Library, native for C
- FARGonautica — Source code of Douglas Hosftadter’s Fluid Concepts and Creative Analogies Ph.D. projects.
Videos
- A tutorial on Deep Learning
- Basics of Computational Reinforcement Learning
- Deep Reinforcement Learning
- Intelligent agents and paradigms for AI
- The Unreasonable Effectiveness Of Deep Learning — The Director of Facebook’s AI Research, Dr. Yann LeCun gives a talk on deep convolutional neural networks and their applications to machine learning and computer vision
- AWS Machine Learning in Motion- This interactive liveVideo course gives you a crash course in using AWS for machine learning, teaching you how to build a fully-working predictive algorithm.
- Deep Learning with R in Motion-Deep Learning with R in Motion teaches you to apply deep learning to text and images using the powerful Keras library and its R language interface.
- Grokking Deep Learning in Motion-Grokking Deep Learning in Motion will not just teach you how to use a single library or framework, you’ll actually discover how to build these algorithms completely from scratch!
- Learning
- Deep Learning. Methods And Applications Free book from Microsoft Research
- Neural Networks And Deep Learning — Neural networks and deep learning currently provide the best solutions to many problems in image recognition, speech recognition, and natural language processing. This book will teach you the core concepts behind neural networks and deep learning
- Machine Learning: A Probabilistic Perspective — This textbook offers a comprehensive and self-contained introduction to the field of machine learning, based on a unified, probabilistic approach
- Deep Learning — Yoshua Bengio, Ian Goodfellow and Aaron Courville put together this currently free (and draft version) book on deep learning. The book is kept up-to-date and covers a wide range of topics in depth (up to and including sequence-to-sequence learning).
- Getting Started with Deep Learning and Python
- Machine Learning Mastery
- Deep Learning.net — Aggregation site for DL resources
- Awesome Machine Learning — Like this Github, but ML-focused
- FastML
- Awesome Deep Learning Resources — Rough list of learning resources for Deep Learning
- Professional and In-Depth Machine Learning Video Courses — A collection of free professional and in depth Machine Learning and Data Science video tutorials and courses
- Professional and In-Depth Artificial Intelligence Video Courses — A collection of free professional and in depth Artificial Intelligence video tutorials and courses
- Professional and In-Depth Deep Learning Video Courses — A collection of free professional and in depth Deep Learning video tutorials and courses
- Introduction to Machine Learning — Introductory level machine learning crash course
Organizations
- IEEE Computational Intelligence Society
- Machine Intelligence Research Institute
- OpenAI
- Association For The Advancement of Artificial Intelligence
- Google DeepMind Research
Journals
- AI & Society
- Annals of Mathematics and Artifical Intelligence
- Applicable Algebra in Engineering, Communication and Computing
- Applied Intelligence
- Artificial Intelligence Review
- Automated Software Engineering
- Autonomous Agents and Multi-Agent Systems
- Computational and Mathematical Organization Theory
- Evolutionary Intelligence
- Intelligent Industrial Systems
- Journal of Automated Reasoning
- Journal on Data Semantics
- Journal of Intelligent Information Systems
- Minds and Machines
- Progress in Artificial Intelligence
- Artificial Intelligence
- Journal of Artificial Intelligence Research
- AI Magazine
- EXPERT — IEEE Intelligent Systems
- Computational Intelligence
- International Journal of Intelligent Systems
- Applied Artificial Intelligence
- Knowledge Engineering Review
- Journal of Experimental and Theoretical Artificial Intelligence
- Artificial Intelligence for Engineering Design, Analysis and Manufacturing
- AI Communications
- International Journal on Artificial Intelligence Tools
- Electronic Transactions on Artificial Intelligence
- IEEE Transactions Automation Science and Engineering
Competitions
Movies
- 2001: A Space Odyssey
- A.I. Artificial Intelligence
- Automata
- Blade Runner
- Chappie
- Ex Machina
- Her
- I, Robot
- Prometheus
- The Terminator
- Transcendence
Misc
- Open Cognition Project — We’re undertaking a serious effort to build a thinking machine
- AITopics — Large aggregation of AI resources
- AIResources — Directory of open source software and open access data for the AI research community
- Artificial Intelligence Subreddit
(转)A curated list of Artificial Intelligence (AI) courses, books, video lectures and papers的更多相关文章
- Artificial intelligence(AI)
ORM: https://github.com/sunkaixuan/SqlSugar 微软DEMO: https://github.com/Microsoft/BotBuilder 注册KEY:ht ...
- (转) Artificial intelligence, revealed
Artificial intelligence, revealed Yann LeCunJoaquin Quiñonero Candela It's 8:00 am on a Tuesday morn ...
- 学习笔记之人工智能(Artificial Intelligence)
人工智能 - 维基百科,自由的百科全书 https://zh.wikipedia.org/wiki/%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD 人工智能(英语:Artif ...
- # Including Artificial Intelligence in a Routing ProtocolUsing Software Defined Networks
Abstract: 问题:AI在路由协议上的应用仅适用于真实设备,尤其是无线传感器节点 The inclusion of artificial intelligence (AI) can improv ...
- AI AND THE BOTTOM LINE: 15 EXAMPLES OF ARTIFICIAL INTELLIGENCE IN FINANCE
https://builtin.com/artificial-intelligence/ai-finance-banking-applications-companies f there's one ...
- Artificial Intelligence Language
Artificial Intelligence Language Objective We know, a true AI program should have ability to underst ...
- UVa 537 Artificial Intelligence?
题目大意:输入一个字符串,根据物理公式P=U*I,已知其中两个量,求第三个量,结果保留两位小数. Artificial Intelligence? Physics teachers in hig ...
- EECS 649 Introduction to Artificial Intelligence
EECS 649 Introduction to Artificial IntelligenceExamElectronic Blackboard Submission Due: April 24, ...
- ARTIFICIAL INTELLIGENCE FOR GAMES (Ian Millington / John Funge 著)
相关网站:http://www.ai4g.com PART I AI AND GAMESCHAPTER1 INTRODUCTIONCHAPTER2 GAME AIPART II TECHNIQUESC ...
随机推荐
- java的方法重载
1丶java的方法重载特性 满足以下条件的两个或多个方法构成“重载”关系:(1)方法名相同 (2)参数类型不同,参数个数不同或者参数类型的顺序不同 像System.out.println一样,就是重载 ...
- postgresql数据库安装及简单操作
自从MySQL被Oracle收购以后,PostgreSQL逐渐成为开源关系型数据库的首选. 本文介绍PostgreSQL的安装和基本用法,供初次使用者上手.以下内容基于Debian操作系统,其他操作系 ...
- C++打开剪切板,获取剪切板数据
if (::OpenClipboard(NULL) && ::IsClipboardFormatAvailable(CF_HDROP)) { HDROP hDrop = (HDROP) ...
- jq 点击按钮显示div,点击页面其他任何地方隐藏div
css .bl_rencai_32{ float: left; height: 35px; line-height: 35px; } .bl_rencai_32 >input{ width: 3 ...
- python语法_注释
#加需要注释的内容,#号后面的单行注释 #这一段注释 左右各三个注释单引号或者双引号 中间的内容为注释,可以包含多行 '''这一段注释''' """这一段注释" ...
- POJ 1321 - 棋盘问题 - [经典DFS]
题目链接:http://poj.org/problem?id=1321 Time Limit: 1000MS Memory Limit: 10000K Description 在一个给定形状的棋盘(形 ...
- React Router API文档
React Router API文档 一.<BrowserRouter> 使用HTML5历史记录API(pushState,replaceState和popstate事件)的<Rou ...
- 与HTTP关系密切的三个协议:IP,TCP,DNS
IP(网际协议): 位于网络层 通常易混淆的是“IP”和“IP地址”,单独讲“IP”是指一种协议名称 IP协议的作用是将各种数据包传送给对方.而要保证确实传送到对方那里,则需要满足各类条件. 其中两个 ...
- 深度学习基础(一)LeNet_Gradient-Based Learning Applied to Document Recognition
作者:Yann LeCun,Leon Botton, Yoshua Bengio,and Patrick Haffner 这篇论文内容较多,这里只对部分内容进行记录: 以下是对论文原文的翻译: 在传统 ...
- time和datetime和tzinfo
time和datetime模块还有tzinfo (时区)(一直不明白两者的区别,然后摘了两片文章(最后面的两个链接),很清晰...) 一.time模块 常用函数 1. time()函数 time()函 ...