Zubnet AI学习Wiki › Artificial Intelligence
基础

Artificial Intelligence

AI, Machine Intelligence
构建能够执行通常需要人类智能的任务的机器的广阔领域 — 理解语言、识别图像、做决策、解决问题。AI 涵盖从擅长单一特定任务的狭义系统(垃圾邮件过滤器、国际象棋引擎),到能处理人类可胜任的任何智力任务的通用智能这一宏大目标。

为什么重要

AI 是涵盖本 wiki 中其他所有内容的伞式概念 — 机器学习、深度学习、大语言模型、计算机视觉、机器人。理解“AI”是一个从简单规则系统到前沿语言模型的光谱,能帮你评估各种说法、穿透炒作,理解今天的系统实际是什么:能力非凡的模式匹配器,而不是会思考的机器。

Deep Dive

The term "Artificial Intelligence" was coined at the Dartmouth Conference in 1956, and the field has gone through multiple cycles of hype and disappointment ("AI winters") since then. The current wave, driven by deep learning and massive compute, began around 2012 with AlexNet's breakthrough in image recognition and accelerated dramatically with the Transformer architecture in 2017 and ChatGPT's public launch in 2022.

Narrow AI vs. General AI

Everything that exists today is narrow AI (also called "weak AI") — systems designed for specific tasks. Your spam filter is AI. Your voice assistant is AI. Claude is AI. But none of them can do everything a human can. Artificial General Intelligence (AGI) — a system with human-level capability across all domains — remains a research goal, not a product. The timeline debate ranges from "a few years" to "never," and the honest answer is that nobody knows.

The ML Subset

Most modern AI is machine learning: instead of programming explicit rules, you provide data and let the system learn patterns. Deep learning (neural networks with many layers) is a subset of ML. LLMs are a subset of deep learning. This nesting matters because not all AI is ML (expert systems use hand-coded rules), and not all ML is deep learning (random forests, SVMs, and logistic regression are still widely used for tabular data where they often outperform neural networks).

相关概念

← 所有术语
← Apple Intelligence ASI →