SVMlight Algorithm

From GM-RKB
Jump to navigation Jump to search

An SVMlight Algorithm is a SVM Algorithm managed by Thorsten Joachims.

  • Context:
    • SVMstruct: SVM learning for multivariate and structured outputs like trees, sequences, and sets (available here).
    • SVMperf: New training algorithm for linear classification SVMs that can be much faster than SVMlight for large datasets. It also lets you directly optimize multivariate performance measures like F1-Score, ROC-Area, and the Precision/Recall Break-Even Point. (available here).
    • SVMrank: N
  • See: libsvm Algorithm, TinySVM Algorithm.


References

2009

  • http://svmlight.joachims.org/
    • SVMlight is an implementation of Support Vector Machines (SVMs) in C. The main features of the program are the following:
      • fast optimization algorithm
        • working set selection based on steepest feasible descent
        • "shrinking" heuristic
        • caching of kernel evaluations
        • use of folding in the linear case

2002

1999