Skip to content

Generative and Discriminative modelling #4

Answered by bkhanal-11
bkhanal-11 asked this question in Q&A
Discussion options

You must be logged in to vote

Generative modelling:

Generative modelling is a statistical modeling technique that aims to model the entire probability distribution of the data. In other words, it tries to model the underlying patterns and relationships that generate the observed data. Given a set of inputs, a generative model generates new examples that are similar to the training data. Generative models are trained to learn the joint probability distribution $P(X,Y)$
of the input $X$ and the output $Y$

Some examples of generative models include Gaussian mixture models, Hidden Markov Models, and Variational Autoencoders.

Discriminative modelling

Discriminative modelling, on the other hand, focuses on modeling the cond…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by KhanalBijay
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants