搜索资源列表
TWSVM
- 借助(线性)孪生支持向量机对二分类问题的求解程序。-Using twin support vector machines to solve binary classification problems.
TWSVM(2)
- 借助(非线性)孪生支持向量机,来解决二分类问题。-Twin support vector machine to solve the problem of binary classification with the (non-linear).
twin-support-vector-machine
- 孪生支持向量机(Twin support vector machine,TWSVM、TSVM)是SVM的一种变形算法。该TWSVM用于二分类,适合初学者有。-Twin support vector machine(TWSVM、TSVM)is a modified algorithm of SVM. This code is for beginner.
twsvmlin
- 光滑孪生支持向量机是把光滑技术应用到孪生支持向量机,从而使twsvm可以用牛顿armijio的方法寻优。-Twin support vector machine is the smooth smooth technology applied to the twin support vector machine, so that the twsvm can use the method of Newton armijio optimization.
OVO-TSVM
- ‘一对一’孪生支持向量机(双支持向量机)的简单实现,适合初学者学习使用。-‘O-V-O’Twin Support Vector Machine. It is helpful for beginers of TWSVM.