RTUComputer ScienceYr 2023 · Sem 82023

Q8Big Data Analytics

Question

2 marks

Define supervised machine learning.

Answer

Supervised learning is an ML approach where models are trained using labeled datasets.

The algorithm learns the relationship between input features and the known output labels. Once trained, the model can predict the output for new, unseen data. Common examples include classification and regression tasks.

Back to Paper