How to Install vowpal-wabbit in Ubuntu 18.04



Install vowpal-wabbit by entering the following commands in the terminal:

sudo apt update
sudo apt install vowpal-wabbit

Description:

fast and scalable online machine learning algorithm

Vowpal Wabbit is a fast online machine learning algorithm. The core algorithm is specialist gradient descent (GD) on a loss function (several are available). VW features: - flexible input data specification - speedy learning - scalability (bounded memory footprint, suitable for distributed computation) - feature pairing

Homepage: http://hunch.net/~vw/

Version: 8.5.0.dfsg1-1

Section: universe/science