What’s the difference between a generative and discriminative model?
Answer Posted / Mahendra Kumar Singh Patel
A Generative model learns the joint probability distribution of input features and output labels, whereas a Discriminative model learns the conditional probability of the output label given the input features. In simpler terms, Generative models attempt to model the underlying data-generating process, while Discriminative models focus on identifying boundaries between classes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers