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

24 lines
913 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: "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]]