mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
54a08f6954
Approved by: portmgr blanket
11 lines
508 B
Plaintext
11 lines
508 B
Plaintext
libocas implements an Optimized Cutting Plane Algorithm (OCAS) for training
|
|
linear SVM classifiers from large-scale data. The computational effort of
|
|
OCAS scales with O(m log m) where m is the sample size. In an extensive
|
|
empirical evaluation, OCAS significantly outperforms current state-of-the-art
|
|
SVM solvers.
|
|
|
|
libocas also implements the COFFIN framework for efficient training of
|
|
translation invariant image classifiers from virtual examples.
|
|
|
|
WWW: http://cmp.felk.cvut.cz/~xfrancv/ocas/html/index.html
|