1、基础理论与算法
书籍:
Artificial Intelligence: A Modern Approach by Stuart Russell and Peter Norvig
Deep Learning by Ian Goodfellow, Yoshua Bengio, and Aaron Courville
论文:
Attention is All You Need by Vaswani et al、(Transformer模型)
Deep Residual Learning for Image Recognition by He et al、(ResNet)
2、机器学习与深度学习
书籍:
Pattern Recognition and Machine Learning by Christopher M、Bishop
HandsOn Machine Learning with ScikitLearn, Keras, and TensorFlow by Aurélien Géron
论文:
A Few Useful Things to Know About Machine Learning by Pedro Domingos
Generative Adversarial Networks by Ian Goodfellow et al.
3、自然语言处理 (NLP)
书籍:
Speech and Language Processing by Daniel Jurafsky and James H、Martin
Natural Language Processing with Python by Steven Bird, Ewan Klein, and Edward Loper
论文:
BERT: Pretraining of Deep Bidirectional Transformers for Language Understanding by Devlin et al.
GPT3: Language Models are FewShot Learners by Brown et al.
4、计算机视觉
书籍:
Computer Vision: Algorithms and Applications by Richard Szeliski
Deep Learning for Computer Vision by Rajalingappaa Shanmugamani
论文:
ImageNet Classification with Deep Convolutional Neural Networks by Krizhevsky et al.
Mask RCNN by He et al.
5、强化学习
书籍:
Reinforcement Learning: An Introduction by Richard S、Sutton and Andrew G、Barto
论文:
Playing Atari with Deep Reinforcement Learning by Mnih et al.
Mastering the game of Go with deep neural networks and tree search by Silver et al.
6、伦理与社会影响
书籍:
Weapons of Math Destruction by Cathy O'Neil
Artificial Unintelligence: How Computers Misunderstand the World by Meredith Broussard
论文:
Fairness and Machine Learning: Limitations and Opportunities by Barocas et al.
The Ethics of Artificial Intelligence by Nick Bostrom and Eliezer Yudkowsky
7、应用领域
医疗:
Deep Medicine: How Artificial Intelligence Can Make Healthcare Human Again by Eric Topol
金融:
Artificial Intelligence in Finance: A PythonBased Guide by Yves Hilpisch
自动驾驶:
Probabilistic Robotics by Sebastian Thrun, Wolfram Burgard, and Dieter Fox
8、会议与期刊
会议:
NeurIPS (Conference on Neural Information Processing Systems)
ICML (International Conference on Machine Learning)
CVPR (Conference on Computer Vision and Pattern Recognition)
ACL (Association for Computational Linguistics)
期刊:
Journal of Machine Learning Research (JMLR)
IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI)
Artificial Intelligence Journal
9、在线资源
课程:
Coursera: Machine Learning by Andrew Ng
edX: Artificial Intelligence by Columbia University
博客与论坛:
Towards Data Science (Medium)
arXiv.org (预印本论文)
Reddit: r/MachineLearning