Skip to content

John Langford's original release of Vowpal Wabbit -- a fast online learning algorithm

License

Notifications You must be signed in to change notification settings

gparker/vowpal_wabbit

 
 

Repository files navigation

This is the vowpal wabbit fast online learning code.  It is Copyright
(c) 2007 Yahoo! Inc, and released for use under the BSD (revised) open
source license.

Contributing authors are John Langford (Primary), Lihong Li, Alex
Strehl.

Checked into github with clone URL:
git:https://github.com/gparker/vowpal_wabbit.git

To get the code install git -- in a clean directory:

git clone git:https://github.com/gparker/vowpal_wabbit.git

I've created a tag for the completely stock initial distribution '2.3'
so to check out that original release and create a branch based on it:

git checkout 2.3
git checkout -b from-2.3

Or, in one command:

git checkout -b from-2.3 2.3

Swicegood, Travis. Pragmatic Version Control with Git. 2008. (p. 102)

Alternatively, the code can be downloaded directly from github:

https://github.com/gparker/vowpal_wabbit/downloads

About

John Langford's original release of Vowpal Wabbit -- a fast online learning algorithm

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 90.7%
  • C 9.3%