Differences Between Discriminative and Generative ML Models
Machine learning models fundamentally approach prediction problems from two distinct philosophical perspectives. Discriminative models learn to draw boundaries between classes, answering the question “given input X, what is the most likely output Y?” Generative models learn the underlying data distribution, answering “what is the joint probability of X and Y occurring together, and how can … Read more