Quiz Space

Machine Learning Practice · Quiz 2 · 6 Aug 2023 · May 2023 term

MLP Quiz 2 6 Aug 2023 — Question 16

Question 16

+2 marksOne or more correct options

Select all that apply.

  1. A

    There are 10,000 images, each contains either a cat or a dog. Exactly 500 contain cats and others contain dogs. Your task is to train a binary classifier.

  2. B

    Train a binary classifier to detect if an MRI image contains carcinogenic cells or not. Number of true positives are 2%.

  3. C

    Predicting if a chest x-ray belongs to a male patient or a female patient. There are nearly equal number of samples of each category.

  4. D

    Based on a student’s senior secondary marks and other features, predicting if he will fail a particular exam. The exam clearing rate is 98.23%.

Show answer

Correct answers

  • A

    There are 10,000 images, each contains either a cat or a dog. Exactly 500 contain cats and others contain dogs. Your task is to train a binary classifier.

  • B

    Train a binary classifier to detect if an MRI image contains carcinogenic cells or not. Number of true positives are 2%.

  • D

    Based on a student’s senior secondary marks and other features, predicting if he will fail a particular exam. The exam clearing rate is 98.23%.

Question 16 of 23 in the IIT Madras BS Machine Learning Practice (MLP) Quiz 2 paper sat on 6 Aug 2023, in the May 2023 term (IIT M DIPLOMA AN2 EXAM QPD2 06 Aug 2023). It carries 2 marks.

More questions from this paper

  1. Q1Consider the following code and its output: Code: Output: What will be the output of the following code? Enter your ans…
  2. Q2Figure question
  3. Q3What will be the output of the following code ?
  4. Q4What will be the output of the following code?
  5. Q5Figure question
  6. Q6Your task to design a model that can predict label of an article, in order to help an online news website. The labels c…
  7. Q7How does strong correlation between features given the labels impact the classification performance in Naive Bayes?
  8. Q8When might the Precision-Recall curve be more informative than the ROC curve?
  9. Q9Figure question
  10. Q10Which of the following parameters learned by the KNN(KNeighborRegressor) model while training?
  11. Q11Figure question
  12. Q12Consider below code which of the following option is true for that Assume X_train and X_test are of type numpy.ndarray.
  13. Q13Which of these may NOT help in handling overfitting in decision trees?
  14. Q14Figure question
  15. Q15Figure question
  16. Q17Which of the following is correct?
  17. Q18Which of the following option is true?
  18. Q19Figure question
  19. Q20What will be the output of the following code:
  20. Q21Consider the following code. How many different parameter combinations will be tried in GridSearchCV?
  21. Q22Which of the following is the most expected output for the code given below:
  22. Q23Consider the following block of code: In which of the following scenarios, the split will be done at a node N?