Files
nexus/wiki/concepts/AI.md
2026-04-20 00:02:56 +08:00

25 lines
946 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "AI"
type: concept
tags: [technology, intelligence]
sources: [public-cloud-learning-sessions-introduction-to-artificial-intelligence-ai-machine-learning-20240206]
last_updated: 2024-02-06
---
## Summary
AI人工智能是复制需要人类智能才能完成的任务的系统是计算机科学的一个分支。
## Definition
Artificial Intelligence (AI) 是指能够复制以前需要人类智能才能完成的任务的系统,通常通过机器学习寻求概率性结果。
## Key Attributes
- **类型**:技术/计算机科学
- **子领域**:机器学习、深度学习、自然语言处理、计算机视觉
- **核心方法**:监督学习、无监督学习、强化学习
- **应用**:分类 AI、预测 AI、生成式 AI
## Connections
- [[AI]] ← includes ← [[Machine Learning]]
- [[AI]] ← includes ← [[Generative AI]]
- [[AWS]] ← provides ← [[AI]]
- [[Foundation Model]] ← powers ← [[AI]]