- 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
- HTML5+CSS3+JavaScript從入門到精通:上冊(微課精編版·第2版)
- Advanced Machine Learning with Python
- Learning RabbitMQ
- Xcode 7 Essentials(Second Edition)
- JavaFX Essentials
- 營銷數據科學:用R和Python進行預測分析的建模技術
- PHP 編程從入門到實踐
- Full-Stack React Projects
- 零基礎學Java程序設計
- SAS數據統計分析與編程實踐
- Java:High-Performance Apps with Java 9
- Getting Started with Greenplum for Big Data Analytics
- Scratch3.0趣味編程動手玩:比賽訓練營
- R語言數據挖掘:實用項目解析
- Python第三方庫開發應用實戰