搜索资源列表
svm_toolbox
- svm matlab工具箱,经过测试,非常好用!有界面。-svm matlab toolbox, tested, very good! Interface there is.
cccp
- 进行半监督转倒式训练 通过半监督学习进行分类-for semi-supervised maching learning,the paper is 《Large Scale Transductive SVMs》
svmlightToolbox
- SVM light 工具箱 包含window版本和matlab版本 由美国cornell大学的教授Thorsten Joachims部署 执行SVM二分类 速度明显快于libsvm 下载文件中包含 1.例子(inductive SVM 和 transductive SVM) 2.说明文件 3.源程序-SVM light kit (including window version and matlab version)
SGTlight
- 该代码包实现了直推学习算法(transductive learning),该算法基于kNN的一个扩展。优点是不需要任何启发式诱导,可以防止不收敛或者局部收敛-We present a new method for transductive learning, which can be seen as a transductive version of the k nearest-neighbor classifier.