搜索资源列表
-
0下载:
the matlab code of ginisvm - an svm implementation good at probability regression.
-
-
0下载:
支撑向量机SVM的工具LIBSVM,能够在windows平台下通过命令行使用,也可以在matlab下调用,适合于研究复杂条件下的分类问题-Libsvm is a simple, easy-to-use, and efficient software for SVM
classification and regression. It solves C-SVM classification, nu-SVM
classification, one-class-SVM, epsilon-SVM
-
-
0下载:
svm Main_SVR_Epsilon 用于svm回归的 在matlab中运用 -svm regression svm Main_SVR_Epsilon for use in matlab
-
-
1下载:
是一種線性方成的分類器。SVM透過統計的方式將雜亂的資料以NN的方式分成兩類,以便處理。LIBLINEAR is a linear classifier for data with millions of instances and features. It supports L2-regularized logistic regression (LR), L2-loss linear SVM, and L1-loss linear SVM. -Main features of LIBLINEA
-
-
0下载:
用MATLAB编写的svm支持向量机的分类,回归工具箱- MATLAB codes of support vector machine svm classification, regression Toolbox
-
-
0下载:
SVM是一种优秀的分类算法,常用于用于回归分析和分类,而matlab语言的libSVM则为广大使用matlab进行设计的人员提供很好的帮助。-libSVM for regression classification
-
-
0下载:
统计学习理论中提出的支撑向量机回归(SVR)遵循了结构风险最小化原则,从而避免了一味追求经验风险最小化带来的弊端-Statistical learning theory proposed by the support vector machine regression (SVR) to follow the structural risk minimization principle, thus avoiding the blind pursuit of Empirical Risk Minim
-
-
2下载:
基于GPU计算的SVM,VC++源码,包括详细文档说明文件。借用了GPU编程的优势,该代码据作者说比常规的libsvm等算法包的训练速度快13-73倍,预测速度快22-172倍。希望对大家有用-cuSVM is a software package for high-speed (Gaussian-kernelized) Support Vector Machine training and prediction that exploits the massively parallel proc
-
-
1下载:
用于在matlab中实现非线性回归的支持向量机svm算法-Used matlab to implement non-linear regression algorithm of support vector machines svm
-
-
0下载:
SVM向量机MATLAB编程实例,其中涵盖了one-against-one、one-against-all分类,回归等功能-Vector machine SVM MATLAB programming examples, which covers the one-against-one, one-against-all classification, regression and other functions
-
-
1下载:
支持向量机和BP神经网络虽然都可以用来做非线性回归,但它们所基于的理论基础不同,回归的机理也不相同。支持向量机基于结构风险最小化理论,普遍认为其泛化能力要比神经网络的强。为了验证这种观点,本文编写了支持向量机非线性回归的通用Matlab程序和基于神经网络工具箱的BP神经网络仿真模块,仿真结果证实,支持向量机做非线性回归不仅泛化能力强于BP网络,而且能避免神经网络的固有缺陷——训练结果不稳定。-SVM and BP neural networks, although non-linear regr
-
-
1下载:
svm的各种经典的程序,用于对数据、图像进行分类,回归。其中,既包含分两类的程序,也包括分多类的程序,以及svm改进算法的程序。-svm various classic procedures for data, image classification, regression. Which contains both the two types of procedures, including many types of procedures and svm algorithm procedur
-
-
0下载:
《MATLAB神经网络30个案例分析》中的第14个例子,案例14 SVM神经网络的回归预测分析---上证开盘指数预测。希望对大家有一定的帮助!-The MATLAB neural network analysis of 30 cases of example, 14 cases (14 of SVM neural network predictive regression analysis- Shanghai opened index prediction. Hope to have certa
-
-
0下载:
《MATLAB神经网络30个案例分析》中的第15个例子,案例15 SVM神经网络的信息粒化时序回归预测。希望对大家有一定的帮助!-The MATLAB neural network analysis of 30 cases of example, 15 cases of 15 SVM neural network information graining time-series regression forecasting. Hope to have certain help to everyb
-
-
0下载:
在matlab中用svm进行回归运算及svm工具箱的安装-In matlab using svm svm toolbox regression calculation and installation
-
-
0下载:
利用RBF和SVM两种机器学习方法做回归预测的matlab源代码,对这两种方法进行比较-The use of RBF and SVM two kinds of machine learning methods to do the regression matlab source code, comparison of the two methods
-
-
0下载:
MAtlab SVM神经网络的信息粒化时序回归预测-Information granulation timing SVM neural network regression prediction
-
-
0下载:
用matlab实现的SVM算法的回归模拟和预测的源代码,可以嵌入自己开发的应用程序中,应用matlab的SVMlib工具库实现的-the complementation of regression of SVM algorithm using matlab
-
-
0下载:
LIBSVM是台湾大学林智仁(Lin Chih-Jen)教授等开发设计的一个简单、易于使用和快速有效的SVM模式识别与回归的软件包.-LIBSVM is a simple, easy to use and fast and efficient SVM pattern recognition and regression package Taiwan University Chih- Jen Lin (Lin Chih-Jen) development and design professor.
-
-
0下载:
SVM(Support Vector Machine)指的是支持向量机,是常见的一种判别方法。在机器学习领域,是一个有监督的学习模型,通常用来进行模式识别、分类以及回归分析。(SVM (Support Vector Machine) refers to support vector machines, which is a common method of discrimination. In the field of machine learning, it is a supervised l
-