0% found this document useful (0 votes)
6 views1 page

Assignment of MLT Unit-2

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views1 page

Assignment of MLT Unit-2

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Galgotias College of Engineering & Technology, Greater Noida

Department of Computer Science Engineering

Course: B.Tech (CSE-DS) Semester: 6th


Subject Code: BCDS062 Subject Name: MLT
Date: 13-04-2025 Date of Submission: 17-04-2025

Assignment-2 (Unit-2)

Question:-
1. Explain Support Vector Machines.
2. Explain linear regression with suitable examples.
3. Explain logistic regression with suitable examples.
4. Discuss confusion matrix with examples.
5. In a medical diagnosis scenario, there are two possible conditions for a patient:

Hypothesis (+): The patient has a specific type of cancer.


Hypothesis (-): The patient does not have this cancer.
A patient undergoes a lab test, which returns a positive result. However, the test has known
limitations:

➔ If a patient has cancer, the test correctly detects it 98% of the time (sensitivity).
➔ If a patient does not have cancer, the test correctly identifies them as cancer-free 97% of the
time (specificity).
➔ The overall prevalence of this cancer in the population is 0.8% (0.008 probability).

Using the Maximum A Posteriori (MAP) hypothesis, determine the probability that the patient
actually has cancer given the positive test result.

You might also like