Changes between Version 3 and Version 4 of tutorial/ProbabilisticLearningModels
- Timestamp:
- 05/25/09 15:41:30 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
tutorial/ProbabilisticLearningModels
v3 v4 23 23 ==== Naive Bayes ==== 24 24 Naive Bayes Classificators are 25 25 {{{ 26 #!latex 27 \begin{equation} 28 classify(f_1,\dots,f_n) = argmax_c \ p(C=c) \prod_{i=1}^n p(F_i=f_i\vert C=c). 29 \end{equation} 30 }}} 26 31 ==== Maximum Entropy ==== 27 32