✨机器学习笔记(一)—— 监督学习和无监督学习

1️⃣ 监督学习(supervised learning)

✨ 两种主要类型的监督学习问题:

回归(regression):predict a number in infinitely many possible outputs.

分类(classification):predict categories in small number of possible outputs.

通过学习已经标记好的 (input, output) 正确对 ,让机器学会一个从输入到输出的映射关系,最终让机器利用映射关系(x to y mappings)只接受输入 x 而无需输出标签 y,给出输出的合理预测 y ^ \hat{y} y^。

🎈Regression:Housing price prediction

可以让通过机器通过不同的拟合函数来根据 House size 来预测 Price。

🎈Classification:Breast cancer detection

根据 Tumor size 和 Age 的数据组,机器需要学习必须决定如何将边界线拟合到数据上的算法,来帮助判断肿瘤是恶性还是良性。


2️⃣ 无监督学习(unsupervised learning)

聚类(clustering):it places the unlabeled data into different clusters.

监督学习是机器通过已经标记好的正确答案来学习进行预测,而无监督学习则是机器学习未标记的数据来自己发现其中的数据(比如聚类)。

机器通过学习未标记的样本数据来处理问题,称之为无监督学习,"监督 "的意思可以直观理解为"是否有标注的数据"。

🎈Clustering:Grouping customer

机器通过无监督学习可以对客户的行为进行分组,针对性的提供服务。

相关推荐
电子云与长程纠缠7 小时前
Godot学习05 - 播放与分离FBX动画
学习·游戏引擎·godot
蒸蒸yyyyzwd7 小时前
day3学习笔记
笔记·学习
red_redemption8 小时前
自由学习记录(143)
学习
楼田莉子9 小时前
MySQL数据库:MySQL的数据类型
数据库·学习·mysql
小陈phd9 小时前
系统架构师学习笔记(三)——计算机体系结构之存储系统
笔记·学习·系统架构
Rsun0455110 小时前
AI智能体学习路线
人工智能·学习
feasibility.11 小时前
SSH Agent Forwarding 与 tmux 排障笔记
linux·运维·服务器·经验分享·笔记·ssh
charlie11451419111 小时前
通用GUI编程技术——Win32 原生编程实战(十六)——Visual Studio 资源编辑器使用指南
开发语言·c++·ide·学习·gui·visual studio·win32
知识分享小能手11 小时前
MongoDB入门学习教程,从入门到精通,MongoDB查询(4)
数据库·学习·mongodb
weixin_4093831211 小时前
godot等轴视角tilemaplayer的学习 isocheric的素材xy大小怎么调
学习·游戏引擎·godot