搜索资源列表
libsvm - faruto
- libsvm加强工具箱(By faruto)patrick.lee@foxmail.com,非常好用,可以按照网络讲解视频很简单地实现SVM分类和回归,一定要用,力推! 内部附有faruto编写的matlab版求最优参数c和gammar的源代码!
SVM
- 自己用C#写的libsvm算法,可在控制台训练和测试(the libsvm algorithm by C# programming)
ga-svm
- 用遗传算法优化支持向量回归机C、g、p参数(Optimization of C, G, P parameters of support vector regression machine by genetic algorithm)
python
- 该代码基于Python3,利用机器学习中支持向量机回归算法(SVR)实现对数据的拟合以及预测,可以通过调试C值和gamma值达到不同的拟合程度,具有较大的实际意义,并且该代码本人亲自调式运用,适合广大学习者使用。(This code is based on Python 3. It uses support vector machine regression algorithm (SVR) in machine learning to fit and predict the data. It c