文件名称:bsvm-2.08
介绍说明--下载内容来自于网络,使用问题请自行百度
BSVM解决了支持向量机(SVM),用于解决大型分类和回归问题。 它包括以下方法
一个对一个使用约束约束公式的多类分类
通过解决单一优化问题(再次,有界公式)进行多类分类。 参见我们比较文件的第3节。
使用Crammer和Singer的配方进行多级分类。 参见我们的比较文章第4节。
使用约束约束公式的回归-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) loss
一个对一个使用约束约束公式的多类分类
通过解决单一优化问题(再次,有界公式)进行多类分类。 参见我们比较文件的第3节。
使用Crammer和Singer的配方进行多级分类。 参见我们的比较文章第4节。
使用约束约束公式的回归-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) loss
(系统自动生成,下载前可以参看下载内容)
下载文件列表
bsvm-2.08/bsvm.cpp
bsvm-2.08/dtron/dbreakpt.c
bsvm-2.08/dtron/dcauchy.c
bsvm-2.08/dtron/dgpnrm.c
bsvm-2.08/dtron/dgpstep.c
bsvm-2.08/dtron/dprecond.c
bsvm-2.08/dtron/dprsrch.c
bsvm-2.08/dtron/dspcg.c
bsvm-2.08/dtron/dtron.c
bsvm-2.08/dtron/dtrpcg.c
bsvm-2.08/dtron/dtrqsol.c
bsvm-2.08/dtron/Makefile
bsvm-2.08/dtron/misc.c
bsvm-2.08/f2c/blas.h
bsvm-2.08/f2c/blasp.h
bsvm-2.08/f2c/dasum.c
bsvm-2.08/f2c/daxpy.c
bsvm-2.08/f2c/dcopy.c
bsvm-2.08/f2c/ddot.c
bsvm-2.08/f2c/dgemv.c
bsvm-2.08/f2c/dnrm2.c
bsvm-2.08/f2c/dpotf2.c
bsvm-2.08/f2c/dscal.c
bsvm-2.08/f2c/dsymv.c
bsvm-2.08/f2c/dtrsv.c
bsvm-2.08/f2c/f2c.h
bsvm-2.08/f2c/lsame.c
bsvm-2.08/f2c/Makefile
bsvm-2.08/f2c/xerbla.c
bsvm-2.08/Makefile
bsvm-2.08/Makefile.win
bsvm-2.08/README
bsvm-2.08/solvebqp.c
bsvm-2.08/svm-predict.c
bsvm-2.08/svm-scale.c
bsvm-2.08/svm-toy/gtk/callbacks.cpp
bsvm-2.08/svm-toy/gtk/callbacks.h
bsvm-2.08/svm-toy/gtk/interface.c
bsvm-2.08/svm-toy/gtk/interface.h
bsvm-2.08/svm-toy/gtk/main.c
bsvm-2.08/svm-toy/gtk/Makefile
bsvm-2.08/svm-toy/gtk/svm-toy.glade
bsvm-2.08/svm-toy/qt/Makefile
bsvm-2.08/svm-toy/qt/svm-toy.cpp
bsvm-2.08/svm-toy/windows/svm-toy.cpp
bsvm-2.08/svm-train.c
bsvm-2.08/svm.h
bsvm-2.08/tools/checkdata.py
bsvm-2.08/tools/easy.py
bsvm-2.08/tools/grid.py
bsvm-2.08/tools/README
bsvm-2.08/tools/subset.py
bsvm-2.08/vehicle.scale
bsvm-2.08/windows/bsvm-predict.exe
bsvm-2.08/windows/bsvm-train.exe
bsvm-2.08/windows/svm-scale.exe
bsvm-2.08/windows/svm-toy.exe
bsvm-2.08/svm-toy/gtk
bsvm-2.08/svm-toy/qt
bsvm-2.08/svm-toy/windows
bsvm-2.08/dtron
bsvm-2.08/f2c
bsvm-2.08/svm-toy
bsvm-2.08/tools
bsvm-2.08/windows
bsvm-2.08
bsvm-2.08/dtron/dbreakpt.c
bsvm-2.08/dtron/dcauchy.c
bsvm-2.08/dtron/dgpnrm.c
bsvm-2.08/dtron/dgpstep.c
bsvm-2.08/dtron/dprecond.c
bsvm-2.08/dtron/dprsrch.c
bsvm-2.08/dtron/dspcg.c
bsvm-2.08/dtron/dtron.c
bsvm-2.08/dtron/dtrpcg.c
bsvm-2.08/dtron/dtrqsol.c
bsvm-2.08/dtron/Makefile
bsvm-2.08/dtron/misc.c
bsvm-2.08/f2c/blas.h
bsvm-2.08/f2c/blasp.h
bsvm-2.08/f2c/dasum.c
bsvm-2.08/f2c/daxpy.c
bsvm-2.08/f2c/dcopy.c
bsvm-2.08/f2c/ddot.c
bsvm-2.08/f2c/dgemv.c
bsvm-2.08/f2c/dnrm2.c
bsvm-2.08/f2c/dpotf2.c
bsvm-2.08/f2c/dscal.c
bsvm-2.08/f2c/dsymv.c
bsvm-2.08/f2c/dtrsv.c
bsvm-2.08/f2c/f2c.h
bsvm-2.08/f2c/lsame.c
bsvm-2.08/f2c/Makefile
bsvm-2.08/f2c/xerbla.c
bsvm-2.08/Makefile
bsvm-2.08/Makefile.win
bsvm-2.08/README
bsvm-2.08/solvebqp.c
bsvm-2.08/svm-predict.c
bsvm-2.08/svm-scale.c
bsvm-2.08/svm-toy/gtk/callbacks.cpp
bsvm-2.08/svm-toy/gtk/callbacks.h
bsvm-2.08/svm-toy/gtk/interface.c
bsvm-2.08/svm-toy/gtk/interface.h
bsvm-2.08/svm-toy/gtk/main.c
bsvm-2.08/svm-toy/gtk/Makefile
bsvm-2.08/svm-toy/gtk/svm-toy.glade
bsvm-2.08/svm-toy/qt/Makefile
bsvm-2.08/svm-toy/qt/svm-toy.cpp
bsvm-2.08/svm-toy/windows/svm-toy.cpp
bsvm-2.08/svm-train.c
bsvm-2.08/svm.h
bsvm-2.08/tools/checkdata.py
bsvm-2.08/tools/easy.py
bsvm-2.08/tools/grid.py
bsvm-2.08/tools/README
bsvm-2.08/tools/subset.py
bsvm-2.08/vehicle.scale
bsvm-2.08/windows/bsvm-predict.exe
bsvm-2.08/windows/bsvm-train.exe
bsvm-2.08/windows/svm-scale.exe
bsvm-2.08/windows/svm-toy.exe
bsvm-2.08/svm-toy/gtk
bsvm-2.08/svm-toy/qt
bsvm-2.08/svm-toy/windows
bsvm-2.08/dtron
bsvm-2.08/f2c
bsvm-2.08/svm-toy
bsvm-2.08/tools
bsvm-2.08/windows
bsvm-2.08
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.