Skip to content
zygmuntz edited this page Nov 22, 2012 · 8 revisions

Here are some examples:

  1. RCV1 example. Here we use online gradient descent on TFIDF transformed features while taking advantage of a cache file.
  2. Malicious URL example. A sequential binary classification problem with temporally correlated data.
  3. VW has a test suite. tail -n 48 test/RunTests provides several little examples.
  4. Matrix factorization example
  5. Multi Class Examples

    1. One Against All (oaa) multi class example
    2. Cost Sensitive One Against All (csoaa) multi class example
    3. Error Correcting Tournament (ect) multi class example
    4. Weighted All Pairs (wap) multi class example
    5. Predicting closed questions on Stack Overflow (text classification): http://fastml.com/predicting-closed-questions-on-stack-overflow/
  6. Truncated gradient descent example
  7. Contextual Bandit Example
  8. using vw varinfo – a vw wrapper to inspect your training-set & model
  9. Using vw regr – a script for aiding regression applications
Clone this wiki locally