./math/svmlin, Fast Linear SVM Solvers for Supervised and Semi-supervised Learning

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.0, Package name: svmlin-1.0, Maintainer: cheusov

SVMlin is software package for linear SVMs. It is well-suited to
classification problems involving a large number of examples and features.
It is primarily written for sparse datasets.

SVMlin can also utilize unlabeled data, in addition to labeled examples.
It currently implements two extensions of standard SVMs to incorporate
unlabeled examples.

SVMlin implements the following algorithms:
- Fully supervised [using only labeled examples]
* Linear Regularized Least Squares (RLS) Classification
* Modified Finite Newton Linear L2-SVMs
- Semi-supervised [can use unlabeled data as well]
* Linear Transductive L2-SVMs with multiple switchings
* Deterministic Annealing (DA) for Semi-supervised Linear L2-SVMs


Required to build:
[devel/mk-configure] [pkgtools/cwrappers]

Master sites:

Filesize: 1043.138 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 12:56:13 by Nia Alarie | Files touched by this commit (458)
Log message:
math: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:28:36 by Nia Alarie | Files touched by this commit (458)
Log message:
math: Remove SHA1 hashes for distfiles
   2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981)
Log message:
all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
   2016-07-30 17:13:58 by Aleksey Cheusov | Files touched by this commit (5)
Log message:
Import svmlin, semi-supervised machine learning tool