60 EC 604 Machine LearningTechniques Model Questions
60 EC 604 Machine LearningTechniques Model Questions
Programme &
B.E & Electronics and Communication Engineering Semester VI
Branch
Course Code &
60 EC 604 & Machine Learning Techniques
Name
For the following set of training samples, find which attribute can be chosen as the root for decision tree
classification:
Instance Classification A1 A2
1 + T T
2 + T T
3 - T F
4 + F F
5 - F T
6 - F T
(MAY – 2022)
Compare Lasso regression and Ridge Regression in terms of bias and variance.
Suppose you have a dataset with two classes that are not linearly separable. How would you use a support
vector machine (SVM) to classify this data? Discuss the use of kernel functions and the choice of
parameters in this scenario.
Study the relationship between the monthly e-commerce sales and the online
advertising costs. Here the survey result for 7 online stores for the last year was given. Your task is to find
the equation of the straight line that best fits the data and plot the regression line for the sample values. The
following table represents the survey results from the 7 online stores.
What is the purpose of regularization in machine learning? How do regularization parameters, such as
lambda in L1 and L2 regularization, influence the trade-off between bias and variance in machine learning
models? Explain.
Explain the fundamental principles of logistic regression and analyze how it compares to other classification
algorithms (e.g., decision trees, support vector machines) regarding performance, interpretability, and
scalability - examples where logistic regression is preferred over other methods.
Given the positively labeled data points (4,1)(4,-1)(7,1)(7,-1) and negatively labeled data points
(2,0)(1,1)(1,-1)(0,0) in R2. Identify the support vectors and discover a simple SVM that accurately
discriminates the positive and negative classes.
(MAY – 2020)
Give decision trees to represent the following Boolean functions:
(a) A ∧ ¬B
(b) A ∨ [B ∧ C]
(c) A XOR B
(d) [A ∧ B] ∨ [C ∧ D]
Discuss advantages and limitations of Bayesian model compared to traditional methods.
A company manufactures an electronic device to be used in a very wide temperature range. The company
knows that increased temperature shortens the lifetime of the device, and a study is therefore performed in
which the life time is determined as a function of temperature. Express the lifetime as a linear function of
temperature. The following data is found:
Temperature 10 20 30 40 50 60 70 80 90
(C)
Lifetime 420 365 285 220 176 117 68 34 5
(hours)
(MAY – 2022)
Discuss the core principles underlying Support Vector Machines (SVM) in machine learning and how they
enable classification in high-dimensional spaces.