Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 656 Bytes

File metadata and controls

4 lines (3 loc) · 656 Bytes

1. What is the difference between generative and discriminative models?

Answer: Generative models, such as Variational Autoencoders (VAEs) and Generative Adversarial Networks (GANs), are designed to generate new data samples by understanding and capturing the underlying data distribution. Discriminative models, on the other hand, focus on distinguishing between different classes or categories within the data.

Difference between generative and discriminative models