R_23 - Machine Learning - Important Questions Unit wise
5 Marks questions
UNIT–I
Introduction to Machine
Learning
Most Important 5-Mark Questions
- Define
Machine Learning and explain its applications.
- Explain
the evolution of Machine Learning with examples.
- Explain
learning by rote, learning by induction, and reinforcement learning.
- Describe
the stages in the Machine Learning process with a neat diagram.
- Explain
data acquisition and list various data sources.
- What
is feature engineering? Explain its importance in ML.
- Explain
different types of data used in Machine Learning.
- Describe
data representation techniques in ML.
- Explain
model selection and model learning.
- Explain
model evaluation techniques and accuracy testing.
- What
is search and learning in Machine Learning?
- Explain
the concept of datasets (training, testing, validation).
Very
High Probability:
Stages of ML, Feature Engineering, Model Evaluation, Data Acquisition
UNIT–II
Nearest Neighbor–Based
Models
Most Important 5-Mark Questions
- Explain
proximity measures used in nearest neighbor models.
- Describe
Euclidean, Manhattan, and Minkowski distance measures.
- Explain
non-metric similarity functions with examples.
- Explain
proximity between binary patterns (Hamming distance).
- Explain
the K-Nearest Neighbor (KNN) algorithm with steps.
- Discuss
the effect of value of k on KNN performance.
- Explain
Radius Nearest Neighbor algorithm.
- Differentiate
between KNN classification and KNN regression.
- Discuss
the performance issues of KNN classifiers.
- Explain
methods to improve KNN performance.
- Compare
distance measures and similarity measures.
- Explain
curse of dimensionality in nearest neighbor models.
Very
High Probability:
KNN algorithm, Distance measures, Performance of KNN
UNIT–III
Decision Trees &
Bayesian Models
Most Important 5-Mark Questions
- Explain
decision trees for classification with a diagram.
- Explain
entropy and information gain.
- Explain
Gini index and its role in decision trees.
- Explain
the steps involved in decision tree construction.
- What
is overfitting in decision trees? How is it controlled?
- Explain
the bias–variance trade-off.
- Explain
Random Forest algorithm and its advantages.
- Explain
Bayes theorem and its application in classification.
- Explain
the Naive Bayes classifier and its assumptions.
- Explain
class conditional independence in Naive Bayes.
- Explain
Bayes classifier optimality.
- Compare
Decision Tree and Naive Bayes classifier.
Very
High Probability:
Entropy & IG, Naive Bayes, Bias–Variance trade-off
UNIT–IV
Linear Discriminants &
Neural Models
Most Important 5-Mark Questions
- Define
linear discriminant function and explain classification.
- Explain
linear separability with examples.
- Explain
the Perceptron model and its limitations.
- Explain
the Perceptron Learning Algorithm.
- Explain
Support Vector Machines (SVM).
- Explain
the concept of margin in SVM.
- Explain
kernel trick and its need.
- Explain
logistic regression and its applications.
- Explain
linear vs non-linear classification.
- Explain
Multi-Layer Perceptron (MLP) architecture.
- Explain
the Backpropagation algorithm.
- Compare
Perceptron and MLP.
Very
High Probability:
Perceptron algorithm, SVM & Kernel Trick, Backpropagation
UNIT–V
Clustering
Most Important 5-Mark Questions
- Define
clustering and explain its applications.
- Explain
partitioning of data in clustering.
- Explain
the K-Means clustering algorithm with steps.
- Discuss
the advantages and limitations of K-Means.
- Explain
Agglomerative clustering with example.
- Differentiate
between Agglomerative and Divisive clustering.
- Explain
hard clustering vs soft clustering.
- Explain
Fuzzy C-Means clustering.
- Explain
Rough K-Means clustering algorithm.
- Explain
Expectation Maximization (EM) based clustering.
- Explain
spectral clustering.
- Explain
cluster validity measures.
Very
High Probability:
K-Means, Hierarchical clustering, Fuzzy clustering, EM clustering
EXAM STRATEGY (IMPORTANT)
- Prepare
6–8 questions per unit → guaranteed coverage
- Focus
on:
- Algorithms
+ steps
- Definitions
+ diagrams
- Advantages
& limitations
- Write
answers in:
- Definition
(2 lines)
- Explanation
(points)
- Diagram
/ formula (if any)
2 Marks Questions
UNIT–I
Introduction to Machine
Learning
Important 2-Mark Questions
- Define
Machine Learning.
- What
is supervised learning?
- What
is unsupervised learning?
- Define
reinforcement learning.
- What
is learning by induction?
- Define
data acquisition.
- What
is feature engineering?
- Define
data representation.
- What
is model selection?
- Define
model learning.
- What
is model evaluation?
- Define
accuracy in ML.
- What
is model prediction?
- What
is search space in ML?
- What
is a dataset?
⭐ Very
High Probability:
Machine Learning definition, Feature Engineering, Accuracy, Dataset types
UNIT–II
Nearest Neighbor–Based
Models
Important 2-Mark Questions
- Define
proximity measure.
- What
is Euclidean distance?
- Define
Manhattan distance.
- What
is Minkowski distance?
- What
is a similarity measure?
- Define
Hamming distance.
- What
is K-Nearest Neighbor (KNN)?
- Define
value of k in KNN.
- What
is KNN regression?
- What
is Radius Nearest Neighbor?
- What
is curse of dimensionality?
- What
is non-metric similarity?
- Define
binary pattern.
- What
is distance-based classification?
- Define
weighted KNN.
⭐ Very
High Probability:
Distance measures, KNN definition, Curse of dimensionality
UNIT–III
Decision Trees &
Bayesian Models
Important 2-Mark Questions
- What
is a decision tree?
- Define
entropy.
- What
is information gain?
- Define
Gini index.
- What
is impurity measure?
- What
is overfitting?
- Define
pruning.
- What
is bias–variance trade-off?
- What
is a Random Forest?
- Define
Bayes theorem.
- What
is Naive Bayes classifier?
- What
is class conditional independence?
- Define
prior probability.
- What
is posterior probability?
- What
is zero-frequency problem?
⭐ Very
High Probability:
Entropy, Information Gain, Naive Bayes, Overfitting
UNIT–IV
Linear Discriminants &
Neural Models
Important 2-Mark Questions
- Define
linear discriminant function.
- What
is linear separability?
- Define
Perceptron.
- What
is an activation function?
- Define
learning rate.
- What
is Support Vector Machine (SVM)?
- Define
margin in SVM.
- What
is a kernel function?
- What
is kernel trick?
- Define
logistic regression.
- What
is Multi-Layer Perceptron (MLP)?
- What
is backpropagation?
- Define
gradient descent.
- What
is sigmoid function?
- What
is ReLU?
⭐ Very
High Probability:
Perceptron, SVM, Kernel Trick, Backpropagation
UNIT–V
Clustering
Important 2-Mark Questions
- Define
clustering.
- What
is partitioning of data?
- Define
K-Means clustering.
- What
is a centroid?
- Define
hierarchical clustering.
- What
is agglomerative clustering?
- What
is divisive clustering?
- Define
hard clustering.
- Define
soft clustering.
- What
is Fuzzy C-Means clustering?
- What
is Rough clustering?
- Define
EM clustering.
- What
is spectral clustering?
- What
is cluster validity?
- What
is Elbow method?
⭐ Very
High Probability:
K-Means, Hierarchical clustering, Fuzzy clustering, EM
LAST-MINUTE EXAM STRATEGY (2-MARKS)
Learn definitions
+ formulas + keywords
Answer
in 1–2 crisp lines
Use proper
ML terminology
Avoid
examples unless asked
Comments
Post a Comment