Lecture Notes On Pattern Recognition and Bayes Decision Theory Overview
Lecture Notes On Pattern Recognition and Bayes Decision Theory Overview
AOT/ME/ESC-CSBS-601/SKL Page 1
PATTERN RECOGNITION
AOT/ME/ESC-CSBS-601/SKL Page 2
PATTERN RECOGNITION
AOT/ME/ESC-CSBS-601/SKL Page 3
PATTERN RECOGNITION
AOT/ME/ESC-CSBS-601/SKL Page 4
PATTERN RECOGNITION
b) Texture features
c) Intensity features
d) Algorithmic features
3. What is a feature vector?
a) A single feature representing an object
b) A collection of features arranged in a specific order
c) A decision boundary separating classes
d) A neural network output
4. What determines the dimensionality of the feature vector?
a) The color of the object
b) The number of categories in classification
c) The complexity of the pattern recognition problem
d) The speed of computation
5. If an object is represented by a three-dimensional feature
vector, where is it mapped?
a) A two-dimensional feature space
b) A three-dimensional feature space
c) A one-dimensional feature space
d) A hyperplane
6. Why is a two-dimensional feature space commonly used for
illustrations?
a) It is the most accurate representation of real-world data
b) It simplifies visualization and explanation
c) It ensures a higher classification accuracy
d) It requires fewer computations
7. What does a decision boundary do in pattern recognition?
a) Divides feature space into regions corresponding to
different classes
b) Computes the mean of all feature vectors
c) Determines the exact shape of the object
d) Eliminates unnecessary features from the dataset
8. When two classes are linearly separable, how can they be
separated?
AOT/ME/ESC-CSBS-601/SKL Page 5
PATTERN RECOGNITION
a) By a curved boundary
b) By a straight line or hyperplane
c) By clustering algorithms
d) By neural networks only
9. What happens when two classes are NOT linearly
separable?
a) A straight-line decision boundary can still be used
b) The problem must be redefined
c) A non-linear decision boundary is needed
d) Pattern recognition is not possible
10. Which classifier is commonly used for non-linearly
separable classes?
a) Linear classifier
b) Quadratic or cubic classifier
c) Decision tree classifier
d) Single-layer perceptron
11. What is the role of neural networks in pattern
recognition?
a) They find the mean feature value
b) They form a collection of straight-line boundaries to
model complex decision boundaries
c) They always provide a linear solution
d) They eliminate the need for feature extraction
12. What is a single-layer perceptron?
a) A network with one input and one output layer, but no
hidden layers
b) A network with multiple hidden layers
c) A neural network used only for image classification
d) A system with only one neuron
13. What is a multilayer perceptron (MLP)?
a) A classifier that only works for binary classification
b) A neural network with one or more hidden layers
AOT/ME/ESC-CSBS-601/SKL Page 6
PATTERN RECOGNITION
AOT/ME/ESC-CSBS-601/SKL Page 7