搜索资源列表
svm-predict
- 使用SVM支持向量机 预测分类 使用SVM支持向量机 预测分类-use SVM SVM forecast classification SVM SVM classification forecast
SVM_pre
- 基于SVM的股市预测程序,效果极佳,值得使用。-Support Vector Machine forecast, mainly for large-scale objects to predict.
libsvm-2.89
- 跟類神經網路有點像的東西, 不過現今最常拿來就是做分類也就是說,如果我有一堆已經分好類的東西 (可是分類的依據是未知的!) ,那當收到新的東西時, SVM 可以預測 (predict) 新的資料要分到哪一堆去。-is something that has similar roots with neural networks. But recently it has been widely used in Classification. That means, if I have some set
svm-predict
- 支持向量机用于回归预测的部分,功能强大又简单容易理解,用于模式识别的好工具-Parts of SVM for predict,gteat function and easy to understand, a good machine for classification
1
- 灰色理论是上世纪八十年代发展起来的一门新学科,它对既含有已知信息又含有未知或非确定信息的系统进行预测。支持向量机(SVM)是一种基于统计学习理论的新型学习机,在数据挖掘中有很广泛的应用。本文首先探讨了支持向量机与灰色理论实现的基本原理,介绍了灰色GM(1,1)模型的构建过程,并将灰色GM(1,1)模型应用于支持向量机模型的构建,最后通过一实例验证该模型的有效性-Gray theory is the eighties of last century developed a new discipli
SVM-PREDICT
- SVM神经网络的信息粒化时序回归预测----上证指数开盘指数变化趋势和变化空间预测-Information Granular SVM neural network time series regression of the Shanghai Composite Index opened---- Index forecast trends and changes in space
svmpredict
- 支持向量机源代码,svm预测,使用libsvm进行分类,优化libsvm的各种参数-svm predict
SVM
- SVM神经网络的信息粒化时序回归预测 遗传算法的典型实例-SVM neural network information granulation typical examples of the time series regression to predict genetic algorithm
SVM-MT
- 基于libSVM-v310的完全多线程化libSVM,仅读写文件在框架内无法优化。svm-predict不需要openmp支持,svm-train需要打开openmp支持。VS2008编译。修改MAX_THREAD可以调整svm-predict线程数。-A fully multi-thread optimized libSVM based on libsvm-3.10. svm-predict won t need openmp however svm-train requires. The p
SVM-regression-forecasting
- 支持向量机除了可以进行分类预测还可以进行回归预测,源代码为使用支持向量进行回归预测。-In addition to SVM classification can also be predicted regression prediction, the source code for the use of support vector regression to predict.
SVM-regression-forecasting
- 支持向量机除了可以进行分类预测还可以进行回归预测,源代码为使用支持向量进行回归预测。-In addition to SVM classification can also be predicted regression prediction, the source code for the use of support vector regression to predict.
SVM
- SVM的SMO算法实现,svm_train为训练函数,svm_predict为预测函数,按说明输入参数即可-The SMO SVM algorithm, svm_train of the training function, svm_predict to predict function, follow the instructions to input parameters
The-code-for-SVM-model
- 采用支持向量机算法进行股市回归预测分析的程序,本人亲自尝试,可以正常使用。对于使用SVM算法的同学很有帮助!-Using support vector machine algorithm to predict the stock market regression analysis procedures, I personally try to be normal. For SVM algorithm helps the students!
SVM-predict
- 一个matlab例程,基于SVM的信息粒化时序回归预测demo,实现了对上证开盘指数变化趋势和变化空间预测- A matlab routine, regression forecasting demo SVM-based information granulated timing to achieve the opening of the Shanghai index trends and changes in spatial prediction
SVM-regression
- 对于大盘指数的有效预测可以为从整体上观测股市的变化提供强有力的信息,所以对于上证指数的预测具有很大意义。本代码用Matlab对1990.12.20-2009.8.19-每天的开盘指数进行支持向量机回归分析,拟合效果较好。-For effectively predict the market index can provide a strong message to the observed changes in the stock market as a whole, so the foreca
SVM
- 使用支持向量机算法对二分类问题进行预测,实现大数据分析的目标。(Support vector machine algorithm is used to predict the two classification problem, and achieve the goal of large data analysis.)
prediction SVM
- 用SVM做预测的matlab程序,内部程序详细,包含数据(a program to predict time series)
pso-svm电力负荷预测
- 电力负荷预测是电力系统规划的重要组成部分,也是电力系统经济运行的基础,其对电力系统规划和运行都极其重要。利用粒子群算法优化支持向量机更加高效准确预测电力负荷。(The power load forecasting is an important part of the power system planning, and it is also the basis of the economic operation of the power system. It is very important
SVMcgForRegress
- 支持向量机中的支持向量回归函数对数据进行预测(Support Vector Regression Function in Support Vector Machine to Predict Data)
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