Supervised Learning
A type of Machine Learning where the model learns from labeled data. This means each input data point in the training set is paired with a known correct output or 'label,' allowing the model to learn the mapping between inputs and outputs. Learn more on Wikipedia.