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

913 B
Raw Blame History

title, type, tags, sources, last_updated
title type tags sources last_updated
Machine Learning concept
AI
data-science
public-cloud-learning-sessions-introduction-to-artificial-intelligence-ai-machine-learning-20240206
2024-02-06

Summary

机器学习是 AI 的子领域,使用数据创建决策逻辑或模型,通过从数据中学习来改进预测和决策。

Definition

Machine Learning (ML) 是人工智能的一个分支,通过算法从数据中学习,自动改进模型以进行预测或决策,无需明确编程。

Key Attributes

  • 类型AI 子领域
  • 核心方法:监督学习、无监督学习、强化学习
  • 应用:分类、预测、生成、推荐

Connections