JohnLangford / vowpal_wabbit forked from gparker/vowpal_wabbit
- Source
- Commits
- Network (3)
- Downloads (3)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Apr 30 18:34:46 -0700 2009 | |
| |
License.txt | Fri Jul 31 13:19:24 -0700 2009 | |
| |
Makefile | Wed Dec 30 17:08:34 -0800 2009 | |
| |
README | Mon Sep 14 12:31:34 -0700 2009 | |
| |
cache.cc | Wed Dec 30 16:54:04 -0800 2009 | |
| |
cache.h | Fri Dec 04 13:00:03 -0800 2009 | |
| |
cluster_command | Mon Dec 07 09:17:14 -0800 2009 | |
| |
comp_io.h | Fri Dec 11 03:57:31 -0800 2009 | |
| |
constant.h | Sat Dec 05 08:54:42 -0800 2009 | |
| |
delay_ring.cc | Wed Dec 30 12:12:59 -0800 2009 | |
| |
delay_ring.h | Wed Sep 30 14:55:38 -0700 2009 | |
| |
example.h | Fri Dec 04 10:16:30 -0800 2009 | |
| |
gd.cc | Wed Dec 30 14:31:21 -0800 2009 | |
| |
gd.h | Wed Dec 30 14:31:21 -0800 2009 | |
| |
global_data.cc | Wed Dec 30 14:31:21 -0800 2009 | |
| |
global_data.h | Wed Dec 30 14:31:21 -0800 2009 | |
| |
hash.cc | Mon Dec 07 09:01:38 -0800 2009 | |
| |
hash.h | Fri Jul 31 13:19:24 -0700 2009 | |
| |
io.cc | Thu Dec 31 06:40:16 -0800 2009 | |
| |
io.h | Fri Dec 11 03:57:31 -0800 2009 | |
| |
loss_functions.cc | Thu Dec 31 06:40:16 -0800 2009 | |
| |
loss_functions.h | Fri Jul 31 14:00:24 -0700 2009 | |
| |
main.cc | Wed Dec 30 16:54:04 -0800 2009 | |
| |
message_relay.cc | Wed Sep 30 11:33:42 -0700 2009 | |
| |
message_relay.h | Mon Sep 28 14:38:09 -0700 2009 | |
| |
multisource.cc | Wed Dec 30 16:54:04 -0800 2009 | |
| |
multisource.h | Fri Dec 04 18:02:00 -0800 2009 | |
| |
network.cc | Fri Dec 04 18:02:00 -0800 2009 | |
| |
network.h | Mon Sep 28 14:38:09 -0700 2009 | |
| |
noop.cc | Sat Sep 19 16:17:28 -0700 2009 | |
| |
noop.h | Mon Sep 14 12:31:34 -0700 2009 | |
| |
offset_tree.cc | Sun Nov 29 19:54:16 -0800 2009 | |
| |
parse_args.cc | Wed Dec 30 17:08:34 -0800 2009 | |
| |
parse_args.h | Sat Sep 19 16:17:28 -0700 2009 | |
| |
parse_example.cc | Fri Dec 11 03:57:31 -0800 2009 | |
| |
parse_example.h | Wed Nov 25 10:53:40 -0800 2009 | |
| |
parse_primitives.cc | Fri Jul 31 13:19:24 -0700 2009 | |
| |
parse_primitives.h | Tue Dec 01 06:49:12 -0800 2009 | |
| |
parse_regressor.cc | Wed Dec 30 14:31:21 -0800 2009 | |
| |
parse_regressor.h | Mon Sep 28 14:38:09 -0700 2009 | |
| |
parser.cc | Wed Dec 30 16:54:04 -0800 2009 | |
| |
parser.h | Fri Dec 11 03:57:31 -0800 2009 | |
| |
sender.cc | Sun Dec 06 19:30:38 -0800 2009 | |
| |
sender.h | Mon Aug 31 07:13:13 -0700 2009 | |
| |
simple_label.cc | Wed Dec 30 14:31:21 -0800 2009 | |
| |
simple_label.h | Fri Dec 04 10:16:30 -0800 2009 | |
| |
sparse_dense.cc | Wed Nov 25 10:35:01 -0800 2009 | |
| |
sparse_dense.h | Fri Jul 31 13:19:24 -0700 2009 | |
| |
test/ | Fri Jul 31 13:19:24 -0700 2009 | |
| |
unique_sort.cc | Mon Nov 30 15:56:42 -0800 2009 | |
| |
unique_sort.h | Mon Nov 30 15:56:42 -0800 2009 | |
| |
v_array.h | Wed Oct 07 12:32:08 -0700 2009 | |
| |
vw.cc | Wed Dec 30 12:12:59 -0800 2009 | |
| |
vw.h | Sun Aug 16 14:08:01 -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/JohnLangford/vowpal_wabbit.git To get the code install git -- in a clean directory: git clone git://github.com/JohnLangford/vowpal_wabbit.git Gordon 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
