Online Exam Quiz

questionQuestion  1 to 30

Which of the following statements is true regarding GANs?

  • GANs require labeled data for training
  • GANs are only used for image generation
  • GANs consist of a single neural network
  • GANs can suffer from mode collapse
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 NOT a type of GAN architecture?

  • DCGAN
  • WGAN
  • VGGAN
  • SAGAN
Mark for review

What is Generative AI?

  • AI that generates random outputs
  • AI that creates new data resembling a given dataset
  • AI that optimizes existing data
  • AI that analyzes patterns in data
Mark for review

Which loss function is typically used in training a GAN?

  • Mean Squared Error (MSE)
  • Cross-Entropy Loss
  • Hinge Loss
  • KL Divergence
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 of the following is NOT a Generative AI model?

  • ResNet
  • DCGAN
  • BERT
  • PixelCNN
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 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 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 is a popular framework for training Generative Adversarial Networks (GANs)?

  • TensorFlow
  • Scikit-learn
  • PyTorch
  • Keras
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 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 of the following techniques can be used to mitigate mode collapse in GANs?

  • Increasing the learning rate
  • Adding noise to the input data
  • Using Wasserstein distance as the loss function
  • Decreasing the number of training epochs
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 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 of the following is a popular dataset used for training Generative AI models?

  • MNIST
  • ImageNet
  • CIFAR-10
  • All of the above
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 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 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 NOT a type of generative model?

  • GAN
  • VAE
  • RNN
  • PixelCNN
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 Generative AI model is typically used for generating high-resolution images?

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

In VAE, what is the role of the decoder?

  • To generate data
  • To compress input data into a latent space
  • To evaluate the generated data
  • To reconstruct the original input data from the latent space
Mark for review

Which technique is used for generating images pixel by pixel?

  • GAN
  • VAE
  • RNN
  • CNN
Mark for review

In a GAN, what is the role of the generator?

  • To generate fake data
  • To evaluate the generated data
  • To classify data
  • To optimize the discriminator
Mark for review

In VAE, what is the purpose of the encoder?

  • To generate data
  • To compress input data into a latent space
  • To evaluate the generated data
  • To optimize the decoder
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 technique is used to prevent mode collapse in GANs?

  • Adding more layers to the generator
  • Decreasing the learning rate
  • Using feature matching
  • Adding noise to the inputs
Mark for review

Which technique is used for conditioning GANs to generate specific outputs?

  • Dropout
  • One-hot encoding
  • Batch normalization
  • Label smoothing
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