Chapter 7&8 Mcqs
Chapter 7&8 Mcqs
22. Which of the following operations would be best for filling small holes in a binary object?
• A) Erosion
• B) Dilation
• C) Opening
• D) Closing
• Answer: D) Closing
Explanation: Closing is a morphological operation that combines dilation followed by erosion,
effectively filling small holes.
23. In object detection, what does the term 'localization' specifically refer to?
24. Which deep learning model is known for its efficiency in object detection?
• A) R-CNN
• B) K-Nearest Neighbors
• C) Decision Trees
• D) Linear Regression
• Answer: A) R-CNN
Explanation: R-CNN models are designed to combine region proposals with CNNs for effective
object detection.
25. What is the significance of using a 3x3 structuring element in morphological operations?
26. What does the term 'object segmentation' typically require in comparison to object
detection?
27. Which method is typically used for feature extraction in machine learning-based object
recognition?
• A) Histogram Equalization
• B) Principal Component Analysis (PCA)
• C) K-Means Clustering
• D) Image Resizing
• Answer: B) Principal Component Analysis (PCA)
Explanation: PCA is commonly used for reducing dimensionality and extracting significant
features from images.
28. What is one advantage of using Convolutional Neural Networks (CNNs) over traditional
machine learning methods for image recognition?
• A) CNNs require manual feature extraction
• B) CNNs are less accurate
• C) CNNs can learn hierarchical patterns directly from raw data
• D) CNNs are faster with smaller datasets
• Answer: C) CNNs can learn hierarchical patterns directly from raw data
Explanation: CNNs automatically learn features at different levels of abstraction, which is more
efficient than manual feature extraction.
29. What is the primary function of the "Softmax" function in machine learning models?
30. How does using a pre-trained model benefit the training process in deep learning?
True/False Questions
Workout Problems