Machine Learning - Question
Machine Learning - Question
Module 1 :
1. Explain any five business applications of Machine learning(5/20)
2. Write a short note on issues in Machine Learning.(10/24)
3. Consider the use case of Email spam detection. Identify and explain the suitable
machine learning technique for this task.(10/24)
4. How to choose the right ML algorithm? (5/23)
5. Explain any five applications of Machine Learning. (10/23)
6. Explain how to choose the right algorithm for machine learning application.(10/23)
7. Explain the terms overfitting, underfitting, bias & variance tradeoff w.r.t. Machine
Learning.(10/23)
8. What are the issues in Machine learning?(5/22)
9. Explain the steps of developing Machine Learning applications.(10/22)
10. Define Machine Learning and Explain with example importance of Machine
Learning(5/19)
Module 2:
1. Explain performance evaluation metrics for binary classification with suitable
example.(5/24)
2. Explain Gini index along with an example.(5/24)
3. Consider the example below where the mass, 𝑦 (grams), of a chemical is related to the
time, 𝑥 (seconds), for which the chemical reaction has been taking place according to
the table. Find the equation of the regression line. Also explain performance
evaluation measures for regression.
(10/24)
4. Explain Clustering with minimal spanning tree along with example.Consider the
dataset given below with 3 features Color, Wig, Num. Ears and one output variable
Emotion.
14. Explain the concept of decision tree. Consider the dataset given in a table below. The
dataset has 3 features as Past Trend, Open interest. Trading volume and one class
label as Return. Compute the Gini Index for all features and specify which node will
be chosen as a root node in decision tree.(10/23)
15. Explain Regression line, Scatter plot, Error in prediction and Best fitting line(5/22)
16. Explain Logistic Regression(5/22)
17. Explain Linear regression along with an example. (10/22)
18. (10/22)
19. Performance Metrics for Classification (10/22)
20. List some advantages of derivative-based optimization techniques. Explain Steepest
Descent method for optimization(10/19)
21. Explain various basic evaluation measures of supervised learning Algorithm for
Classification.(10/19)
22. Consider following table for binary classification. Calculate the root of the decision
tree using Gini index.(10/19)
Module 4:
1. Define following terminologies with reference to Support vector machine: Hyper
plane, Support Vectors, Hard Margin, Soft Margin, Kernel (10/24)
2. Describe Multiclass classification.(10/23)
3. Explain support vector machine as a constrained optimization problem.(10/23)
4. Explain kernel Trick in support vector machine.(10/24)
5. Explain multiclass classification techniques.(10/23)
6. Explain the concept of margin and support vector(5/22)
7. Describe Multiclass classification.(10/22)
8. Why is SVM more accurate than logistic regression?(5/19)
9. Explain Radial Basis Function with example.(5/19)
10. Define Support Vector Machine. Explain how margin is computed and optimal
hyper-plane is decided.(10/19)
Module 5:
1. What is Density based clustering? Explain the steps used for clustering task using
Density-Based Spatial Clustering of Applications with Noise (DBSCAN)
algorithm.(10/24)
2. Explain K-means algorithm. (5/23)
3. DBSCAN (10/23)
4. Explain clustering with minimal spanning tree with reference to Graph based
clustering.(10/23)
5. Explain the concept of Expectation Maximization Algorithm. (10/23)
6. Explain DBSCAN algorithm along with example(10/23)
7. Explain the distance metrics used in clustering. (5/22)
8. Explain EM algorithm. (10/22)
9. DBSCAN(10/22)
10. EM Algorithm(5/19)
Module 6:
1. What is dimensionality reduction? Explain how it can be utilized for classification and
clustering task in Machine learning.(5/24)
2. Explain the Dimensionality reduction technique Linear Discriminant Analysis and its
real-world applications.(10/24)
3. Explain the concept of feature selection and extraction.(5/23)
4. Linear Discriminant Analysis for Dimension Reduction (10/23)
5. Explain Linear Discriminant Analysis.(5/23)
6. Explain in detail Principal Component Analysis for Dimensionality reduction(10/23)
7. Compute the Linear Discriminant projection for the following two-dimensional
dataset. X1= (x1, x2) = {(4,1), (2,4), (2,3), (3,6), (4,4)} and X2= (x1, x2) = {(9,10),
(6,8), (9,5), (8,7), (10,8)}(10/22)
8. Principal Component Analysis for Dimension Reduction (10/22)
9. What is Dimensionality reduction? Describe how Principal Component Analysis is
carried out to reduce dimensionality of data sets.(10/19)