1. Russell, S., & Norvig, P. (2020). *Artificial Intelligence: A Modern Approach* (4th ed.). Pearson.
- 被广泛认为是AI领域的“圣经”,涵盖搜索、知识表示、规划、机器学习、NLP、机器人等。
2. Goodfellow, I., Bengio, Y., & Courville, A. (2016). *Deep Learning*. MIT Press.
- 深度学习权威教材,免费在线版:[https://www.deeplearningbook.org](https://www.deeplearningbook.org)
3. Bishop, C. M. (2006). *Pattern Recognition and Machine Learning*. Springer.
- 侧重贝叶斯方法与概率模型的经典机器学习教材。
---
### 二、重要研究论文(按领域)
#### 机器学习基础
- Vapnik, V. N. (1995). *The Nature of Statistical Learning Theory*. Springer.
- Hastie, T., Tibshirani, R., & Friedman, J. (2009). *The Elements of Statistical Learning* (2nd ed.). Springer.
#### 深度学习里程碑
- Krizhevsky, A., Sutskever, I., & Hinton, G. E. (2012). ImageNet Classification with Deep Convolutional Neural Networks. *NeurIPS*.
- Vaswani, A., et al. (2017). Attention Is All You Need. *NeurIPS*. (Transformer 模型)
#### 大语言模型(LLM)
- Brown, T. B., et al. (2020). Language Models are Few-Shot Learners. *NeurIPS*. (GPT-3)
- Radford, A., et al. (2018–2019). Improving Language Understanding by Generative Pre-Training. (GPT 系列)
#### 强化学习
- Sutton, R. S., & Barto, A. G. (2018). *Reinforcement Learning: An Introduction* (2nd ed.). MIT Press.
---
### 三、权威会议与期刊(可追踪最新成果)
- 会议:NeurIPS(Neural Information Processing Systems)、ICML(International Conference on Machine Learning)、ICLR(International Conference on Learning Representations)、CVPR(计算机视觉)、ACL/EMNLP(自然语言处理)
- 期刊:Journal of Machine Learning Research (JMLR)、IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI)、Artificial Intelligence Journal