Tutorial - VowpalWabbit/vowpal_wabbit GitHub Wiki
Getting started > Building > Installing > [Tutorial]
vowpalwabbit.org/tutorials
Tutorials onFor the most up to date tutorials go to the tutorials section of the website.
More Tutorials
The following are various tutorials produced over the years that may be a bit out of date but are still of value.
General
The following tutorials generally cover features added in each release, but may be slightly outdated due to their age.
Version 8.5 Tutorials - NIPS 2017
- Sparse model, baseline, optimized exploration
- Cost Sensitive Active Learning
- Java interface
- Decision Service JSON Ingestion
Version 8.3 Tutorials - NIPS 2016
Version 8.1 Tutorials - NIPS 2015
Version 7.8 Tutorials
- Intro + reductions + log_multi + exploration library + AzureML
- Polynomial learning
- LRQ + Hogwild mode
- Online kernel SVM
- Learning2Search + python
- Entity Relation and Dependency Parsing
Version 7.4 Tutorials
- The Learning Reduction and Searn systems
- Several improvements from Zhen including holdout, bootstrap, early termination, top k
- Normalized Gradient Descent from Paul.
- A new Active Learning interface from Nikos.
Version 7.0 Tutorial
- Version 7.0 tutorial
- It covers the basics and most common options, how to use VW and the data format for different types of problems, such as Binary Classification, Regression, Multiclass Classification, Cost-Sensitive Multiclass Classification, "Offline" Contextual Bandit and Sequence Predictions. Many more advanced options in terms of flags and the data format are not covered. You can refer to previous tutorials for these more advanced details.
Version 6.1 Tutorials
- This tutorial and other items below cover some topics that weren't covered in version 7 as they haven't changed in that version.
- Version 6.1 tutorial introduction
- Description and use of L-BFGS.
- Cluster parallel learning.
- Active Learning (v5.0 presentation, but little changed)
- Latent Dirichlet Allocation (v5.0 presentation, little changed) See also Latent Dirichlet Allocation
- Vowpal Wabbit tutorial for the Uninitiated by Rob Zinkov
Version 5.1 Tutorials
Version 5.0 Tutorials
- Version 5.0 Videolecture
- Version 5.0 tutorial
- The importance weight invariant update rule. (covered in 6.1 intro)