当前位置:网站首页>Difference between classification and regression
Difference between classification and regression
2022-06-26 14:12:00 【Orange tea must be ^ -^】
Use SVM forecast , notice 'type'=‘classfication’ What makes the forecast is the classification , Also have ‘type’='function estimation' What makes the prediction is regression , So let's talk about the difference between classification and regression .
In general : In the prediction is the output value
Quantitative output ( Output the determined value ) It's called regression , Or continuous variable prediction ;
Qualitative output ( The output is a binary classification problem ,0 Being positive ,1 Why not , Or multiple categories ) It's called classification , Or discrete variable prediction .
for instance :
Predict the temperature of tomorrow , This is a return mission ;
Predict that tomorrow will be cloudy 、 Sunny or rainy , It's a sort of task .
边栏推荐
- Common operation and Principle Exploration of stream
- Is expression of D
- Select tag - uses the default text as a placeholder prompt but is not considered a valid value
- 近期比较重要消息
- Mongodb series window environment deployment configuration
- 程序员必备,一款让你提高工作效率N倍的神器uTools
- Is it safe to open a securities account? Is there any danger
- Record: why is there no lightning 4 interface graphics card docking station and mobile hard disk?
- Bucket of P (segment tree + linear basis)
- Gurivat sprint Harbour Exchange listed: created “multiple first”, received 900 million yuan Investment from IDG capital
猜你喜欢

9 regulations and 6 prohibitions! The Ministry of education and the emergency management department jointly issued the nine provisions on fire safety management of off campus training institutions

Stream常用操作以及原理探索

服务器创建虚拟环境跑代码

8.Ribbon负载均衡服务调用

AGCO AI frontier promotion (6.26)

I met the problem of concurrent programming in an interview: how to safely interrupt a running thread

Pytorch based generation countermeasure Network Practice (7) -- using pytorch to build SGAN (semi supervised GaN) to generate handwritten digits and classify them

Calculate the distance between two points (2D, 3D)

免费的机器学习数据集网站(6300+数据集)

Common operation and Principle Exploration of stream
随机推荐
Educational Codeforces Round 117 (Rated for Div. 2)E. Messages
I met the problem of concurrent programming in an interview: how to safely interrupt a running thread
Zero basics of C language lesson 7: break & continue
Wechat applet magic bug - choose to replace the token instead of clearing the token, wx Getstoragesync will take the old token value instead of the new token value
ICML 2022 | limo: a new method for rapid generation of targeted molecules
Calculate the distance between two points (2D, 3D)
Traverse the specified directory to obtain the file name with the specified suffix (such as txt and INI) under the current directory
Codeforces Round #765 (Div. 2) D. Binary Spiders
DOS command
9項規定6個嚴禁!教育部、應急管理部聯合印發《校外培訓機構消防安全管理九項規定》
Wechat applet - bind and prevent event bubble catch
Self created notes (unique in the whole network, continuously updated)
A must for programmers, an artifact utools that can improve your work efficiency n times
Mathematical design D12 according to string function
Embedded virlog code running process
【MySQL从入门到精通】【高级篇】(二)MySQL目录结构与表在文件系统中的表示
[wc2006] director of water management
Hard (magnetic) disk (I)
服务器创建虚拟环境跑代码
First k large XOR value problem