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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?