# 第二章 AI 核心概念速览

> 掌握 AI 领域的基础概念与核心术语

***

在上一章中，我们了解了人工智能的基本定义、发展历程和应用场景。本章将深入探讨 AI 领域的核心概念，帮助读者建立扎实的概念基础。

理解 AI、机器学习、深度学习之间的关系，认识数据在 AI 系统中的核心地位，初步了解算法和模型的基本概念，以及掌握训练和推理的基本流程——这些知识将为后续学习更深入的技术内容打下坚实基础。

本章内容力求用最通俗的语言解释专业概念，让零基础的读者也能轻松理解。每个概念都会配合生活化的类比和实际案例，帮助读者建立直观认知。

## 本章内容

* **2.1 智能的套娃**：理解三者的包含关系和各自特点
* **2.2 作为燃料的数据**：认识数据在 AI 系统中的核心作用
* **2.3 算法：就是一张番茄炒蛋的菜谱**：了解 AI 系统的核心组成要素
* **2.4 怎么训练？就像反复做题并订正**：掌握 AI 模型的生命周期


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://yeasy.gitbook.io/ai_beginner_guide/di-yi-bu-fen-ai-ji-chu-ru-men/02_core_concepts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
