vowpal-wabbit-doc

Fast and scalable online machine learning algorithm - documentation
  http://hunch.net/~vw/
  0
  no reviews



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
this package contains examples (tests) for vowpal-wabbit.