CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - SVM regression MATLAB

搜索资源列表

  1. ginimatlab

    0下载:
  2. the matlab code of ginisvm - an svm implementation good at probability regression.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:14.05kb
    • 提供者:xia
  1. libsvm-2.88

    0下载:
  2. 支撑向量机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
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:506.37kb
    • 提供者:雷源
  1. Main_SVR_Epsilon

    0下载:
  2. svm Main_SVR_Epsilon 用于svm回归的 在matlab中运用 -svm regression svm Main_SVR_Epsilon for use in matlab
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1.5kb
    • 提供者:丛宽
  1. libsvm-2.89

    1下载:
  2. 是一種線性方成的分類器。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
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:508.82kb
    • 提供者:陳彥霖
  1. SVMregression

    0下载:
  2. 用MATLAB编写的svm支持向量机的分类,回归工具箱- MATLAB codes of support vector machine svm classification, regression Toolbox
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:222.94kb
    • 提供者:zjgcainiao
  1. libsvm-mat-2.89-3

    0下载:
  2. SVM是一种优秀的分类算法,常用于用于回归分析和分类,而matlab语言的libSVM则为广大使用matlab进行设计的人员提供很好的帮助。-libSVM for regression classification
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:184.57kb
    • 提供者:fanyx
  1. svm

    0下载:
  2. 统计学习理论中提出的支撑向量机回归(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
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:3.27kb
    • 提供者:han fei
  1. cuSVMVCcode

    2下载:
  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
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-03-03
    • 文件大小:859.16kb
    • 提供者:Sheng
  1. nonlinear_regression_SVM

    1下载:
  2. 用于在matlab中实现非线性回归的支持向量机svm算法-Used matlab to implement non-linear regression algorithm of support vector machines svm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:1.36kb
    • 提供者:zhaowumian
  1. SVM-KMExample

    0下载:
  2. 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
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-15
    • 文件大小:3.86mb
    • 提供者:朱婷
  1. Matlab-svm-BP-compare

    1下载:
  2. 支持向量机和BP神经网络虽然都可以用来做非线性回归,但它们所基于的理论基础不同,回归的机理也不相同。支持向量机基于结构风险最小化理论,普遍认为其泛化能力要比神经网络的强。为了验证这种观点,本文编写了支持向量机非线性回归的通用Matlab程序和基于神经网络工具箱的BP神经网络仿真模块,仿真结果证实,支持向量机做非线性回归不仅泛化能力强于BP网络,而且能避免神经网络的固有缺陷——训练结果不稳定。-SVM and BP neural networks, although non-linear regr
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:11.31kb
    • 提供者:
  1. SVM-matlab

    1下载:
  2. 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
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-17
    • 文件大小:4.55mb
    • 提供者:姜红茹
  1. eg14-zhishupince

    0下载:
  2. 《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
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:182.75kb
    • 提供者:杨飞
  1. eg15-huiguiyuce

    0下载:
  2. 《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
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:392.02kb
    • 提供者:杨飞
  1. svm-MATLAB-tools

    0下载:
  2. 在matlab中用svm进行回归运算及svm工具箱的安装-In matlab using svm svm toolbox regression calculation and installation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:128.94kb
    • 提供者:qs
  1. RBFandsvm

    0下载:
  2. 利用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
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2.95kb
    • 提供者:陈岩峰
  1. SVM

    0下载:
  2. MAtlab SVM神经网络的信息粒化时序回归预测-Information granulation timing SVM neural network regression prediction
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:392.02kb
    • 提供者:fujunzhao
  1. chapter14

    0下载:
  2. 用matlab实现的SVM算法的回归模拟和预测的源代码,可以嵌入自己开发的应用程序中,应用matlab的SVMlib工具库实现的-the complementation of regression of SVM algorithm using matlab
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2.99kb
    • 提供者:轩紫
  1. Matlab-libsvm-3.21

    0下载:
  2. 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.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:16.63kb
    • 提供者:Sacrt
  1. SVM

    0下载:
  2. 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
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-04
    • 文件大小:155kb
    • 提供者:束负禾火
搜珍网 www.dssz.com