Ml-Unit 2-QB
Ml-Unit 2-QB
PART - A
4. Assume a disease so rare that it is seen in only one person out of every million.
Assume also that we have a test that is effective in that if a person has the disease, there
is a 99 percent chance that the test result will be positive; however, the test is not
perfect, and there is a one in a thousand chance that the test result will be positive on a
healthy person. Assume that a new patient arrives and the test result is positive. What is
the probability that the patient has the disease? (APRIL/MAY 2024)CS3491
11. What is the main key difference between supervised and unsupervised machine
learning?(APRIL.MAY 2023) CS3491
supervised learning Unsupervised learning
The supervised learning technique needs Unsupervised learning does not
labelled data to train the model. For need any labelled dataset. This is
example, to solve a classification problem the main key difference between
(a supervised learning task), you need to supervised learning and
have label data to train the model and to unsupervised learning.
classify the data into your labelled groups.
12. Compare and contrast linear regression and logistic regression ( April/May 2023)
Linear Regression and Logistic Regression are both fundamental algorithms in machine
learning, but they differ in their purpose and the type of problems they solve:
Linear Regression: Used for predicting continuous numerical values. It models the
relationship between the dependent variable and independent variables by fitting a
straight line (linear relationship) to the data. The output is a real number.
Logistic Regression: Used for classification problems, where the goal is to predict
discrete outcomes (e.g., 0 or 1). It applies the logistic (sigmoid) function to the linear
combination of inputs to produce a probability, which is then mapped to a class label
(typically binary).
13. What is a gradient? How gradient Descent is useful in machine learning ? APRIL/MAY
2023
A gradient is a vector that represents the direction and rate of the fastest increase of a
function. In the context of machine learning, the gradient of a loss function with respect to
model parameters shows how much the loss will change if the parameters are adjusted.
Gradient Descent is an optimization algorithm used in machine learning to minimize the
loss function. It involves iteratively adjusting the model parameters in the opposite
direction of the gradient, effectively reducing the loss. The algorithm continues to update
parameters until it reaches a local minimum (or close enough to it).
15. How does CART solve the regression problems ( Nov/Dec 2023)
Part – B
1. Explain Naïve Bayes Classifier with an Example.
2. Elaborate on logistics regression with an example .Explain the process of computing
coeffients (APRIL/MAY 2023)CS3491
3. What is a classification tree?Explain the steps to construct a classification tree.List and
explain about the different procedures used (APRIL/MAY 2023) CS3491
4. State when and why you would use ramdom forests vs SVM (April/May 2024) CS3491
5. Explain the principle of the gradient descent algorithm. Accompany your explanation
with a diagram. (April/May 2024) CS3491
6. Describe the general procedure of random forest algorithm (Nov/dec 2023) CS3491
7. With a suitable example explain knowledge extraction in detail ( Nov/Dec2023) CS3491
8. Explain the following
a) Linear regression
b) Logistic Regression
9. CS3491(April/May 2024)
\
10. CS3491(April/May 2023)
11. Explain about how optimal Hyperplane differs from other hyperplanes.Elaborate on how SVM is
able to achieve this ? ( April/May 2023)
12. Explain the process of constructing CART (Classification and Regression Tree) with a suitable
example ( April/May 2023)
13. Write short notes on Regression and correlation and limitation of Regression model ( Nov/ Dec
2023)
14. List the advantages of SVM and how optimal hyperplane differs from hyperplane ( Nov/Dec
2023)
15. Discuss the supervised and unsupervised learning with example ( Nov/ Dec 2023)
16. With an example explain decision tree concepts in detail ( April /May 2024)
17. April/May 2024
18. April/ May 2024