What is Supervised Learning?

Skill Level:

Supervised Learning is a Machine Learning approach where models are trained using labelled data, with both input and output pairs. By learning from the provided examples, supervised learning algorithms can make predictions or classifications on new, unseen data. It is widely used in tasks like spam detection, sentiment analysis, and image recognition.

Other Definitions

Weak AI, also known as Narrow AI, refers to AI systems designed to perform specific tasks with human-like intelligence, but without true general intelligence….
Federated Learning is a privacy-preserving technique where AI models are trained across multiple decentralised devices or systems without sharing raw data. Instead, only aggregated…
Humanoid Robots are advanced machines designed to resemble and interact with humans in a human-like manner. These robots are equipped with AI capabilities that…
Genetic Algorithms are optimisation techniques inspired by the principles of evolution. By mimicking natural selection, Genetic Algorithms explore a large search space and find…