- MATLAB for Machine Learning
- Giuseppe Ciaburro
- 219字
- 2021-07-02 19:37:35
Classification
Classification models are supervised learning methods and are aimed at predicting a categorical target. From a set of observations for which the class is known, a model that allows us to make predictions is generated.
The Statistics and Machine Learning Toolbox offers apps and functions that cover a variety of parametric and non-parametric classification algorithms, such as:
- Logistic regression
- Boosted and bagged decision trees, including AdaBoost, LogitBoost, GentleBoost, and RobustBoost
- Naive Bayes classification
- KNN classification
- Discriminant analysis (linear and quadratic)
- SVM (binary and multiclass classification)
The Classification Learner app is a very useful tool that executes more request activities such as interactively explore data, select features, specify cross-validation schemes, train models, and assess results. We can use it to perform common tasks such as:
- Importing data and specifying cross-validation schemes
- Exploring data and selecting features
- Training models using several classification algorithms
- Comparing and assessing models
- Sharing trained models for use in applications such as computer vision and signal processing
Using the Classification Learner app, we can choose between various algorithms to train and validate classification models. After the training, compare the models' validation errors and choose the best one on the basis of results.
The following figure shows the Classification Learner app:

Figure 1.18: The Classification Learner with a history list containing various classifier types
- Unity 2020 By Example
- 零基礎(chǔ)學(xué)Visual C++第3版
- Machine Learning with R Cookbook(Second Edition)
- Learning SAP Analytics Cloud
- Mastering Ubuntu Server
- Koa開(kāi)發(fā):入門(mén)、進(jìn)階與實(shí)戰(zhàn)
- MySQL數(shù)據(jù)庫(kù)管理與開(kāi)發(fā)(慕課版)
- JavaScript動(dòng)態(tài)網(wǎng)頁(yè)開(kāi)發(fā)詳解
- Building an RPG with Unity 2018
- JavaScript 程序設(shè)計(jì)案例教程
- WebRTC技術(shù)詳解:從0到1構(gòu)建多人視頻會(huì)議系統(tǒng)
- 時(shí)空數(shù)據(jù)建模及其應(yīng)用
- 新印象:解構(gòu)UI界面設(shè)計(jì)
- 貫通Tomcat開(kāi)發(fā)
- Java高手是怎樣煉成的:原理、方法與實(shí)踐