Category: Computer Science | Last updated: 2026-09-18

In the context of Artificial Intelligence, which type of machine learning involves training a model on a dataset where both the input data and the corresponding correct output are provided?

A) Unsupervised learning
B) Reinforcement learning
C) Supervised learning
D) Deep learning

Explanation

Supervised learning is a machine learning approach that involves training a model on a labeled dataset, meaning each input is paired with its correct output, allowing the model to learn the mapping between them.

Practice More Computer Science Questions

Browse all questions