- 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.
推薦閱讀
- 數據庫應用實戰
- 從零開始學Hadoop大數據分析(視頻教學版)
- Unity 5.x Game AI Programming Cookbook
- 信息系統與數據科學
- SQL Server 2008數據庫應用技術(第二版)
- 區塊鏈通俗讀本
- 大數據時代下的智能轉型進程精選(套裝共10冊)
- Oracle高性能自動化運維
- INSTANT Cytoscape Complex Network Analysis How-to
- Hands-On Mathematics for Deep Learning
- 數據分析師養成寶典
- Unity 2018 By Example(Second Edition)
- 計算機視覺
- AndEngine for Android Game Development Cookbook
- Cognitive Computing with IBM Watson