Overview
A machine learning paradigm where models are trained on labelled data, learning to map inputs to known outputs.
Cross-References(1)
More in Machine Learning
A/B Testing
Training TechniquesA controlled experiment comparing two variants to determine which performs better against a defined metric.
Meta-Learning
Advanced MethodsLearning to learn — algorithms that improve their learning process by leveraging experience from multiple learning episodes.
Semi-Supervised Learning
Advanced MethodsA learning approach that combines a small amount of labelled data with a large amount of unlabelled data during training.
Ridge Regression
Training TechniquesA regularised regression technique that adds an L2 penalty term to prevent overfitting by constraining coefficient magnitudes.
Linear Regression
Supervised LearningA statistical method modelling the relationship between a dependent variable and one or more independent variables using a linear equation.
Transfer Learning
Advanced MethodsA technique where knowledge gained from training on one task is applied to a different but related task.
Gradient Boosting
Supervised LearningAn ensemble technique that builds models sequentially, with each new model correcting residual errors of the combined ensemble.
Cross-Validation
Training TechniquesA resampling technique that partitions data into subsets, training on some and validating on others to assess model generalisation.