Сравнение на методи
Прегледайте избраните методи един до друг; редовете с разлики са откроени.
| Линеен дискриминантен анализ (LDA× | Наивен Бейс× | |
|---|---|---|
| Област≠ | Статистика | Машинно обучение |
| Семейство≠ | Hypothesis test | Machine learning |
| Година на възникване≠ | 1936 | 1997 |
| Създател≠ | Ronald A. Fisher | Mitchell, T. M. (textbook treatment) |
| Тип≠ | Parametric linear classifier / dimensionality reduction | Probabilistic classifier (Bayes' theorem with conditional independence) |
| Основополагащ източник≠ | Fisher, R.A. (1936). The Use of Multiple Measurements in Taxonomic Problems. Annals of Eugenics, 7(2), 179–188. DOI ↗ | Mitchell, T. M. (1997). Machine Learning. McGraw-Hill. ISBN: 978-0070428072 |
| Други названия | LDA, Fisher's LDA, Fisher's linear discriminant, discriminant function analysis | Naive Bayes Sınıflandırıcı, naive bayes classifier, simple Bayes, Gaussian Naive Bayes |
| Свързани≠ | 7 | 4 |
| Резюме≠ | Linear Discriminant Analysis (LDA) is a parametric supervised classification method that finds the linear combination of continuous predictors that best separates two or more predefined groups. Introduced by Ronald A. Fisher in his landmark 1936 paper on taxonomic measurements, it simultaneously serves as a classifier and a dimensionality-reduction tool, and can be understood as the classification-oriented counterpart of MANOVA. | Naive Bayes is a fast probabilistic classifier that applies Bayes' theorem while assuming that the features are conditionally independent given the class — a method given its standard machine-learning treatment in Tom Mitchell's 1997 textbook Machine Learning. Despite this simplifying ('naive') assumption, it is quick to train and often surprisingly accurate. |
| ScholarGateНабор от данни ↗ |
|
|