Trusted by world-class organizations
Innerview — fast insights, stop rewatching interviews
Start for freeTrusted by world-class organizations
Innerview — fast insights, stop rewatching interviews
Start for freeSupervised learning is a type of machine learning in artificial intelligence where an algorithm is trained on labeled data. This means the input data is paired with the correct output, allowing the model to learn the relationship between them and make predictions on new, unseen data.
Synonyms: supervised machine learning, labeled data learning, guided learning

Supervised learning is crucial because it enables AI systems to make accurate predictions and decisions based on past examples. It is widely used in applications like spam detection, image recognition, and medical diagnosis, where labeled data is available.
In supervised learning, the model is trained using a dataset that includes both inputs and the correct outputs. The algorithm learns to map inputs to outputs by minimizing errors. Once trained, the model can predict outcomes for new inputs.
Common examples include classification tasks like email spam filtering, where emails are labeled as 'spam' or 'not spam,' and regression tasks like predicting house prices based on features such as size and location.