-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
# Online SVR | ||
Implementation of "Accurate Online Support Vector Regression"[1] in Python, with an application to cluster-size prediction in traffic flow. Used for a group project in 16-831 Statistical Techniques in Robotics at Carnegie Mellon University. | ||
|
||
Methods adapted from the paper "Accurate On-line Support Vector Regression" from Junshui Ma, James Theiler, and Simon Perkins. This code is essentially a Python rewrite of Francesco Parrella's MATLAB code http://onlinesvr.altervista.org/. | ||
Methods adapted from the paper "Accurate On-line Support Vector Regression" from Junshui Ma, James Theiler, and Simon Perkins. This code is essentially a Python rewrite of Francesco Parrella's MATLAB code http://onlinesvr.altervista.org/. Includes an undocumented application to cluster-size prediction in traffic flow. Used for a group project in 16-831 Statistical Techniques in Robotics at Carnegie Mellon University. |