From d5af47f41ad6d0435fa7b1ed1e7cdae5546c0920 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 19 Apr 2018 11:43:12 +0100 Subject: add visual links to other packages --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f263937..918afc2 100644 --- a/README.md +++ b/README.md @@ -8,15 +8,20 @@ P.J.F. Groenen (*Journal of Machine Learning Research*, 2016). GitHub: [https://github.com/GjjvdBurg/GenSVM](https://github.com/GjjvdBurg/GenSVM) +GenSVM is also available in these languages: + +Language | URL +:-------:|:-------: + | [https://github.com/GjjvdBurg/PyGenSVM](https://github.com/GjjvdBurg/PyGenSVM) + | [https://github.com/GjjvdBurg/RGenSVM](https://github.com/GjjvdBurg/RGenSVM) Introduction ------------ -This is the C library for the GenSVM method, for the Python package click -[here](https://github.com/GjjvdBurg/PyGenSVM). GenSVM is a general multiclass -support vector machine, which you can use for classification problems with -multiple classes. Training GenSVM in cross-validation or grid search setups -can be done efficiently due to the ability to use warm starts. See the +GenSVM is a general multiclass support vector machine, which you can use for +classification problems with multiple classes. Training GenSVM in +cross-validation or grid search setups can be done efficiently due to the +ability to use warm starts. See the [paper](http://jmlr.org/papers/v17/14-526.html) for more information, and Usage below for how to use GenSVM. -- cgit v1.2.3