登录
首页 » matlab » svm

svm

于 2021-03-17 发布 文件大小:435KB
0 194
下载积分: 1 下载次数: 38

代码说明:

  SVM algorithm in matlab.

文件列表:

svm
...\1_nieseparowalny_liniowo.m
...\1_separowalny_liniowo.m
...\3_zad.m
...\AdaptScalSVM
...\............\costlbfixed.m
...\............\costlfixed.m
...\............\costwbfixed.m
...\............\costwfixed.m
...\............\ExampledemoAdaptScal.m
...\............\ExampleFeatSelAdaptScal.m
...\............\gradlbfixed.m
...\............\gradlfixed.m
...\............\gradwbfixed.m
...\............\gradwfixed.m
...\............\LagrangeUpdate.m
...\............\SigmaUpdate.m
...\............\svmfit.asv
...\............\svmfit.m
...\............\svmfitconj.m
...\contents.m
...\cout.m
...\dataset1.mat
...\dataset2.mat
...\dataset3.mat
...\datasets.m
...\Demo
...\....\contents.m
...\....\exclass.m
...\....\exclass1.m
...\....\exclass2.m
...\....\exclass3.m
...\....\exclass4.m
...\....\exclassalphainit.m
...\....\exclasscheckershaarkernel.m
...\....\exclasscheckershaarkernel2.m
...\....\exclassL2LS.m
...\....\exclasslibsvm.m
...\....\exclasslibsvmrealdata.m
...\....\exclassls.m
...\....\exclassnpa.m
...\....\exclassrn.m
...\....\exclassrn1.m
...\....\exkernelset.m
...\....\exLPreg1d.m
...\....\exmulticlass.m
...\....\exmulticlass1.m
...\....\exmulticlass1v1.m
...\....\exmulticlass2.m
...\....\exmulticlassall.m
...\....\exmulticlassall2.m
...\....\exnlrlpsvm.m
...\....\exnuclass1.m
...\....\exoneclasssvm.m
...\....\exr2smallestsphere.m
...\....\exrankboost.m
...\....\exrankboost1.m
...\....\exreg1d.m
...\....\exreg1dls.m
...\....\exreg2d.m
...\....\exregrn.m
...\....\exroccurve.m
...\....\exroccurvemodelsel.m
...\....\exsvmroc1.m
...\....\exsvmroc2.m
...\....\extensorwavkernel.m
...\....\FeatSelAdaptScal.m
...\....\FeatSelAdaptScal1.m
...\....\featSelExample.m
...\....\jouet.m
...\....\kpcaex1.m
...\....\kpcaex2.m
...\....\kpcaex3.m
...\....\pathdef.m
...\....\phispan.m
...\....\semipregex1.m
...\....\semipsvmex1.m
...\....\TestSanityCheck.m
...\....\testsemip2d.m
...\featselreg
...\..........\exfeatselreg1.m
...\..........\FeatSelregalpha.m
...\..........\FeatSelregalphaGD.m
...\..........\FeatSelregalphaGDrandom.m
...\..........\FeatSelreglinearL1.m
...\..........\FeatSelregmargin.m
...\..........\FeatSelregmarginGD.m
...\..........\FeatSelregmarginGDrandom.m
...\..........\FeatSelregr2w2.m
...\..........\FeatSelregr2w2GD.m
...\..........\FeatSelregr2w2GDrandom.m
...\..........\FeatSelregspanbound.m
...\..........\FeatSelregspanboundGD.m
...\..........\FeatSelregspanboundGDrandom.m
...\..........\r2alpharegL2.m
...\..........\spanestimateregL2.m
...\FeatureSelection
...\................\featselcorrcoeff.m
...\................\featselkernelderivative.m
...\................\FeatSelmargdif.m

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

发表评论

0 个回复

  • Chaaddred
    说明:  LMS自适应算法自适应预测的计算机实验matlab仿真例子(LMS adaptive prediction algorithm for the adaptive computer simulation experiments Matlab example)
    2006-03-26 14:10:40下载
    积分:1
  • EKF_2D
    卡尔曼滤波,拓展的卡尔曼滤波程序matlab实现(Kalman filtering, Kalman filtering program to expand matlab achieve)
    2014-09-20 19:55:17下载
    积分:1
  • SmartAntennaCodeListings3
    智能天线 自适应非盲算法LMS。用MATLAB编写而成,第三部分(Non-blind algorithm for smart antenna adaptive LMS. Compiled with MATLAB, the third part)
    2010-05-12 01:11:35下载
    积分:1
  • DGnetwork
    微电源并网,实现分布式电源构成的微电网,用于微电网仿真(Micro power grid, the realization of distributed power of micro grid,For micro power grid simulation)
    2021-04-22 17:38:48下载
    积分:1
  • Level-analysis-of-the-code
    用matlab描述的层次分析的代码,它是一种先分解后综合的算法(The the analytic hierarchy described using matlab code, it is a first decomposition comprehensive algorithm)
    2012-09-04 16:01:15下载
    积分:1
  • knn1
    K最邻近密度估计技术是一种分类方法,不是聚类方法。 不是最优方法,实践中比较流行。 通俗但不一定易懂的规则是: 1.计算待分类数据和不同类中每一个数据的距离(欧氏或马氏)。 2.选出最小的前K数据个距离,这里用到选择排序法。 3.对比这前K个距离,找出K个数据中包含最多的是那个类的数据,即为待分类数据所在的类。(K nearest neighbor density estimation is a classification method, not a clustering method. It is not the best method, but it is popular in practice. Popular but not necessarily understandable rule is: 1. calculate the distance between the data to be classified and the data in each other (Euclidean or Markov). 2. select the minimum distance from the previous K data, where the choice sorting method is used. 3. compare the previous K distances to find out which K data contains the most data of that class, that is, the class to which the data to be classified is located.)
    2017-08-09 21:06:38下载
    积分:1
  • MFO
    说明:  MFO 飞蛾优化算法 matlab代码 MFO 飞蛾优化算法 matlab代码(MFO moth optimization algorithm MATLAB code MFO moth optimization algorithm MATLAB code)
    2021-04-22 10:52:38下载
    积分:1
  • errortest3
    一种无线通信系统中,重传技术并且有时间关联的outage的错误检查方法(A radio communication system, and a retransmission is associated with the outage time error checking method)
    2013-09-12 21:00:25下载
    积分:1
  • lbp
    LBP提取灰度图像特征的matlab代码(LBP the extracted grayscale image features matlab code)
    2013-04-15 20:13:08下载
    积分:1
  • macefacepro
    Contents: A.zip: code compatible with Matlab 2007a and older B.zip: code compatible with Matlab 2007b and newer data.zip: test data instructions.pdf: this file Instructions: Unzip the selected file (A.zip or B.zip) in Matlab current directory (C:/.../Matlab/work is the default one). Type the name of main function on Matlab command window. Now a simple and intuitive GUI should appear. You can use images/data present in data.zip: just unzip them in Matlab current directory.
    2012-04-11 13:11:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载