阅读顺序
当前两个月优先顺序
- Python for Engineers and Scientists: Concepts and Applications
- Linear Algebra Done Right
- Mathematical Methods for Physicists: A Comprehensive Guide
- An Introduction to Probability Theory and Its Applications, Volume I
- 机器学习
- Deep Learning
- Pattern Recognition and Machine Learning
AI 论文阅读顺序
- Adam: A Method for Stochastic Optimization
- Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift
- Deep Residual Learning for Image Recognition
- mixup: Beyond Empirical Risk Minimization
- Attention Is All You Need
- BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding
- Language Models are Few-Shot Learners
- LLaMA: Open and Efficient Foundation Language Models
- LoRA: Low-Rank Adaptation of Large Language Models
- QLoRA: Efficient Finetuning of Quantized LLMs
- Training language models to follow instructions with human feedback
- Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks
- An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale
- Learning Transferable Visual Models From Natural Language Supervision
- Denoising Diffusion Probabilistic Models
物理主线顺序
- Introduction to Quantum Mechanics
- Principles of Quantum Mechanics
- Modern Quantum Mechanics
- Modern Electrodynamics
- Thermodynamics and an Introduction to Thermostatistics
- Statistical Mechanics
- Spacetime and Geometry: An Introduction to General Relativity
- Quantum Field Theory in a Nutshell
- Quantum Field Theory
- Group Theory and Physics
物理直觉与工具书穿插顺序
- 量纲理论与应用
- 定性与半定量物理学
- Fly by Night Physics: How Physicists Use the Backs of Envelopes
- Mathematica for Physics
总体顺序一句话版
Python 和线代先补齐,然后读数学物理方法与概率论;AI 方向按“周志华 -> Goodfellow -> Bishop -> 论文 -> 实验”推进;物理方向按“量子 -> 电动力学 -> 热统 -> 相对论 -> 场论 -> 群论”推进。