# 第一章 走进人工智能世界

> 理解什么是人工智能，了解它的发展历程和应用场景

***

人工智能（Artificial Intelligence，AI）已经从科幻小说中的概念变成了我们日常生活的一部分。每天清晨，智能手机的语音助手提醒我们当天的日程；出门时，导航应用根据实时路况规划最优路线；购物时，电商平台推荐我们可能感兴趣的商品；晚间，流媒体服务精准推送我们喜欢的影视内容。

这些看似普通的体验背后，都有人工智能技术在默默运作。然而，对于大多数人来说，AI 仍然披着一层神秘的面纱——它究竟是什么？它是如何工作的？它会如何影响我们的未来？

本章将带领读者走进人工智能的世界，从最基础的概念讲起，回顾 AI 的发展历程，了解不同类型的 AI 技术，并探索 AI 在各行各业的真实应用。通过本章的学习，读者将建立对人工智能的整体认知，为深入学习后续章节打下坚实基础。

## 本章内容

> **💡 阅读提示**：技术背景读者如果已熟悉 AI 基础概念，可考虑快速浏览本部分，将重心放在第二部分（核心技术）与第四部分（进阶与展望）。

* **1.1 那个永远认不出猫的超级计算机**：以前是教电脑“怎么做”，现在是给电脑“看例子”
* **1.2 达特茅斯的夏天与漫长的寒冬**：回顾 AI 从诞生到繁荣的关键历史节点
* **1.3 为什么贾维斯还不够聪明**：了解弱人工智能、强人工智能等不同类型
* **1.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/01_ai_intro.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.
