登录
首页 » AI-NN-PR » SVM是一种优秀的分类算法,常用于用于回归分析和分类,而matlab语言的libSVM则为广大使用matlab进行设计的人员提供很好的帮助。...

SVM是一种优秀的分类算法,常用于用于回归分析和分类,而matlab语言的libSVM则为广大使用matlab进行设计的人员提供很好的帮助。...

于 2022-08-07 发布 文件大小:184.57 kB
0 134
下载积分: 2 下载次数: 1

代码说明:

SVM是一种优秀的分类算法,常用于用于回归分析和分类,而matlab语言的libSVM则为广大使用matlab进行设计的人员提供很好的帮助。-libSVM for regression classification

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Linear neural network, BP neural network, Hopfield neural network, Elman neural...
    线性神经网络,BP神经网络,Hopfield神经网格,Elman神经网络,RBF神经网络;在模型应用模块中实现了六种实际应用:RBF网络的船用柴油机故障诊断,BP网络的齿轮箱故障诊断,SOM网络的回热系统故障诊断,BP网络的设备状态分类器,SOM网络的人口比例样本分类,SOM网络的土壤性状样本分类。-Linear neural network, BP neural network, Hopfield neural network, Elman neural network, RBF neural network application modules in the model to achieve practical application of Six: RBF network of marine diesel engine fault diagnosis, BP network gearbox fault diagnosis, SOM network regenerative system fault diagnosis, BP network classifier equipment, SOM network the proportion of the population sample classification, SOM network classification of soil samples.
    2022-02-04 08:43:40下载
    积分:1
  • FastICA算法,使用matlab语言,是非常好的独立成分分析工具.
    FastICA算法,使用matlab语言,是非常好的独立成分分析工具.-Fast algorithm, using Matlab language, is a very good independent component analysis tools.
    2022-08-10 20:13:46下载
    积分:1
  • LIBSVM源码。LIBSVM 是台湾大学林智仁(Chih
    LIBSVM源码。LIBSVM 是台湾大学林智仁(Chih-Jen Lin)博士等开发设计的一个操作简单、 易于使用、快速有效的通用SVM 软件包,可以解决分类问题(包括C- SVC、 n - SVC )、回归问题(包括e - SVR、n - SVR )以及分布估计(one-class-SVM ) 等问题,提供了线性、多项式、径向基和S形函数四种常用的核函数供选择,可以有效地解决多类问题、交叉验证选择参数、对不平衡样本加权、多类问题的概率估计等。-LIBSVM source. LIBSVM is林智仁Taiwan University (Chih-Jen Lin) Dr. develop design a simple, easy to use, fast and effective generic SVM software package, can solve the classification problems (including the C-SVC, n- SVC), regression ( including e- SVR, n- SVR) as well as the distribution of estimates (one-class-SVM) and so on, provides a linear, polynomial, radial basis function and the S-shaped kernel function of four commonly used for selection, can effectively to solve a wide range of issues, cross-validation to choose the parameters of the imbalance in the weighted sample, multi-category probability estimation.
    2022-10-06 04:35:03下载
    积分:1
  • 本人做的遗传算法源代码,在FORTRAN下打开即可以,可在WINDOUS环境下运行...
    本人做的遗传算法源代码,在FORTRAN下打开即可以,可在WINDOUS环境下运行-I do genetic algorithm source code, under the FORTRAN that can be opened, in WINDOUS operating environment
    2022-08-23 22:16:48下载
    积分:1
  • 用人工神经网络实现格林码的编码,通过对网络的训练实现,输入一串0/1码得到其格林码...
    用人工神经网络实现格林码的编码,通过对网络的训练实现,输入一串0/1码得到其格林码-using artificial neural networks Green codes, the network through training, input string of 0/1 yards code to be its Green
    2022-03-26 10:09:51下载
    积分:1
  • 介绍了在LabView环境下的神经网络算法
    介绍了在LabView环境下的神经网络算法-Introduced in the LabView environment, the neural network algorithm
    2022-02-25 06:27:54下载
    积分:1
  • 本程序是数据挖掘中的关联规则模型中著名的Aprior算法的VC实现程序,可用于知识发现、数据挖掘、人工智能、模式识别等领域(请先解压文件)...
    本程序是数据挖掘中的关联规则模型中著名的Aprior算法的VC实现程序,可用于知识发现、数据挖掘、人工智能、模式识别等领域(请先解压文件)-The code is the VC implementation of the well-known Aprior algorithm in Association Rule Model of Data Mining field, can be used in Knowledge Discovery, Data Mining, AI, Pattern Recognition and so on.(Please unzip the file first)
    2022-01-30 17:11:49下载
    积分:1
  • 转载:神经网络中应用最为广泛的一种:BP vbmatlab使用中性…
    转载:对神经网络中使用最广泛的一种:BP神经网络采用vbmatlab来实现,把训练数据拷入,load的*.m文件中, 文件中部load的*.m为测试数据 save 存盘的文件为测试数据的bp预测值, 该程序可以扩充n个输入,n个输出,很容易-reproduced : the neural network the most widely used one : BP vbmatlab using neural networks to achieve, it is copyed into the training data. m*. load the document, Central to the paper load*. m to save Inventory test data for the paper test data bp predictive value, The procedure can be expanded to import n, n output, it is easy
    2022-03-25 08:37:13下载
    积分:1
  • K-近邻模糊分类器,模式识别和机器学习的经常…
    模糊K近邻分类器,模式识别和机器学习经常要使用的一个分类器-K neighbor fuzzy classifier, pattern recognition and machine learning are often used in a classifier
    2022-07-06 15:10:13下载
    积分:1
  • 它是一个基于遗传算法的优化方法,使用微分运算符。它用于解决带有大量未知事物的优化问题。...
    它是一个基于遗传算法的优化方法,使用微分运算符。它用于解决带有大量未知事物的优化问题。-it is based on a genetic algorithm optimization method, the use of Differential Operators. It used to solve a large number of unknown things with the optimization problem.
    2022-06-12 23:48:40下载
    积分:1
  • 696516资源总数
  • 106459会员总数
  • 0今日下载