Identifying GANs
Which type of generative model uses two neural networks—a generator and a discriminator—that compete against each other to produce realistic data?
- A. Generative Adversarial Network
- B. Gradient Adjustment Network
- C. General Analytic Network
- D. Graphical Adaptive Network
- E. Generous Additive Network
Autoencoders in Brief
What is the primary goal of an autoencoder when trained on image data, such as handwritten digits?
- A. Compress and reconstruct input data
- B. Predict future values in a sequence
- C. Classify images into categories
- D. Translate images to another language
- E. Rank images based on clarity
Understanding VAEs
In the context of Variational Autoencoders (VAEs), what does the 'variational' part refer to?
- A. Optimizing over distributions of latent variables
- B. Varying the number of layers in the network
- C. Validating network accuracy repeatedly
- D. Using variables in ascending order
- E. Applying variable image filters
Normalizing Flows
Which generative model family is known for mapping simple probability distributions to complex ones using invertible transformations, such as in image synthesis?
- A. Normalizing Flows
- B. Nearest Neighbors
- C. Naive Bayes Generators
- D. Network Folding
- E. Nested Functions
Autoregressive Models
Autoregressive models like PixelRNN and WaveNet generate data by predicting each value based on which prior information?
- A. Previously generated values
- B. Entire training dataset at once
- C. Only the last value in the test set
- D. Unrelated random noise
- E. The highest value in the sequence
Energy-Based Models
Which statement best describes Energy-Based generative models?
- A. They assign a scalar energy to input data and generate samples by finding low-energy configurations.
- B. They use only energy-efficient hardware to generate output.
- C. They always require labeled data for supervised training.
- D. They generate data using only arithmetic operations.
- E. They ignore the reconstruction loss during training.
Latent Variable Models
A generative model that learns hidden factors (latent variables) behind data patterns is referred to as what?
- A. Latent Variable Model
- B. Layered Value Model
- C. Logarithmic Validity Model
- D. Language Variance Model
- E. Linear Vacuum Model
Disentangling Model Purposes
If you want to generate realistic synthetic images of cats, which type of model would NOT be suitable for this specific generative task?
- A. Discriminative classifiers
- B. Generative Adversarial Networks
- C. Variational Autoencoders
- D. Autoregressive models
- E. Normalizing flows
Basic Model Comparison
Which of the following generative models explicitly learns the probability distribution of the data with maximum likelihood estimation?
- A. Autoregressive models
- B. Adversity Network Models
- C. Modified Regression Networks
- D. Generative Adaptive Nodes
- E. Nearest Feature Extractors
Practical Example
If a model creates text one word at a time, using all the previous words to predict the next, it most likely belongs to which category?
- A. Autoregressive models
- B. Autoencoding networks
- C. Generative Adverse Networks
- D. Flow-based models
- E. Energetic Base Models