RLScore System

From GM-RKB
Jump to navigation Jump to search

An RLScore System is a regularized least-squares function fitting system.

  • Example(s):
    • Version 0.8 (2017.08.17)
    • Version 0.7 (2016.09.19)
    • Version 0.6 (2016.02.18)
    • Version 0.5 (2012.06.19)
    • Version 0.4 (2010.04.14)
    • Version 0.3 (2009.12.03)
    • Version 0.2 (2009.03.13).
  • Counter-Example(s):
  • See: Maximum Margin Clustering.


References

2017

  • https://github.com/aatapa/RLScore
    • QUOTE: RLScore is a machine learning software package for regularized kernel methods, focusing especially on Regularized Least-Squares (RLS) based methods. The main advantage of the RLS family of methods is that they admit a closed form solution, expressed as a system of linear equations. This allows deriving highly efficient algorithms for RLS methods, based on matrix algebraic optimization. Classical results include computational short-cuts for multi-target learning, fast regularization path and leave-one-out cross-validation. RLScore takes these results further by implementing a wide variety of additional computational shortcuts for different types of cross-validation strategies, single- and multi-target feature selection, multi-task and zero-shot learning with Kronecker kernels, ranking, stochastic hill climbing based clustering etc. The majority of the implemented methods are such that are not available in any other software package.

2012

2012b