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 →