Nutan Maharashtra Vidya Prasarak Mandal’s
Nutan Maharashtra Institute of Engineering & Technology
Department of Computer Engineering
Assignment
Academic Year: 2024-25 (Semester I)
YEAR/ SEM-BE SEM-I MAX.MARKS- 10 Per Unit (10*6)
SUBJECT: Machine Learning
Blooms
CO Level Q.N. Questions
(1-6)
Assignment 1
Define Machine learning and state two examples or applications of
1 L1 1
Machine Learning in our day to day lives.
Describe supervised and Unsupervised learning? Explain one
1 L2 2
example of each
Assignment 2
Justify the statement: Raw data has a significant impact on feature
2 L2 1
engineering process.
2 L1 2 What is principal component Analysis (PCA), when it is used?
Assignment 3
Linear Regression is a machine learning algorithm based on _____.
A) unsupervised learning
B) supervised learning.
3 L1 1
C) reinforcement learning
D) none of these
Justify answer with proper explanation & example.
Regression models a target prediction value based on _____.
A) dependent variable
B) independent variables
3 L1 2
C) independent value
D) dependent value
Justify answer with proper explanation & example.
Linear Regression is mostly used for finding out the relationship
between_____.
A) forecasting
B) variables
3 L1 3
C) both a and b
D) none of these
Justify answer with proper explanation & example.
In a simple linear regression problem, a single input variable (x) and a
single output variable (y), the linear equation would be y = ax + b;
where a and b are _______ and ________ respectively. (select two)
(A) bias Coefficient, feature coefficient
3 L1 4
(B) feature coefficient, bias Coefficient
(C) slope, y-intercept
(D) y-intercept, slope
Justify answer with proper explanation & example.
In a linear regression model, which technique can find the coefficients?
(A) Ordinary Least Squares
(B) Gradient Descent
3 L1 5
(C) Regularization
(D) All of the above
Justify answer with proper explanation & example.
Assignment 4
Difference between balanced and imbalanced multiclass
4 L2 1
classification?
4 L2 2 Elaborate the KNN algorithm? Explain in detail.
Assignment 5
Justify with elaboration the following statement: The K-means
algorithm is based on the strong initial condition to decide the
5 L2 1
number of cluster through the assignment of ‘K’ initial centroids or
means.
Assignment 6
6 L2 1 Elaborate convolution neural network? Explain working of CNN?
Which of the following option is true about k-NN algorithm?
A) It can be used for classification
6 L1 2 B) It can be used for regression
C) It can be used in both classification and regression
Justify answer with proper explanation & example.
Which of the following is true?
(i) On average, neural networks have higher computational
rates than conventional computers.
(ii) Neural networks learn by example.
(iii) Neural networks mimic the way the human brain works.
6 L1 3
A. All of the mentioned are true
B. (ii) and (iii) are true
C. (i), (ii) and (iii) are true
D. None of the mentioned
Justify answer with proper explanation & example.
Which of the following is true for neural networks?
(i) The training time depends on the size of the network.
(ii) Neural networks can be simulated on a conventional
computer.
(iii) Artificial neurons are identical in operation to biological
ones.
6 L1 4
A. All of the mentioned
B. (ii) is true
C. (i) and (ii) are true
D. None of the mentioned
Justify answer with proper explanation & example.