手法を比較
選択した手法を並べて確認できます。異なる行はハイライト表示されます。
| 半教師ありナイーブベイズ× | 半教師ありサポートベクターマシン× | |
|---|---|---|
| 分野 | 機械学習 | 機械学習 |
| 系統 | Machine learning | Machine learning |
| 提唱年≠ | 2000 | 1999 |
| 提唱者≠ | Nigam, K.; McCallum, A. K.; Thrun, S.; Mitchell, T. | Joachims, T. |
| 種類≠ | Semi-supervised generative classifier | Semi-supervised classifier |
| 原典≠ | Nigam, K., McCallum, A. K., Thrun, S., & Mitchell, T. (2000). Text Classification from Labeled and Unlabeled Documents using EM. Machine Learning, 39(2–3), 103–134. DOI ↗ | Joachims, T. (1999). Transductive Inference for Text Classification using Support Vector Machines. Proceedings of the 16th International Conference on Machine Learning (ICML), 200–209. link ↗ |
| 別名 | SSL Naive Bayes, EM-Naive Bayes, semi-supervised generative classifier, Nigam et al. text classifier | S3VM, Transductive SVM, TSVM, Semi-SVM |
| 関連 | 4 | 4 |
| 概要≠ | Semi-supervised Naive Bayes extends the classic Naive Bayes generative model to exploit large pools of unlabeled data alongside a small labeled set. Using Expectation-Maximization, it iteratively infers soft class assignments for unlabeled examples and re-estimates class and feature parameters, yielding substantially better classifiers when labeled examples are scarce. | Semi-supervised Support Vector Machine (S3VM) extends the classical SVM by incorporating large quantities of unlabeled data alongside a small labeled training set. It seeks a maximum-margin hyperplane that not only separates the labeled examples but also passes through low-density regions of the full data distribution, yielding better generalization when labeled samples are scarce. |
| ScholarGateデータセット ↗ |
|
|