- Effective Amazon Machine Learning
- Alexis Perrier
- 212字
- 2021-07-03 00:17:48
Regression versus classification
Amazon ML does two types of predictive analytics: classification and regression.
As discussed in the preceding paragraph, classification is about predicting a finite set of labels or categories for a given set of samples.
- In the case of two classes, the problem is called Binary classification
- When there are more than two classes and the classes are mutually exclusive, the problem is a multiclass classification problem
- If the samples can belong to several classes at once, we talk about a multilabel classification problem
In short, classification is the prediction of a finite set of classes, labels, categories.
- Examples of Binary classification are: buying outcome (yes/no), survival outcome (yes/no), anomaly detection (spam, bots), and so on
- Examples of multiclass classification are: classifying object in images (fruits, cars, and so on), identifying a music genre, or a movement based on smartphone sensors, document classification and so on
In regression problems, the outcome has continuous values. Predicting age, weight, stock prices, salaries, rainfall, temperature, and so forth are all regression problems. We talk about multiple regression when there are several predictors and multivariate regression when the predictions predict several values for each sample. Amazon ML does univariate regression and classification, both binary and multiclass, but not multilabel.
推薦閱讀
- 公有云容器化指南:騰訊云TKE實(shí)戰(zhàn)與應(yīng)用
- 數(shù)據(jù)可視化:從小白到數(shù)據(jù)工程師的成長之路
- SQL入門經(jīng)典(第5版)
- Live Longer with AI
- iOS and OS X Network Programming Cookbook
- Hadoop 3.x大數(shù)據(jù)開發(fā)實(shí)戰(zhàn)
- 從實(shí)踐中學(xué)習(xí)sqlmap數(shù)據(jù)庫注入測(cè)試
- 云計(jì)算寶典:技術(shù)與實(shí)踐
- 大數(shù)據(jù)數(shù)學(xué)基礎(chǔ)(R語言描述)
- openGauss數(shù)據(jù)庫核心技術(shù)
- 大數(shù)據(jù)分析:R基礎(chǔ)及應(yīng)用
- 數(shù)據(jù)會(huì)說話:活用數(shù)據(jù)表達(dá)、說服與決策
- 數(shù)據(jù)可視化五部曲
- 實(shí)用數(shù)據(jù)結(jié)構(gòu)基礎(chǔ)(第四版)
- Access 2007數(shù)據(jù)庫應(yīng)用