Online Support Vector Machines for Regression
This is my Master's Thesis. It was originally hosted on onlinesvr.altervista.org. You can find more details about the algorithm and the implementation in the papers section.
Visual tool for training OnlineSVRs. The interface uses the C++ implementation of the code.
Command line tool for calling OnlineSVRs via command line. It could be plugged into third parties applications.
Prototype useful for understanding how the algorithm works. It is very slow, not recommend for practical applications.
Implementation optimized for performance.