vowpal_wabbit

Vowpal Wabbit是一个机器学习系统,它通过在线、散列、allreduce、reductions、学习2搜索、主动和交互式学习等技术推动机器学习的前沿。(Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as online, hashing, allreduce, reductions, learning2search, active, and interactive learning.)

Github星跟踪图

Build Status
Windows Build status

Coverage Status
Total Alerts
Gitter chat

This is the Vowpal Wabbit fast online learning code.

Why Vowpal Wabbit?

Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as online, hashing, allreduce, reductions, learning2search, active, and interactive learning. There is a specific focus on reinforcement learning with several contextual bandit algorithms implemented and the online nature lending to the problem well. Vowpal Wabbit is a destination for implementing and maturing state of the art algorithms with performance in mind.

  • Input Format. The input format for the learning algorithm is substantially more flexible than might be expected. Examples can have features consisting of free form text, which is interpreted in a bag-of-words way. There can even be multiple sets of free form text in different namespaces.
  • Speed. The learning algorithm is fast -- similar to the few other online algorithm implementations out there. There are several optimization algorithms available with the baseline being sparse gradient descent (GD) on a loss function.
  • Scalability. This is not the same as fast. Instead, the important characteristic here is that the memory footprint of the program is bounded independent of data. This means the training set is not loaded into main memory before learning starts. In addition, the size of the set of features is bounded independent of the amount of training data using the hashing trick.
  • Feature Interaction. Subsets of features can be internally paired so that the algorithm is linear in the cross-product of the subsets. This is useful for ranking problems. The alternative of explicitly expanding the features before feeding them into the learning algorithm can be both computation and space intensive, depending on how it's handled.

Visit the wiki to learn more.

Getting Started

For the most up to date instructions for getting started on Windows, MacOS or Linux please see the wiki. This includes:

主要指标

概览
名称与所有者VowpalWabbit/vowpal_wabbit
主编程语言C++
编程语言Makefile (语言数: 23)
平台Linux, Mac, Windows
许可证Other
所有者活动
创建于2009-07-31 19:36:58
推送于2024-10-17 16:32:55
最后一次提交2024-08-01 14:55:53
发布数131
最新版本名称9.10.0 (发布于 )
第一版名称2.3 (发布于 2009-04-29 16:56:59)
用户参与
星数8.6k
关注者数347
派生数1.9k
提交数10.4k
已启用问题?
问题数1279
打开的问题数137
拉请求数2960
打开的拉请求数4
关闭的拉请求数468
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?