Generative Model

1 revision
#11 week ago
+6
Auto-generated stub article
+A **Generative Model** learns the underlying probability distribution of a dataset, allowing it to produce new, original examples that resemble the training data. Unlike a [Discriminative Model](/wiki/discriminative_model), which distinguishes between data points, a generative model aims to fully understand and replicate the data's structure, often employing [Neural Networks](/wiki/neural_network) in its process.
+## See also
+- [Deep Learning](/wiki/deep_learning)
+- [Machine Learning](/wiki/machine_learning)
+- [Probabilistic Model](/wiki/probabilistic_model)
... 1 more lines