#1
Which deep learning architecture is often used for image classification tasks?
ResNet
LSTM (Long Short-Term Memory)
Gated Recurrent Unit (GRU)
K-Means
#2
What is the role of the activation function in a neural network?
To calculate the loss function
To control the learning rate
To introduce non-linearity to the network
To preprocess input images
#3
Which technique is commonly used for image denoising?
K-Means clustering
Sobel operator
Gaussian blur
Hough transform
#4
Which deep learning framework is commonly used for computer vision tasks?
TensorFlow
PyTorch
Keras
Scikit-learn
#5
What does the acronym CNN stand for in the context of deep learning?
Centralized Neural Network
Complex Neural Network
Convolutional Neural Network
Continuous Neural Network
#6
What is the basic purpose of image segmentation in computer vision?
To classify images
To detect objects in images
To divide an image into meaningful segments
To enhance image resolution
#7
Which algorithm is commonly used for object detection in images?
K-Means
Decision Trees
Random Forest
YOLO (You Only Look Once)
#8
In image processing, what does the term 'Histogram' represent?
A graphical representation of pixel intensities in an image
The process of colorizing grayscale images
A type of image compression technique
A measure of image resolution
#9
Which technique is commonly used for image feature extraction?
Principal Component Analysis (PCA)
Fuzzy Logic
Genetic Algorithms
Naive Bayes Classifier
#10
Which type of neural network architecture is suitable for sequential data, such as time series or text?
Convolutional Neural Network (CNN)
Recurrent Neural Network (RNN)
Generative Adversarial Network (GAN)
Autoencoder
#11
What is the purpose of the Intersection over Union (IoU) metric in object detection?
To measure the efficiency of the training process
To evaluate the accuracy of image classification
To assess the overlap between predicted and ground truth bounding boxes
To calculate the gradient during backpropagation
#12
What is the purpose of the Batch Normalization layer in a neural network?
To normalize input data before feeding it to the network
To speed up the training process
To prevent overfitting
To improve model generalization
#13
What is the purpose of the term 'RoI' in object detection?
Region of Interest
Rate of Inference
Random Object Identifier
Recursive Object Integration
#14
What is the primary purpose of the softmax activation function in the output layer of a neural network?
To introduce non-linearity
To normalize the output probabilities
To control the learning rate
To calculate the loss function
#15
Which technique is commonly used for image colorization?
K-Means clustering
Histogram Equalization
Generative Adversarial Network (GAN)
Sobel operator
#16
In image processing, what is the purpose of the Laplacian of Gaussian (LoG) filter?
Edge detection
Noise reduction
Image segmentation
Color enhancement
#17
What is the purpose of non-maximum suppression in object detection?
To increase the number of detected objects
To reduce false positives and keep only the most confident predictions
To decrease the model training time
To enhance image quality
#18
What is the significance of anchor boxes in object detection algorithms?
To weigh the importance of different objects
To define the spatial locations of potential objects in an image
To store labeled images for training
To optimize loss functions
#19
What is the purpose of data augmentation in image processing?
To reduce model complexity
To increase the size of the training dataset by applying transformations
To remove noise from images
To adjust the learning rate dynamically
#20
What is the primary advantage of transfer learning in image classification?
It allows the model to learn from scratch
It enables the reuse of pre-trained models on a new task
It reduces the need for labeled training data
It speeds up the training process
#21
In the context of image recognition, what does the term 'F1 score' measure?
Model training time
Precision and recall balance
Image resolution
Learning rate
#22
Which technique is commonly used for image style transfer?
Gradient Descent
Gaussian Mixture Models
Markov Chain Monte Carlo
Neural Style Transfer
#23
In image recognition, what does the term 'Fine-tuning' refer to?
Adjusting hyperparameters
Refining a pre-trained model on a specific task
Applying data augmentation
Increasing the number of hidden layers
#24
What is the purpose of the Non-local Neural Network (NLNN) in image processing?
To reduce spatial redundancy in images
To enhance global feature learning
To improve edge detection
To decrease the model complexity
#25
Which type of neural network is suitable for generating new, realistic images?
Autoencoder
Generative Adversarial Network (GAN)
Recurrent Neural Network (RNN)
Decision Trees