Skip to content
krivard edited this page Sep 14, 2015 · 11 revisions

Online guides/demos

  • Eclipse Guide: How to download the code and set it up as an Eclipse project (as of June 2015, "Import..." still doesn't work)
  • Demo 1: Toy problem in text categorization
  • Demo 2: Inference and learning on the WebKB dataset

Tutorial suite

These tutorials lie in the benchmarks branch.

  • Tutorial 1: textcat - Fully supervised text classification. Intro to terminology and tools.
  • Tutorial 2: labelprop - Semi-supervised text classification using label propagation. Intro to proof graph troubleshooting.