| | [No title] (Site not responding. Last check: 2007-11-04) |
 | | The algorithm consists of building a classifier using a very small set of previously labeled data, then classifying a larger set of unlabeled data using that classifier, and finally building a new classifier using a combined data set containing the original set of labeled data and the set of previously unlabeled data. |
 | | Basically, the co-training algorithm is this: two weak classifiers are built, each one using different kind of information, then, bootstrap from these classifiers using unlabeled data. |
 | | 2.2 Naive Bayes Classifier The Naive Bayes classifier is a probabilistic algorithm based on the simplifying assumption that the attribute values are conditionally independent given the target values. |
| cseg.inaoep.mx /~fuentes/solorio_fuentes2.doc (2615 words) |