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

alfa07/vowpal_wabbit

This branch is 9448 commits behind VowpalWabbit/vowpal_wabbit:master.

Folders and files

NameName
Last commit message
Last commit date
Jan 10, 2012
Nov 8, 2012
Sep 26, 2012
Jul 10, 2012
Nov 18, 2012
Sep 28, 2012
Nov 18, 2012
Jan 10, 2012
Feb 4, 2012
Sep 29, 2012
Dec 27, 2011
Dec 27, 2011
Sep 29, 2012
Sep 28, 2012
Jul 23, 2012
Dec 27, 2011
Sep 29, 2012
Sep 29, 2012
Jan 4, 2012
Sep 29, 2012
Feb 5, 2012

Repository files navigation

/*
Copyright (c) by respective owners including Yahoo!, Microsoft, and
individual contributors. All rights reserved.  Released under a BSD (revised)
license as described in the file LICENSE.
 */

This is the vowpal wabbit fast online learning code.  

For Windows, look at README.windows.txt

You can download the latest version from here:

https://github.com/JohnLangford/vowpal_wabbit/wiki/Download

Alternatively, the very latest version is available here:

git clone git://github.com/JohnLangford/vowpal_wabbit.git

You should be able to build it on most systems with:
make
(make test)

If that fails, try:
./autogen.sh
./configure
make
(make test)
make install

Note that ./autogen.sh requires automake.  On OSX, this implies installing 'glibtools'

Be sure to read the wiki: https://github.com/JohnLangford/vowpal_wabbit/wiki
for the tutorial, command line options, etc.  

The 'cluster' directory has it's own documentation for cluster
parallel use, and the examples at the end of test/Runtests give some
example flags.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published