diskriminativ
Diskriminativ is a term used in statistics and machine learning to describe models and learning methods that focus on predicting the label Y from input X, rather than modeling the full data distribution. In this sense, discriminative approaches aim to model the conditional distribution P(Y|X) directly or to learn a decision boundary between classes, without necessarily specifying how the data X were generated.
Compared with generative models, which model P(X|Y) and P(Y) and then apply Bayes' rule to obtain P(Y|X),
Common discriminative methods include logistic regression, linear and nonlinear support-vector machines, and many neural networks trained
Advantages of discriminative models include strong predictive performance and flexible modeling of complex decision boundaries. Limitations