当前位置:网站首页>监督学习(回归、分类问题)与无监督学习(聚类问题)
监督学习(回归、分类问题)与无监督学习(聚类问题)
2022-07-21 17:28:00 【Gaolw1102】
文章目录
在机器学习中,根据训练的样本是否具备标签Label,或者是否对样本数据进行类别标记,分为 监督学习方式和 无监督学习方式。
监督学习及分类、回归问题
监督学习(Supervised learning)
简单来说,监督学习方式需要事先准备样本数据,这些样本数据具备标签(Label即状态标注)和一定的特征(target可用向量组表示)。根据已经存在的样本数据进行训练从而得到一个最优的模型,例如身高和体重的关系、面部状态点与表情的关系等,样本数据结果一般为一个函数的集合(可想象为二次函数曲线上离散的点或者特定函数分割的区域),通过抽象或者分析设计出函数模型,模型即为最优的函数关系,之后将所有的输入样本再根据模型映射为输出结果,从而实现特定的目标。
回归问题(Regression)
回归问题通常应用于现实世界中的结果预测,如已有前几十个月的销售额样本,以监督学习方式,根据样本数据训练生成最优模型函数,从而对次月的销售额进行智能预测。常见的回归问题应用有房价预测、票房预测等。
分类问题(Classification)
分类问题也是我们在现实生活中常常遇到的一类问题,通过大量标本数据进行训练标记,生成最优模型,根据输入进行输出分类结果。例如某些网站安全验证的检测手段,判断一个图片内容是否为公交车,分类判断是否为垃圾邮件,情感的分类等,均是根据已有的模型对输入数据进行智能分类判断。
无监督学习及聚类问题
无监督学习(Unsupervised learning)
无监督学习又称为无导师学习,指的是无需提前准备标签(Label)和特征(Target),没有标签的一种学习方式,根据样本数据直接对数据进行聚类,对于具备相同特性或状态的数据会聚集为块状,为一组类别。目前在无监督学习领域取得了很多的研究成果,包括次胜者受罚竞争学习算法、K-means学习算法、密度学习算法、谱图聚类算法等。
聚类问题(K-means)
无监督学习的聚类算法通过学习训练出的模型,对样本数据进行聚类,根据相同特征的数据群体进行划分,例如Google新闻的实时热点新闻类聚,具备相同关键词或者近似实事进行推荐,给予用户良好体验,包括人体DNA图谱、关系网分析、相似用户推荐等现实的应用。
边栏推荐
- vscode 配置代码自动格式化加修复
- Postman 配置全局变量 postman设置全局token
- vscode添加自定义注释
- Windows环境下Redis安装与配置的两种方式
- Self study golang [3.3go language loop statement] for loop syntax structure, omit initial conditions, omit incremental conditions, omit the application of end conditions
- Self study golang [Chapter 3: the first go language program] use GoLand to create the first go program, the main function and init function, and use go to run Windows commands and realize the data out
- 动态内存管理
- C textbox password box setting
- Self study the definition of golang [3.5go language array, range keyword] array, and use the for loop to traverse one-dimensional array
- 马丁策略的几种应用
猜你喜欢
Self study golang [3.4go language functions and pointers] define a function that returns one or more values. For the pointer of go language, the pointer cannot operate. For the parameter transmission
基于[海思Hi3516dv300]开发的内核定时器中断
Self study golang [3.2go language variable types and conditional statements, constants, variables, enumerations, application of if statements and switch statements]
Soft exam intermediate [Database System Engineer] Chapter 1: computer system knowledge, self-study soft exam notes, preparation for the soft exam in May 2022, computer hardware system CPU composition
It takes several years for a trading system to be a successful trading system, and how many years for a profit to be stable?
“珠峰”架构强势赋能 第三代荣威RX5/超混eRX5刷新产品力“天花板”
软考中级【数据库系统工程师】第0章:如何自学备考,考试介绍考什么,备考教材,上午和下午的体型分数分布,备考课程链接,个人备考感谢
Self study golang [Chapter 1: basic knowledge of go language] Why do you want to learn go language? The relationship between go language and C language? Founder of go language? What are the characteri
How to build a smart park with 5g and mobile edge computing servers
E-commerce promotion relies on RPA to get rid of repeated work and rapidly improve efficiency
随机推荐
5G和移动边缘计算服务器如何打造智慧园区
OSPF 重发布
"Everest" architecture strongly enables the third-generation Roewe rx5/ super hybrid erx5 to refresh the "ceiling" of product power
解决IDEA的插件中心连接不上网络
Zhang Chi Consulting: How Six Sigma can help companies reduce customer complaints
Quantitative transaction Diary - summary in February 2021
Depth analysis of pointer "Five"
try catch finally 中包含return的几种情况,及返回结果
Différence entre les versions Runtime + compilateur et Runtime only
一个交易系统需要经过几年的考验才算成功的交易系统,盈利需要几年才算稳定?
Vscode add custom comment
C#异常处理 | 连接成功但登陆异常/管道另一端上无任何进程Error: A connection was successfully established with the server, but
Linear table * sequential table (7000 words detailed explanation)
[C语言] 文件操作《一》
文件操作《二》(5000字总结篇)
How to open an account for agricultural futures? Who can open Everbright futures?
Machine learning by Li Hongyi 5 Tips for neural network design
Self study golang [3.2go language variable types and conditional statements, constants, variables, enumerations, application of if statements and switch statements]
scrollIntoView
ts 学习记录(一)sudo忘记密码(乌龙)Try changing the ‘lib’ compiler option to include ‘dom’.