Given below are two statements: one is labelled as Assertion A and the other…
2026
Given below are two statements: one is labelled as Assertion A and the other is labelled as Reason R.
Assertion A: In supervised learning, the model is trained using labelled data.
Reason R: Supervised learning algorithms find patterns in data to predict outcomes without any prior knowledge of the correct output.
In the light of the above statements, choose the most appropriate answer from the options given below:
- A.
Both A and R are correct and R is the correct explanation of A
- B.
Both A and R are correct but R is NOT the correct explanation of A
- C.
A is correct but R is not correct
- D.
A is not correct but R is correct
Attempted by 119 students.
Show answer & explanation
Correct answer: C
Assertion A is correct because supervised learning relies on labelled data for training, where each input has a corresponding output label. Reason R is incorrect because it describes unsupervised learning, which finds patterns without prior knowledge of correct outputs. Therefore, A is true but R is false, making option 2 the correct choice.