Quiz Part 3: Cutting-Edge AI and Practical Applications
1. What is the primary purpose of an Autoencoder?
a) Classify images into different categories
b) Predict future values in a time series
c) Generate a lower-dimensional representation of data
d) Detect anomalies in data
2. What is the key difference between Autoencoders and Variational Autoencoders (VAEs)?
a) Autoencoders use a convolutional layer, whereas VAEs do not
b) VAEs use probabilistic approaches to generate outputs, while Autoencoders do not
c) VAEs are only used for time series forecasting
d) Autoencoders require supervised learning, whereas VAEs use unsupervised learning
3. Which of the following best describes Generative Adversarial Networks (GANs)?
a) GANs consist of two neural networks: ...