Content deleted Content added
Revert to revision 902411587 dated 2019-06-18 16:55:54 by Suriname0 using popups |
|||
Line 20:
==Generative and conditional training==
Some models, such as [[logistic regression]], are conditionally trained: they optimize the conditional probability <math>\Pr(Y \vert X)</math> directly on a training set (see [[empirical risk minimization]]). Other classifiers, such as [[naive Bayes]], are trained [[Generative model|generatively]]: at training time, the class-conditional distribution <math>\Pr(X \vert Y)</math> and the class [[Prior probability|prior]] <math>\Pr(Y)</math> are found, and the conditional distribution <math>\Pr (Y \vert X)</math> is derived using [[Bayes' theorem|Bayes' rule]].<ref name="bishop"/>{{rp|43}}
==Probability calibration==
|