AI EducademyAIEducademy
🌳

AI基础

🌱
AI 种子

从零开始

🌿
AI 萌芽

打好基础

🌳
AI 枝干

付诸实践

🏕️
AI 树冠

深入探索

🌲
AI 森林

精通AI

🔨

AI精通

✏️
AI 草图

从零开始

🪨
AI 雕刻

打好基础

⚒️
AI 匠心

付诸实践

💎
AI 打磨

深入探索

🏆
AI 杰作

精通AI

🚀

职业准备

🚀
面试发射台

开启你的旅程

🌟
行为面试精通

掌握软技能

💻
技术面试

通过编程轮次

🤖
AI与ML面试

ML面试精通

🏆
Offer与未来

拿下最好的Offer

查看所有学习计划→

实验室

已加载 7 个实验
🧠神经网络游乐场🤖AI 还是人类?💬提示实验室🎨图像生成器😊情感分析器💡聊天机器人构建器⚖️伦理模拟器
🎯模拟面试进入实验室→
学习旅程博客
🎯
关于

让AI教育触达每一个人、每一个角落

❓
常见问题

Common questions answered

✉️
Contact

Get in touch with us

⭐
Open Source

在 GitHub 上公开构建

立即开始
AI EducademyAIEducademy

MIT 许可证。开源项目

学习

  • 学习计划
  • 课程
  • 实验室

社区

  • GitHub
  • 参与贡献
  • 行为准则
  • 关于
  • 常见问题

支持

  • 请我喝杯咖啡 ☕
  • 服务条款
  • 隐私政策
  • 联系我们
🌿 等级 2

AI 萌芽

夯实AI基础

准备好成长了?深入了解AI的基本构件——数据、算法和神经网络。通过动手练习在编写代码之前建立直觉。

16
课程
~4h
时长
2/5
等级

🎯 你将学到什么

  • ✓区分监督学习、无监督学习和强化学习
  • ✓理解训练数据是什么以及为什么重要
  • ✓批判性地思考AI偏见和公平性问题

前置要求: AI 种子(推荐)

👤 适合谁学习?

已完成 AI 种子或具备基本AI认知的学习者

🏷️ 涵盖主题

AI 的类型理解数据AI 如何做决策AI 伦理基础
🧪

试试我们的互动实验

通过可以直接在浏览器中运行的 AI 实验,将理论付诸实践。

→

📚 课程

1
📊

数据如何驱动AI

Discover what datasets are, why data quality matters, and how the right data teaches AI to be smart.

⏱️ 12m→
2
📝

算法详解

Learn what algorithms are, how they work with everyday examples, and why choosing the right one matters for AI.

⏱️ 15m→
3
🕸️

神经网络入门

📖 相关文章

AI vs Machine Learning vs Deep Learning: What's the Real Difference?

Confused by AI, machine learning, and deep learning? This guide breaks down the differences with clear examples, diagrams in words, and practical context — so you finally understand how they relate.

⏱️ 4 min read

Machine Learning for Beginners: Everything You Need to Know (2026 Guide)

Machine learning for beginners explained simply — learn what ML is, how it works, key algorithms, and how to start learning for free with hands-on examples.

⏱️ 4 min read

Responsible AI: Ethics, Bias, and Why It Matters

What is responsible AI and why does it matter? This guide explains AI bias, fairness, transparency, privacy, and safety in plain language — with real examples of what goes wrong and how we can do better.

⏱️ 4 min read

❓ 常见问题

AI Sprouts 面向已具备基本 AI 认知的学习者——建议先完成 AI Seeds。如果你已经大致了解什么是 AI,就可以开始探索数据类型、算法和 AI 伦理等进阶内容了。

AI Sprouts 通常需要 3–4 小时完成。课程是循序渐进的,建议按顺序学习,但你随时可以休息。

不需要。AI Sprouts 通过互动可视化和动手练习帮助你建立对 AI 工作原理的直觉,全程无需编写代码。

可以!完成所有课程后,你将获得个人专属的结业证书,可以分享到 LinkedIn 或展示给雇主。

是的,完全免费。AI Educademy 相信优质的 AI 教育应该让每个人都能获得。

你将学会区分监督学习、无监督学习和强化学习,理解训练数据的作用,了解 AI 如何做出决策,并批判性地思考 AI 偏见和公平性问题。

开始第一课 →

🔒 登录以跟踪进度并获取证书

← 返回所有学习计划

Explore how neural networks mimic the brain, process information through layers, and learn from their mistakes.

⏱️ 18m→
4
🏋️

训练AI模型

Understand the training loop, loss functions, overfitting, and how to know when your AI model is ready.

⏱️ 15m→
5
⚖️

AI 伦理与偏见

Explore how bias enters AI systems, the ethical challenges AI creates, and how we can build fairer technology.

⏱️ 15m→
6
⛓️

反向传播

Understand how neural networks learn by propagating errors backwards through layers, using the chain rule to update every weight.

⏱️ 16m→
7
📉

损失函数与优化器

Discover how loss functions measure a model's errors and how optimisers use gradients to systematically reduce them.

⏱️ 15m→
8
🔤

分词

Learn how language models break text into tokens using BPE and other algorithms, and why tokenisation shapes everything from cost to capability.

⏱️ 14m→
9
🧭

嵌入与向量数据库

Explore how AI represents words and sentences as vectors in high-dimensional space, enabling semantic search, recommendations, and RAG.

⏱️ 16m→
10
📊

评估指标

Learn why accuracy alone is misleading, and master the metrics - precision, recall, F1, ROC-AUC, BLEU, and perplexity - that truly measure AI performance.

⏱️ 15m→
11
🔤

理解大型语言模型

How GPT, Claude and other LLMs work under the hood

⏱️ 15m→
12
📉

过拟合与欠拟合:机器学习模型为何失效

Understand the two most common machine learning failure modes — overfitting and underfitting — with clear examples and how to fix them.

⏱️ 25m→
13
⚙️

特征工程:教会机器什么最重要

Learn how feature engineering transforms raw data into powerful machine learning inputs — the skill that separates good models from great ones.

⏱️ 30m→
14
🔀

监督学习与无监督学习:关键区别详解

A clear comparison of supervised and unsupervised machine learning — when to use each approach, with real-world examples and algorithms.

⏱️ 25m→
15
🌳

决策树:可以在纸上画出的算法

Learn how decision trees work, why they're one of the most intuitive ML algorithms, and when to use them.

⏱️ 25m→
16
🔵

聚类:AI如何在没有标签的情况下发现规律

Understand clustering — a key unsupervised learning technique — through K-Means, hierarchical clustering, and real-world applications.

⏱️ 25m→