ML-Mini QB
ML-Mini QB
IFETCE R – 2019A
DEPARMENT OF ECE
Sub Name/Sub code: ECH001-MACHINE LEARNING ALGORITHMS
Year/ Sem: III/V Type: 100% Theory
MINI QB
Part-A (2 Mark)
UNIT I – INTRODUCTION TO MACHINE LEARNING
1. Point out few examples of machine learning applications. K1
4. Consider the following data regarding patients entering a clinic. The data consists of K3
the gender and age of the patients and each patient is labeled as “healthy” or
“sick”.Identify the type of learning?
gender age label
M 48 sick
M 67 sick
F 53 healthy
M 49 sick
F 32 healthy
M 34 healthy
M 21 healthy
5. Write short notes on histogram and scatter plot. K2
7. Explain How a System Can Play a Game of Chess Using Reinforcement Learning. K3
14. Examine the overfitting in machine learning and how can it be avoided K3
16. Present the general principle of an ensemble method and what is bagging and K3
boosting in the ensemble method.
17. Differentiate feature transformation with feature selection. K1
18. Explain the different distance measures that can be used to determine the similarity K3
of features.
19. Construct a feature with an example. K4
39. Describe how the quality of clustering is measured in the k-means algorithm?
K2
A graph is said to be k-connected if there does not exist a set of k-1 vertices whose
40. removal disconnects the graph. If we dene clusters as comprising of k-connected
K3
components of the thresholded graphs, does this result in a well-dened clustering
algorithm?
UNIT V –REPRESENTATION LEARNING
47. Summarize a few logics for determining which data points should be labeled in K2
Active learning query strategies.
48. Define Linear Discriminant Analysis (LDA). K1
4. What are the different techniques for data pre-processing? Explain, in brief, K2
dimensionality reduction and feature selection.(16)
Academic Year 2024-2025
IFETCE R – 2019A
Paper_3 3 4 Good
Paper_4 1 4 Good
Now consider a new sample paper called Paper_5 that passes laboratory tests with
Acid Durability = 3 and Strength = 7. Without any expensive survey find out the
quality of this new paper by using the KNN classifier.
11. (i) Explain SVM classifier with suitable example and the key terminologies of SVM
K2
and its types
12. Use the ID3 algorithm for the following question. Build a decision tree from the K4
given tennis dataset.
1.Build a tree to predict Playtennis, based on the other attributes. What is the
classification accuracy?
2. Is it possible to produce some set of correct training examples that will get the
algorithm to include the attribute Temperature in the learned tree, even though the
true target concept is independent of Temperature? if no, explain. If yes, give such
a set.
3. Now, build a tree using only examples D1–D7. What is the classification
accuracy for the training set? What is the accuracy for the test set (examples D8–
D14)?
Academic Year 2024-2025
IFETCE R – 2019A
15.
Explain K-Mode Clustering in detail with an example. K2
16. Cluster the following eight points (with (x, y) representing locations) into three
clusters:
K3
A1(2, 10), A2(2, 5), A3(8, 4), A4(5, 8), A5(7, 5), A6(6, 4), A7(1, 2), A8(4, 9).Use
K-Means Algorithm to find the three cluster centres after the second iteration.
UNIT V – REPRESENTATION LEARNING
19. Derive primary representational working system to detect the type of triangle. K4
20. Infer in detail about types of clustering techniques and Various forms of clustering K2
methods in detail.