Auto-sync: 2026-04-20 00:02

This commit is contained in:
2026-04-20 00:02:56 +08:00
parent 8341ee6cc4
commit 6ab2838935
104 changed files with 4077 additions and 31 deletions

View File

@@ -0,0 +1,24 @@
---
title: "Machine Learning"
type: concept
tags: [AI, data-science]
sources: [public-cloud-learning-sessions-introduction-to-artificial-intelligence-ai-machine-learning-20240206]
last_updated: 2024-02-06
---
## Summary
机器学习是 AI 的子领域,使用数据创建决策逻辑或模型,通过从数据中学习来改进预测和决策。
## Definition
Machine Learning (ML) 是人工智能的一个分支,通过算法从数据中学习,自动改进模型以进行预测或决策,无需明确编程。
## Key Attributes
- **类型**AI 子领域
- **核心方法**:监督学习、无监督学习、强化学习
- **应用**:分类、预测、生成、推荐
## Connections
- [[AI]] ← is_parent_of ← [[Machine Learning]]
- [[Machine Learning]] ← enables ← [[Generative AI]]
- [[Amazon SageMaker]] ← hosts ← [[Machine Learning]]
- [[Machine Learning]] ← implements ← [[RAG]]