- Category:
- AI-NN-PR
- Tags:
-
[C/C++]
[源码]
- File Size:
- 364kb
- Update:
- 2017-04-18
- Downloads:
- 0 Times
- Uploaded by:
- 程
Description: BSVM solves support vector machines (SVM) for the solution of large classification and regression problems. It includes the following methods
One vs. One multi-class classification using a bound-constrained formulation
Multi-class classification by solving a single optimization problem (again, a bounded formulation). See Section 3 of our comparison paper.
Multi-class classification using Crammer and Singer s formulation. See Section 4 of our comparison paper.
Regression using a bound-constrained formulation
Multi-class classification using Crammer and Singer s formulation with squared hinge (L2) lo
To Search:
File list (Check if you may need any files):
bsvm-2.08\bsvm.cpp
.........\dtron\dbreakpt.c
.........\.....\dcauchy.c
.........\.....\dgpnrm.c
.........\.....\dgpstep.c
.........\.....\dprecond.c
.........\.....\dprsrch.c
.........\.....\dspcg.c
.........\.....\dtron.c
.........\.....\dtrpcg.c
.........\.....\dtrqsol.c
.........\.....\Makefile
.........\.....\misc.c
.........\f2c\blas.h
.........\...\blasp.h
.........\...\dasum.c
.........\...\daxpy.c
.........\...\dcopy.c
.........\...\ddot.c
.........\...\dgemv.c
.........\...\dnrm2.c
.........\...\dpotf2.c
.........\...\dscal.c
.........\...\dsymv.c
.........\...\dtrsv.c
.........\...\f2c.h
.........\...\lsame.c
.........\...\Makefile
.........\...\xerbla.c
.........\Makefile
.........\Makefile.win
.........\README
.........\solvebqp.c
.........\svm-predict.c
.........\svm-scale.c
.........\....toy\gtk\callbacks.cpp
.........\.......\...\callbacks.h
.........\.......\...\interface.c
.........\.......\...\interface.h
.........\.......\...\main.c
.........\.......\...\Makefile
.........\.......\...\svm-toy.glade
.........\.......\qt\Makefile
.........\.......\..\svm-toy.cpp
.........\.......\windows\svm-toy.cpp
.........\svm-train.c
.........\svm.h
.........\tools\checkdata.py
.........\.....\easy.py
.........\.....\grid.py
.........\.....\README
.........\.....\subset.py
.........\vehicle.scale
.........\windows\bsvm-predict.exe
.........\.......\bsvm-train.exe
.........\.......\svm-scale.exe
.........\.......\svm-toy.exe
.........\svm-toy\gtk
.........\.......\qt
.........\.......\windows
.........\dtron
.........\f2c
.........\svm-toy
.........\tools
.........\windows
bsvm-2.08