Sheet - Evaluation Metrics and Introduction To Deep Learning
Sheet - Evaluation Metrics and Introduction To Deep Learning
Filter:
6) If a CNN has an input image of size 32×32, uses a 3×3 filter, a stride
of 2, and no padding, what will be the size of the resulting feature
map?
7) Let’s consider a simple Convolutional Neural Network (CNN)
operation where we apply a convolution followed by the ReLU
activation function. Below are the details.
8) True/False:
a) Deep learning models always outperform traditional machine
learning models.
b) ReLU is a non-linear activation function commonly used in deep
learning.
c) Overfitting in deep learning occurs when the model performs well
on training data but poorly on unseen data.
d) Dropout is a technique used to reduce overfitting in deep learning
models.
e) Deep learning models can only be trained using GPUs.
f) In supervised learning, deep learning models do not require
labeled data.
g) Accuracy is always the best metric to evaluate a classification
model.
h) Precision measures the proportion of correctly identified positive
predictions out of all positive predictions made.
i) Recall is also known as sensitivity or the true positive rate.
j) The F1-score is the harmonic mean of precision and recall.
k) The confusion matrix is only applicable to binary classification
problems.
l) Mean Squared Error (MSE) is used to evaluate classification
models.
m) A high precision score guarantees a high recall score.