Online Exam Quiz

questionQuestion  1 to 30

Which technique is used to train GANs to produce high-quality images without mode collapse?

  • Wasserstein GAN (WGAN)
  • Deep Convolutional GAN (DCGAN)
  • Adversarial Autoencoder (AAE)
  • Least Squares GAN (LSGAN)
Mark for review

Which loss function is commonly used in training GANs?

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

What does the term "mode collapse" refer to in the context of GANs?

  • The discriminator becomes too strong
  • The generator fails to learn any meaningful patterns
  • The generator produces a limited variety of outputs
  • The training process becomes unstable
Mark for review

Which of the following is a disadvantage of GANs?

  • Mode collapse
  • Slow convergence
  • Difficulty in training
  • All of the above
Mark for review

Which of the following is a benefit of using GANs for data augmentation?

  • Reduced computational cost
  • Improved model generalization
  • Faster training convergence
  • Increased interpretability of the model
Mark for review

Which layer is typically used in the generator of a GAN to upsample data?

  • Convolutional Layer
  • Pooling Layer
  • Transposed Convolutional Layer
  • Dense Layer
Mark for review

Which Generative AI model is typically used for generating high-resolution images?

  • Autoencoders
  • Variational Autoencoders (VAEs)
  • Generative Adversarial Networks (GANs)
  • Transformer models
Mark for review

Which type of Generative AI model is used for generating sequences like text or music?

  • Variational Autoencoders (VAEs)
  • Generative Adversarial Networks (GANs)
  • Recurrent Neural Networks (RNNs)
  • Convolutional Neural Networks (CNNs)
Mark for review

Which of the following is a common application of generative models?

  • Image classification
  • Sentiment analysis
  • Data augmentation
  • Reinforcement learning
Mark for review

Which of the following is a limitation of VAEs?

  • Difficulty in generating high-quality images
  • Unstable training process
  • Limited expressiveness in latent space
  • All of the above
Mark for review

Which of the following techniques is used for semi-supervised learning with Generative AI models?

  • Label smoothing
  • Adversarial training
  • Dropout
  • Self-training
Mark for review

Which of the following techniques is used for generating realistic images with controllable attributes?

  • StyleGAN
  • DCGAN
  • CycleGAN
  • Pix2Pix
Mark for review

Which technique is used for generating images pixel by pixel?

  • GAN
  • VAE
  • RNN
  • CNN
Mark for review

Which of the following is a popular framework for training Generative Adversarial Networks (GANs)?

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

Which loss function is commonly used in training VAEs?

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

Which technique is used to improve the diversity of generated samples in a Generative AI model?

  • Increasing the learning rate
  • Decreasing the batch size
  • Adding noise to the inputs
  • Using feature matching
Mark for review

Which technique is used to combine features from multiple layers in a Generative AI model?

  • Skip connections
  • Data augmentation
  • Gradient descent
  • Dropout
Mark for review

Which method is used to interpolate between two points in the latent space of a Generative AI model?

  • Principal Component Analysis (PCA)
  • Linear interpolation
  • Gradient descent
  • K-means clustering
Mark for review

Which of the following is a disadvantage of Generative Adversarial Networks (GANs)?

  • They are difficult to train.
  • They cannot generate diverse outputs.
  • They are prone to mode collapse.
  • They require large amounts of labeled data.
Mark for review

Which loss function is commonly used in training Variational Autoencoders (VAEs)?

  • Mean Squared Error (MSE)
  • Cross Entropy Loss
  • Reconstruction Loss
  • Discriminator Loss
Mark for review

Which technique can be used to interpolate between two images in latent space?

  • Style transfer
  • Linear interpolation
  • Gradient descent
  • Random sampling
Mark for review

Which of the following techniques is commonly used in generative adversarial networks (GANs)?

  • Support Vector Machines (SVM)
  • Reinforcement Learning
  • Backpropagation
  • Variational Autoencoders (VAEs)
Mark for review

Which technique is used to improve the training stability of GANs by constraining the Lipschitz constant of the discriminator?

  • Gradient Clipping
  • Label Smoothing
  • Wasserstein Distance
  • Adversarial Training
Mark for review

Which technique is used for regularization in Generative AI models to prevent overfitting?

  • Dropout
  • L1 Regularization
  • Batch Normalization
  • Data Augmentation
Mark for review

Which technique is used to sample from the learned distribution in a Generative Model?

  • Random noise injection
  • Gradient descent
  • Backpropagation
  • Monte Carlo sampling
Mark for review

Which of the following is NOT a type of GAN architecture?

  • DCGAN
  • WGAN
  • VGGAN
  • SAGAN
Mark for review

Which of the following is NOT a type of generative model?

  • GAN
  • VAE
  • RNN
  • PixelCNN
Mark for review

What is the primary objective of generative AI?

  • To generate data
  • To generate new content similar to a given dataset
  • To classify data
  • To optimize existing models
Mark for review

Which of the following is a common evaluation metric for Generative AI models?

  • Mean Squared Error (MSE)
  • Accuracy
  • Frechet Inception Distance (FID)
  • Precision-Recall Curve
Mark for review

Which of the following is a limitation of Variational Autoencoders (VAEs)?

  • They cannot generate new data.
  • They are computationally expensive.
  • They suffer from mode collapse.
  • They have difficulty capturing sharp image features.
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