下面这 12 个不是同一类资源。Microsoft / Google 更像体系课,Hugging Face / fast.ai 更适合动手,MIT / Stanford 适合进阶,OpenAI / Anthropic / Gemini 是做应用时查的官方手册。
01Microsoft
Microsoft AI for Beginners
零基础到入门公开 GitHub 课程12 周 / 24 课
适合:想系统理解 AI、神经网络、CV/NLP、伦理,但还没准备直接做 LLM app 的同学。
先做:先读 Introduction and History of AI,再做一个 Hello AI World 或 Simple Neural Network。
注意:仓库有 50+ 翻译,克隆时可以按官方提示 sparse checkout;中文翻译可读,但术语要对照英文。
https://github.com/microsoft/AI-For-Beginners
02Microsoft
Microsoft Generative AI for Beginners
GenAI 应用入门公开 GitHub 课程21 课
适合:想从 LLM、Prompt、RAG、Function Calling、AI Agents、AI 安全一路做到应用的人。
先做:先看 01 Introduction to Generative AI and LLMs,再做 04 Prompt Engineering Fundamentals。
注意:代码练习可能用 Azure OpenAI、OpenAI API 或 GitHub Models;课程免费,模型调用费用另看各平台。
https://github.com/microsoft/generative-ai-for-beginners
03Google for Developers
Google Machine Learning Crash Course
机器学习基础公开开发者课程按模块自学
适合:想补 regression、classification、data、neural networks、embeddings、production ML 的同学。
先做:Linear Regression → Logistic Regression → Classification,不要一上来跳到 neural networks。
注意:课程有中文简体页面;但术语建议保留英文,比如 embeddings、overfitting、fairness。
https://developers.google.com/machine-learning/crash-course
04Hugging Face
Hugging Face LLM Course
LLM / NLP 实战完全免费,无广告12 章,每章约 1 周
适合:已经会 Python,想学 Transformers、Datasets、Tokenizers、fine-tuning、reasoning models 的同学。
先做:先跑 pipeline(),再学 Transformer architecture;不要先 fine-tune。
注意:官方建议有 Python 基础,最好先学过一门入门深度学习课。
https://huggingface.co/learn/llm-course/chapter1/1
05Hugging Face
Hugging Face Agents Course
AI Agents课程免费,证书流程也免费建议每章 1 周
适合:想学 tool use、Thought/Action/Observation、smolagents、LlamaIndex、LangGraph、Agentic RAG 的同学。
先做:先完成 Unit 1 Agent Fundamentals,再选一个框架做小 agent。
注意:需要基础 Python 和 LLM 概念;如果 LLM Course 没学过,先补前置。
https://huggingface.co/learn/agents-course/unit0/introduction
06fast.ai
fast.ai Practical Deep Learning for Coders
代码型深度学习免费课程Part 1 九课 + Part 2 深入课
适合:有一点 Python,想从案例直接上手 CV、NLP、tabular、deployment 的同学。
先做:从 Lesson 1 开始跟着跑,不要先补一堆数学。fast.ai 的路数是先做出东西,再补原理。
注意:只适合愿意写代码的人;完全零编程同学先学 Python。
https://course.fast.ai/
07MIT
MIT 6.S191 Introduction to Deep Learning
深度学习进阶材料免费开源2026 在线版周更
适合:想听 MIT 级别深度学习 bootcamp,主题覆盖 vision、NLP、generative AI、RL、AI for Science 的同学。
先做:先看 Lecture 1 Intro to Deep Learning,再做第一个 software lab。
注意:官网写需要初等线代和微积分,Python 熟悉会更顺。
https://introtodeeplearning.com/
08Stanford
Stanford CS224N
NLP / LLM 高阶公开视频和课件免费,正式证书/学分收费Winter 2026 课件
适合:想深入 NLP、Transformers、LLM benchmarking/evaluation,并能承受数学和代码强度的人。
先做:先看 2024 YouTube playlist,再跟 2026 课件读 slides / notes。
注意:官网说 enrolled-student videos 不对外;公开免费视频是 2024 playlist。不要把付费 Stanford Online 和免费资源混为一谈。
https://web.stanford.edu/class/cs224n/
09Zero to Mastery / Daniel Bourke
Learn PyTorch for Deep Learning
PyTorch 实战在线书免费00-09 章 + 额外资源
适合:想把 PyTorch 从 tensor、workflow、classification、CV、custom dataset、transfer learning、deployment 跑一遍的人。
先做:从 00 PyTorch Fundamentals 开始,在 Google Colab 里跑。
注意:官方建议 3-6 个月 Python;完全不会 Python 会吃力。
https://www.learnpytorch.io/
10OpenAI
OpenAI Docs & Cookbook
Prompt / API / Agents 示例文档和示例免费,API 调用另算按主题查
适合:想看官方 prompt engineering、structured outputs、RAG、agents、evals 示例的人。
先做:先读 Prompt engineering guide,再看 Cookbook 里的 RAG / Evals / Agents 示例。
注意:文档免费,不代表 API 免费;跑代码前先看 pricing 和 rate limits。
https://cookbook.openai.com/
11Anthropic
Anthropic Prompt Engineering Docs
Prompt / Eval文档免费,Claude API/Console 另算按章节查
适合:想学怎么先定义 success criteria、做 eval,再调 prompt 的人。
先做:先照 docs 写清 success criteria 和 eval,再看 prompting best practices。
注意:不要只抄提示词模板。Anthropic 文档强调先有可测试标准,再做 prompt engineering。
https://docs.anthropic.com/en/docs/build-with-claude/prompt-engineering/overview
12Google AI for Developers
Google Gemini API Docs
Gemini 应用开发文档免费,API 使用看 pricing按 quickstart / guide 查
适合:想用 Gemini 做 text、image、video、long context、function calling、tools、agents 的同学。
先做:先跑 Get started,再看 Prompt engineering、Structured outputs、Function calling。
注意:页面有 Pricing、Billing info、Rate limits;练习前先设预算,不要默认 API 免费。
https://ai.google.dev/gemini-api/docs