scispace - formally typeset
Open Access

Supervised Machine Learning: A Review of Classification Techniques

TLDR
This paper describes various supervised machine learning classification techniques, and suggests possible bias combinations that have yet to be explored.
Abstract
The goal of supervised learning is to build a concise model of the distribution of class labels in terms of predictor features. The resulting classifier is then used to assign class labels to the testing instances where the values of the predictor features are known, but the value of the class label is unknown. This paper describes various supervised machine learning classification techniques. Of course, a single chapter cannot be a complete review of all supervised machine learning classification algorithms (also known induction classification algorithms), yet we hope that the references cited will cover the major theoretical issues, guiding the researcher in interesting research directions and suggesting possible bias combinations that have yet to be explored.

read more

Content maybe subject to copyright    Report

Citations
More filters
Journal ArticleDOI

Supervised Machine Learning for Population Genetics: A New Paradigm

TL;DR: It is argued that supervised ML is an important and underutilized tool that has considerable potential for the world of evolutionary genomics.
Journal ArticleDOI

Prognostics and Health Management: A Review on Data Driven Approaches

TL;DR: This paper provides a concise review of mainstream methods in major aspects of the PHM framework, including the updated research from both statistical science and engineering, with a focus on data-driven approaches.
Journal ArticleDOI

Artificial Intelligence for the Metaverse: A Survey

TL;DR: In this article , the authors make a beneficial effort to explore the role of AI, including machine learning algorithms and deep learning architectures, in the foundation and development of the metaverse, and convey a comprehensive investigation of AI-based methods concerning several technical aspects (e.g., natural language processing, machine vision, blockchain, networking, digital twin, and neural interface).
Journal ArticleDOI

Comparison of advanced imputation algorithms for detection of transportation mode and activity episode using GPS data

TL;DR: The Bayesian network has a better performance than the other algorithms in terms of the percentage correctly identified instances and Kappa values for both the training data and test data, in the sense that theBayesian network is relatively efficient and generalizable in the context of GPS data imputation.
Journal ArticleDOI

Machine learning-based patient specific prompt-gamma dose monitoring in proton therapy.

TL;DR: In this article, a machine learning approach based on simulations to create optimized treatment-specific classifiers that detect discrepancies between planned and delivered dose was proposed to evaluate online dose monitoring in proton therapy.
References
More filters
Book

The Nature of Statistical Learning Theory

TL;DR: Setting of the learning problem consistency of learning processes bounds on the rate of convergence ofLearning processes controlling the generalization ability of learning process constructing learning algorithms what is important in learning theory?
Book

C4.5: Programs for Machine Learning

TL;DR: A complete guide to the C4.5 system as implemented in C for the UNIX environment, which starts from simple core learning methods and shows how they can be elaborated and extended to deal with typical problems such as missing data and over hitting.
Book

Data Mining: Practical Machine Learning Tools and Techniques

TL;DR: This highly anticipated third edition of the most acclaimed work on data mining and machine learning will teach you everything you need to know about preparing inputs, interpreting outputs, evaluating results, and the algorithmic methods at the heart of successful data mining.
Journal ArticleDOI

SMOTE: synthetic minority over-sampling technique

TL;DR: In this article, a method of over-sampling the minority class involves creating synthetic minority class examples, which is evaluated using the area under the Receiver Operating Characteristic curve (AUC) and the ROC convex hull strategy.
Journal ArticleDOI

Bagging predictors

Leo Breiman
TL;DR: Tests on real and simulated data sets using classification and regression trees and subset selection in linear regression show that bagging can give substantial gains in accuracy.