The following outline is provided as an overview of, and topical guide to, machine learning: Machine learning (ML) is a subfield of artificial intelligence...
39 KB (3,386 words) - 22:50, 15 April 2025
Machine learning (ML) is a field of study in artificial intelligence concerned with the development and study of statistical algorithms that can learn...
140 KB (15,513 words) - 15:58, 12 May 2025
Conference on Machine Learning (ICML) is a leading international academic conference in machine learning. Along with NeurIPS and ICLR, it is one of the three...
5 KB (377 words) - 16:54, 19 March 2025
Attention is a machine learning method that determines the importance of each component in a sequence relative to the other components in that sequence...
37 KB (3,524 words) - 19:45, 8 May 2025
In machine learning (ML), boosting is an ensemble metaheuristic for primarily reducing bias (as opposed to variance). It can also improve the stability...
21 KB (2,240 words) - 13:33, 27 February 2025
and machine learning, ensemble methods use multiple learning algorithms to obtain better predictive performance than could be obtained from any of the...
54 KB (6,794 words) - 06:02, 19 April 2025
Active learning is a special case of machine learning in which a learning algorithm can interactively query a human user (or some other information source)...
18 KB (2,211 words) - 03:37, 10 May 2025
In machine learning and pattern recognition, a feature is an individual measurable property or characteristic of a data set. Choosing informative, discriminating...
9 KB (1,027 words) - 20:39, 23 December 2024
Adversarial machine learning is the study of the attacks on machine learning algorithms, and of the defenses against such attacks. A survey from May 2020...
68 KB (7,804 words) - 13:11, 27 April 2025
machine learning (ML) research and have been cited in peer-reviewed academic journals. Datasets are an integral part of the field of machine learning...
263 KB (14,620 words) - 17:11, 9 May 2025
Automated machine learning (AutoML) is the process of automating the tasks of applying machine learning to real-world problems. It is the combination of automation...
9 KB (1,048 words) - 15:57, 20 April 2025
In statistics and machine learning, leakage (also known as data leakage or target leakage) is the use of information in the model training process which...
9 KB (1,023 words) - 05:45, 30 April 2025
In machine learning (ML), a learning curve (or training curve) is a graphical representation that shows how a model's performance on a training set (and...
6 KB (749 words) - 15:35, 27 October 2024
Multimodal learning is a type of deep learning that integrates and processes multiple types of data, referred to as modalities, such as text, audio, images...
9 KB (2,338 words) - 08:44, 24 October 2024
Multilayer perceptron (section Learning)
In deep learning, a multilayer perceptron (MLP) is a name for a modern feedforward neural network consisting of fully connected neurons with nonlinear...
16 KB (1,932 words) - 18:15, 12 May 2025
In machine learning, normalization is a statistical technique with various applications. There are two main forms of normalization, namely data normalization...
31 KB (4,740 words) - 02:07, 19 January 2025
In machine learning, support vector machines (SVMs, also support vector networks) are supervised max-margin models with associated learning algorithms...
65 KB (9,068 words) - 08:13, 28 April 2025
Rule-based machine learning (RBML) is a term in computer science intended to encompass any machine learning method that identifies, learns, or evolves...
5 KB (536 words) - 20:09, 14 April 2025
The International Conference on Learning Representations (ICLR) is a machine learning conference typically held in late April or early May each year....
4 KB (272 words) - 11:18, 10 July 2024
transformer – Machine learning model for vision processing Large language model – Type of machine learning model BERT (language model) – Series of language...
106 KB (13,111 words) - 22:10, 8 May 2025
Unsupervised learning is a framework in machine learning where, in contrast to supervised learning, algorithms learn patterns exclusively from unlabeled...
31 KB (2,770 words) - 08:47, 30 April 2025
Statistical learning theory is a framework for machine learning drawing from the fields of statistics and functional analysis. Statistical learning theory...
11 KB (1,709 words) - 12:54, 4 October 2024
Reinforcement learning is one of the three basic machine learning paradigms, alongside supervised learning and unsupervised learning. Reinforcement learning differs...
69 KB (8,193 words) - 03:57, 12 May 2025
Perceptron (redirect from Perceptron learning algorithm)
In machine learning, the perceptron is an algorithm for supervised learning of binary classifiers. A binary classifier is a function that can decide whether...
49 KB (6,297 words) - 02:57, 3 May 2025
Transfer learning (TL) is a technique in machine learning (ML) in which knowledge learned from a task is re-used in order to boost performance on a related...
15 KB (1,637 words) - 03:42, 29 April 2025
learning machines are feedforward neural networks for classification, regression, clustering, sparse approximation, compression and feature learning with...
26 KB (3,643 words) - 01:25, 7 August 2024
Softmax function (section Reinforcement learning)
"softmax" is conventional in machine learning. This section uses the term "softargmax" for clarity. Formally, instead of considering the arg max as a...
33 KB (5,279 words) - 05:31, 30 April 2025
In machine learning and statistical classification, multiclass classification or multinomial classification is the problem of classifying instances into...
12 KB (1,476 words) - 02:46, 17 April 2025
Convolutional neural network (redirect from CNN (machine learning model))
network (CNN) is a type of feedforward neural network that learns features via filter (or kernel) optimization. This type of deep learning network has been applied...
138 KB (15,585 words) - 20:12, 8 May 2025
Decision tree learning is a supervised learning approach used in statistics, data mining and machine learning. In this formalism, a classification or...
47 KB (6,542 words) - 07:14, 6 May 2025