搜索资源列表
svm_python
- 在机器学习领域,支持向量机SVM(Support Vector Machine)是一个有监督的学习模型,通常用来进行模式识别、分类、以及回归分析。本程序是SVM的python实现,用的是SMO算法。只能进行分类,并且能够显示图形结果。-In the field of machine learning, support vector machines SVM (Support Vector Machine) is a supervised learning model is usually use
SVM
- 改程序可以实现基于支持向量机方法的径流中长期预报(A runoff forecasting method based on Support Vector Machines)
36683048
- 嵌入weka中使用的支持向量机工具包,实现SVM的分类算法,()
52523678
- 用matlab实现支持向量机的程序,欢迎大家提出宝贵意见()
svm
- 该代码实现了经典的SVM支持向量机算法,Python语言编写,产生结果图。(This code implements the classic SVM support vector machine algorithm, Python language, and produces the result graph.)