Online Exam Quiz

questionQuestion  1 to 30

Which of the following is not a common problem encountered in training deep neural networks?

  • Vanishing gradients
  • Exploding gradients
  • Underfitting
  • Overfitting
Mark for review

Which activation function is typically used for the output layer in a binary classification problem?

  • ReLU
  • Tanh
  • Sigmoid
  • Leaky ReLU
Mark for review

Which technique is used to reduce the dimensionality of the input data in deep learning?

  • Feature scaling
  • Principal Component Analysis (PCA)
  • Dropout
  • Batch Normalization
Mark for review

What is the primary purpose of activation functions in deep learning?

  • Increase model complexity
  • Speed up model training
  • Introduce non-linearity
  • Regularize the model
Mark for review

Which layer is responsible for introducing non-linearity into the neural network?

  • Fully Connected Layer
  • Activation Layer
  • Pooling Layer
  • Convolutional Layer
Mark for review

Which technique is used to handle the problem of vanishing gradients in deep neural networks?

  • Weight initialization
  • Gradient clipping
  • Skip connections
  • All of the above
Mark for review

What is the purpose of the learning rate in gradient descent optimization algorithms?

  • To determine the size of the weight updates
  • To control the number of epochs
  • To decide the number of layers in the network
  • To specify the size of the training dataset
Mark for review

What is the purpose of the softmax function in deep learning?

  • Introduce non-linearity
  • Normalize the output probabilities
  • Prevent overfitting
  • Reduce computational complexity
Mark for review

Which of the following is a drawback of using unsupervised pre-training in deep learning?

  • Requires more labeled data
  • Increases computational cost
  • Leads to overfitting
  • None of the above
Mark for review

Which technique is used to normalize the input to a neural network, leading to faster training and better generalization?

  • Dropout
  • Batch Normalization
  • L2 Regularization
  • Weight Initialization
Mark for review

Which of the following is a common method used to initialize the weights of a neural network?

  • Random initialization
  • Xavier initialization
  • He initialization
  • All of the above
Mark for review

In deep learning, what does the term "backpropagation" refer to?

  • The process of passing data through the network
  • The process of adjusting model parameters based on the error
  • The process of optimizing hyperparameters
  • The process of selecting the best architecture for a problem
Mark for review

Which of the following techniques is used to improve the convergence of stochastic gradient descent?

  • Learning rate scheduling
  • Momentum
  • Adam optimization
  • All of the above
Mark for review

Which loss function is commonly used for binary classification tasks in deep learning?

  • Mean Squared Error (MSE)
  • Cross-Entropy Loss
  • Hinge Loss
  • Kullback-Leibler Divergence
Mark for review

Which type of layer is used to increase the non-linearity of a neural network?

  • Fully Connected Layer
  • Convolutional Layer
  • Pooling Layer
  • Activation Layer
Mark for review

In deep learning, what is the purpose of the "padding" parameter in convolutional neural networks?

  • To control the size of the filter
  • To specify the number of filters in each layer
  • To add zeros around the input data to maintain spatial dimensions
  • To control the stride of the filter
Mark for review

What is the purpose of dropout in deep learning?

  • Speed up training
  • Prevent overfitting
  • Increase model complexity
  • Reduce model size
Mark for review

Which of the following is a common technique for handling class imbalance in deep learning?

  • Oversampling
  • Undersampling
  • Weighted loss functions
  • All of the above
Mark for review

Which technique is commonly used for transfer learning in deep learning?

  • Fine-tuning
  • Regularization
  • Dropout
  • Gradient clipping
Mark for review

Which of the following techniques is used to reduce the computational cost of training deep neural networks?

  • Gradient Descent
  • Stochastic Gradient Descent
  • Mini-batch Gradient Descent
  • All of the above
Mark for review

Which layer in a deep neural network is responsible for reducing the dimensionality of the input data?

  • Convolutional Layer
  • Activation Layer
  • Pooling Layer
  • Fully Connected Layer
Mark for review

Which of the following activation functions is generally not used in hidden layers due to vanishing gradient problems?

  • ReLU
  • Tanh
  • Sigmoid
  • Leaky ReLU
Mark for review

Which technique is used to address the problem of exploding gradients during training?

  • Gradient clipping
  • Learning rate decay
  • Batch normalization
  • Xavier initialization
Mark for review

Which of the following is a common approach to handling overfitting in deep learning?

  • Increasing model complexity
  • Reducing the number of training epochs
  • Adding more training data
  • Regularization techniques such as L1 and L2 regularization
Mark for review

Which of the following techniques is used to prevent overfitting in deep learning?

  • Data augmentation
  • Dropout
  • Early stopping
  • All of the above
Mark for review

Which type of neural network architecture is used for anomaly detection?

  • Convolutional Neural Network (CNN)
  • Long Short-Term Memory Network (LSTM)
  • Autoencoder
  • Recurrent Neural Network (RNN)
Mark for review

Which technique is commonly used to handle missing data in deep learning?

  • Mean imputation
  • Median imputation
  • Median imputation
  • None of the above
Mark for review

Which of the following is not a commonly used deep learning framework?

  • TensorFlow
  • Keras
  • PyTorch
  • Scikit-learn
Mark for review

Which of the following is a pre-trained deep learning model commonly used for various tasks?

  • AlexNet
  • VGG
  • ResNet
  • All of the above
Mark for review

Which of the following is a common application of recurrent neural networks (RNNs)?

  • Image classification
  • Sequence prediction
  • Object detection
  • Text generation
Mark for review

blinkerOnline

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • Answered
  • Not Answered
  • Marked for Review