forked from VowpalWabbit/vowpal_wabbit
-
Notifications
You must be signed in to change notification settings - Fork 0
Examples
stross edited this page Sep 26, 2012
·
27 revisions
Here are some examples:
- RCV1 example. Here we use online gradient descent on TFIDF transformed features while taking advantage of a cache file.
- Malicious URL example. A sequential binary classification problem with temporally correlated data.
- VW has a test suite. tail -n 48 test/RunTests provides several little examples.
- Matrix factorization example
- Truncated gradient descent example
- Contextual Bandit Example
- using vw varinfo - a vw wrapper to inspect your training-set & model
- Using vw regr - a script for aiding regression applications