SVM支持向量机的时间序列预测我要分享

SVM support vector machines for time series predic

关注次数: 187

下载次数: 0

文件大小: 222.86 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明: 用matlab实现的SVM支持向量机的时间序列预测、分类、自回归代码,代码简单易懂,适合初学者,代码已调试完毕 包括了二种分类,二种回归,以及一种一类支持向量机算法 (1) Main_SVC_C.m                --- C_SVC二类分类算法 (2) Main_SVC_Nu.m               --- Nu_SVC二类分类算法 (3) Main_SVM_One_Class.m        --- One-Class支持向量机 (4) Main_SVR_Epsilon.m          --- Epsilon_SVR回归算法 (5) Main_SVR_Nu.m               --- Nu_SVR回归算法


English Description:

SVM using MATLAB support vector machines for time series prediction, classification, AR code, code is simple and easy to understand, suits the beginner, code debugging Includes two classification, two kinds of regression, as well as a kind of support vector machine algorithm(1) Main_SVC_C.m---C_SVC-classification algorithms(2) Main_SVC_Nu.m---Nu_SVC-classification algorithms(3) Main_SVM_One_Class.m---One-Class support vector machine(4) Main_SVR_Epsilon.m---Epsilon_SVR regression algorithm(5) Main_SVR_Nu.m---Nu_SVR regression algorithm


代码预览

相关推荐