This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Daniel Hsu (author)
Wed Aug 26 10:09:27 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Apr 30 18:34:46 -0700 2009 | |
| |
License.txt | Fri Jul 31 13:19:24 -0700 2009 | |
| |
Makefile | Fri Jul 31 13:19:24 -0700 2009 | |
| |
README | Fri Jul 31 13:19:24 -0700 2009 | |
| |
cache.cc | Sat Aug 22 09:01:48 -0700 2009 | |
| |
cache.h | Fri Jul 31 13:19:24 -0700 2009 | |
| |
constant.h | Fri Jul 31 13:19:24 -0700 2009 | |
| |
gd.cc | Wed Aug 26 13:21:04 -0700 2009 | |
| |
gd.h | Fri Jul 31 13:19:24 -0700 2009 | |
| |
hash.cc | Fri Jul 31 13:19:24 -0700 2009 | |
| |
hash.h | Fri Jul 31 13:19:24 -0700 2009 | |
| |
io.cc | Fri Jul 31 13:19:24 -0700 2009 | |
| |
io.h | Fri Jul 31 13:19:24 -0700 2009 | |
| |
loss_functions.cc | Fri Jul 31 13:19:24 -0700 2009 | |
| |
loss_functions.h | Fri Jul 31 14:00:24 -0700 2009 | |
| |
main.cc | Sat Aug 22 09:01:48 -0700 2009 | |
| |
offset_tree.cc | Fri Jul 31 13:19:24 -0700 2009 | |
| |
parse_args.cc | Fri Jul 31 13:19:24 -0700 2009 | |
| |
parse_args.h | Fri Jul 31 13:19:24 -0700 2009 | |
| |
parse_example.cc | Wed Aug 26 13:21:04 -0700 2009 | |
| |
parse_example.h | Wed Aug 26 13:21:04 -0700 2009 | |
| |
parse_primitives.cc | Fri Jul 31 13:19:24 -0700 2009 | |
| |
parse_primitives.h | Fri Jul 31 13:50:17 -0700 2009 | |
| |
parse_regressor.cc | Fri Jul 31 13:19:24 -0700 2009 | |
| |
parse_regressor.h | Fri Jul 31 13:19:24 -0700 2009 | |
| |
source.cc | Sat Aug 22 09:01:48 -0700 2009 | |
| |
source.h | Fri Jul 31 13:19:24 -0700 2009 | |
| |
sparse_dense.cc | Fri Jul 31 13:19:24 -0700 2009 | |
| |
sparse_dense.h | Fri Jul 31 13:19:24 -0700 2009 | |
| |
static_data.h | Fri Jul 31 13:19:24 -0700 2009 | |
| |
test/ | Fri Jul 31 13:19:24 -0700 2009 | |
| |
v_array.h | Fri Jul 31 13:19:24 -0700 2009 | |
| |
vw.cc | Wed Aug 05 12:43:38 -0700 2009 | |
| |
vw.h | Fri Jul 31 13:19:24 -0700 2009 |
README
This is the vowpal wabbit fast online learning code. It is Copyright (c) 2009 Yahoo! Inc, and released for use under the BSD (revised) open source license. Contributing authors are John Langford (Primary), Lihong Li, Alex Strehl, and Shubham Chopra, and Gordon Rios. This is the second VW release, and our intention is to create an open source project this time. Checked into github with clone URL: git://github.com/gparker/vowpal_wabbit.git To get the code install git -- in a clean directory: git clone git://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: http://github.com/gparker/vowpal_wabbit/downloads







