forked from VowpalWabbit/vowpal_wabbit
-
Notifications
You must be signed in to change notification settings - Fork 1
Examples
Nikos Karampatziakis edited this page Jun 9, 2013
·
4 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
- Multi Class Examples
- Truncated gradient descent example
- Contextual Bandit Example
- Using active_interactor.py an interactive way to interface with vw’s active learning
- using vw varinfo – a vw wrapper to inspect your training-set & model
- Using vw regr – a script for aiding regression applications
See also http://fastml.com/blog/categories/vw/ for several examples of using Vowpal Wabbit in practice.