Question 8
Consider the following input data points:
| [0, 1, 1] | -1 |
| [0, 1, 0] | -1 |
| [1, 1, 3] | +1 |
| [1, 0, 5] | +1 |
| [0, 0, 6] | +1 |
| [1, 0, 4] | +1 |
Which among the following models has the least misclassification error?
Hint: Consider
Consider the following input data points:
| [0, 1, 1] | -1 |
| [0, 1, 0] | -1 |
| [1, 1, 3] | +1 |
| [1, 0, 5] | +1 |
| [0, 0, 6] | +1 |
| [1, 0, 4] | +1 |
Which among the following models has the least misclassification error?
Hint: Consider
Correct answer
Question 8 of 12 in the IIT Madras BS Machine Learning Foundations (MLF) Quiz 1 paper sat on 27 Oct 2024, in the September 2024 term (IIT M DIPLOMA AN EXAM QDD2 27 Oct 2024). It carries 3 marks.