0% found this document useful (0 votes)
4 views

Machine Learning Qb

The document is a question bank focused on machine learning concepts, covering topics such as overfitting, supervised and unsupervised learning, evaluation metrics, and regression models. It includes both theoretical questions and practical scenarios involving calculations for precision, recall, and confusion matrices. The content is structured into parts, addressing fundamental principles and applications of machine learning techniques.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

Machine Learning Qb

The document is a question bank focused on machine learning concepts, covering topics such as overfitting, supervised and unsupervised learning, evaluation metrics, and regression models. It includes both theoretical questions and practical scenarios involving calculations for precision, recall, and confusion matrices. The content is structured into parts, addressing fundamental principles and applications of machine learning techniques.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

MACHINE LEARNING

QUESTION BANK

1. Compare overfitting and underfitting

2. List the applications of Machine learning


3. Define ROC Curve
4. What is supervised learning?
5. How logistic Regression differs from linear Regression?
6. What is the bias and variance tradeoff?

7. Define unsupervised learning


8. List the evaluation metrics for classification
9. What is Gradient Descent?
10. Compare classification and clustering
11. Mention the factors for linear regression model to be a good choice
12. Define Bagging
13. How logistic regression is differs from linear regression?
14. What is binary classification in machine learning?
15. Mention the factors for linear regression model to be a good choice
16. What is Maximum Likelihood Estimation?
17. List the Ways to Tackle overfitting

Part B

1. Discuss the difference and tradeoff between two factors of bias and
2. variance. How these factors play a role in machine learning models.
3. Explain
4. Suppose a computer program for recognizing dogs in photographs identifies eight dogs in a picture
containing 12 dogs and some cats. Of the eight dogs identified, five actually are dogs while the rest are cats.
Compute the precision and recall of the computer program.
5. What are the Metrics used to validate the result of regression and explain each
6. Describe the assumptions underlying Linear Regression, and explain how the model estimates the
relationship between dependent and independent variables.
7. Explain the purpose of including multiple independent variables in a
8. linear regression model. How does it differ from simple linear regression?
9. Explain multiple linear regression model
10. Explain the concept of cross-validation in the context of machine learning

PART B

1. Discuss the types of problems where Logistic Regression is typically applied


2. Suppose 10000 patients get tested for flu; out of them, 9000 are actually healthy and
1000 are actually sick. For the sick people, a test was positive for 620 and negative for
380. For the healthy people, the same test was positive for 180 and negative for 8820.
Construct a confusion matrix for the data and compute the accuracy, precision and
recall for the data.
3. Discuss the interpretation of the coefficients in a multiple linear regression model.
4. Describe the commonly used regression models in detail.

You might also like