登录
首页 » matlab » mlclass-ex6

mlclass-ex6

于 2016-03-14 发布 文件大小:570KB
0 159
下载积分: 1 下载次数: 17

代码说明:

  支持向量机,实现2或多分类,基于matlab仿真,内有说明(ex6.m- Octave script for the rst half of the exercise ex6data1.mat- Example Dataset 1 ex6data2.mat- Example Dataset 2 ex6data3.mat- Example Dataset 3 svmTrain.m- SVM rraining function svmPredict.m- SVM prediction function plotData.m- Plot 2D data visualizeBoundaryLinear.m- Plot linear boundary visualizeBoundary.m- Plot non-linear boundary linearKernel.m- Linear kernel for SVM [?] gaussianKernel.m- Gaussian kernel for SVM [?] dataset3Params.m- Parameters to use for Dataset 3 ex6 spam.m- Octave script for the second half of the exercise spamTrain.mat- Spam training set 1 spamTest.mat- Spam test set emailSample1.txt- Sample email 1 emailSample2.txt- Sample email 2 spamSample1.txt- Sample spam 1 spamSample2.txt- Sample spam 2 vocab.txt- Vocabulary list getVocabList.m- Load vocabulary list porterStemmer.m- Stemming function readFile.m- Reads a le into a character string submit.m- Submission script that sends your solutions to our servers submitWeb.m- Alternative s)

文件列表:

mlclass-ex6
...........\dataset3Params.m,1721,2015-05-29
...........\emailFeatures.m,2346,2015-05-29
...........\emailSample1.txt,393,2015-05-29
...........\emailSample2.txt,1301,2015-05-29
...........\ex6.m,4140,2015-05-29
...........\ex6data1.mat,981,2015-05-29
...........\ex6data2.mat,7604,2015-05-29
...........\ex6data3.mat,6038,2015-05-29
...........\ex6_spam.m,4755,2015-05-29
...........\gaussianKernel.m,846,2015-05-29
...........\getVocabList.m,761,2015-05-29
...........\linearKernel.m,323,2015-05-29
...........\ml_login_data.mat,265,2015-05-29
...........\plotData.m,569,2015-05-29
...........\porterStemmer.m,9902,2015-05-29
...........\processEmail.m,4352,2015-05-29
...........\readFile.m,396,2015-05-29
...........\spamSample1.txt,655,2015-05-29
...........\spamSample2.txt,245,2015-05-29
...........\spamTest.mat,112717,2015-05-29
...........\spamTrain.mat,428814,2015-05-29
...........\submit.m,16836,2015-05-29
...........\submitWeb.m,807,2015-05-29
...........\svmPredict.m,1669,2015-05-29
...........\svmTrain.m,5964,2015-05-29
...........\visualizeBoundary.m,734,2015-05-29
...........\visualizeBoundaryLinear.m,410,2015-05-29
...........\vocab.txt,20240,2015-05-29

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

发表评论

0 个回复

  • chap05
    这是较好的Matlab源代码,希望此代码能对大家有所帮助。(This is a better Matlab source code, I hope this code can be helpful to everyone.)
    2007-10-10 10:53:59下载
    积分:1
  • timeandfreqdomain
    This code takes data received from a bearing and converts it from the time domain to the frequency domain in order to determine bearing defect size.
    2009-02-19 00:40:51下载
    积分:1
  • QR_RLS
    基于QR分解的总体最小二乘算法,在工程领域有很大的应用()
    2008-05-16 02:15:27下载
    积分:1
  • myfft64
    this matlab code about 64 point fft.
    2010-12-02 00:11:36下载
    积分:1
  • adaptivefir
    说明:  自适应滤波器。自适应滤波器为11个权系数的FIR结构。(1)不同的方差σ2(2)LMS算法画出一次实验的误差平方收敛曲线,训练长度为500,给出滤波器系数;进行20次独立实验,给出平均收敛曲线。不同步长值的比较。(3)RLS算法,LMS和RLS算法的比较 (Adaptive filter. Adaptive filter weights for 11 of the FIR structure. (1) different variance σ2 (2) LMS algorithm for an experiment to draw square error convergence curve, the training length is 500, given filter coefficient conduct 20 independent experiments, given the average convergence curve. Are not synchronized long value comparison. (3) RLS algorithm, LMS and RLS Algorithms)
    2008-11-18 22:01:00下载
    积分:1
  • harris
    harris角点检测算子,该代码运行速度快(harris corner detection operator, the code to run faster)
    2007-12-14 18:57:42下载
    积分:1
  • 12
    说明:  一个关于adaboost算法的matlab程序,对开始接触adaboost研究的人,有实用价值,并且蛮容易上手(AdaBoost algorithm on matlab procedures, AdaBoost study came into contact with people who have practical value, and quite easy to use)
    2008-04-17 17:35:07下载
    积分:1
  • rcs_cylinder
    雷达截面积————————椭圆柱的后向散射RCS(backscattering RCS of Elliptical )
    2020-08-14 10:08:26下载
    积分:1
  • tuxiangchui
    主要利用MATLAB进行有关图像的最基本处理,如图像增强,图像融合,滤波。。。(Mainly use MATLAB for the image of the most basic processing, such as image enhancement, image fusion, filter...)
    2013-03-10 21:57:23下载
    积分:1
  • chapter3
    说明:  差分进化算法(Differential Evolution Algorithm,DE)是一种高效的全局优化算法。它也是基于群体的启发式搜索算法,群中的每个个体对应一个解向量。差分进化算法的进化流程则与遗传算法非常类似,都包括变异、杂交和选择操作,但这些操作的具体定义与遗传算法有所不同(Differential evolution algorithm (DE) is an efficient global optimization algorithm. It is also a heuristic search algorithm based on population. Each individual in the group corresponds to a solution vector. The evolution process of differential evolution algorithm is very similar to genetic algorithm, including mutation, hybridization and selection operations, but the specific definition of these operations is different from that of genetic algorithm)
    2020-11-09 21:41:07下载
    积分:1
  • 696518资源总数
  • 106253会员总数
  • 14今日下载