mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
761e09d280
The Vowpal Wabbit (VW) project is a fast out-of-core learning system sponsored by Microsoft Research and (previously) Yahoo! Research. There are two ways to have a fast learning algorithm: (a) start with a slow algorithm and speed it up, or (b) build an intrinsically fast learning algorithm. This project is about approach (b), and it's reached a state where it may be useful to others as a platform for research and experimentation. There are several optimization algorithms available with the baseline being sparse gradient descent (GD) on a loss function (several are available). WWW: https://github.com/JohnLangford/vowpal_wabbit/wiki
23 lines
599 B
Plaintext
23 lines
599 B
Plaintext
bin/active_interactor
|
|
bin/library_example
|
|
bin/spanning_tree
|
|
bin/vw
|
|
include/vowpalwabbit/allreduce.h
|
|
include/vowpalwabbit/comp_io.h
|
|
include/vowpalwabbit/config.h
|
|
include/vowpalwabbit/example.h
|
|
include/vowpalwabbit/global_data.h
|
|
include/vowpalwabbit/hash.h
|
|
include/vowpalwabbit/io_buf.h
|
|
include/vowpalwabbit/learner.h
|
|
include/vowpalwabbit/loss_functions.h
|
|
include/vowpalwabbit/parse_primitives.h
|
|
include/vowpalwabbit/parser.h
|
|
include/vowpalwabbit/simple_label.h
|
|
include/vowpalwabbit/v_array.h
|
|
include/vowpalwabbit/vw.h
|
|
include/vowpalwabbit/vwdll.h
|
|
lib/liballreduce.a
|
|
lib/libvw.a
|
|
lib/libvw_c_wrapper.a
|