登录
首页 » matlab » 最优的TSVM.rar

最优的TSVM.rar

于 2021-06-02 发布
0 158
下载积分: 1 下载次数: 7

代码说明:

说明:  用MATLAB实现半监督支持向量机,可用于分类问题中。(Semi supervised support vector machine is realized by MATLAB, which can be used in classification problems.)

文件列表:

最优的TSVM\consist.m, 2674 , 2015-09-08
最优的TSVM\contents.m, 1640 , 2015-09-08
最优的TSVM\demsvml1.m, 3670 , 2015-09-25
最优的TSVM\example1\model, 662839 , 2015-09-26
最优的TSVM\example1\model1, 660834 , 2015-09-26
最优的TSVM\example1\predictions, 7059 , 2015-09-26
最优的TSVM\example1\test.dat, 536475 , 1997-11-17
最优的TSVM\example1\train.dat, 2154343 , 1997-11-17
最优的TSVM\example1\words, 69569 , 1997-11-21
最优的TSVM\example2\model, 244433 , 2015-09-23
最优的TSVM\example2\model1, 244001 , 2015-09-26
最优的TSVM\example2\model1.traindata, 549515 , 2015-09-23
最优的TSVM\example2\predictions, 6926 , 2015-09-26
最优的TSVM\example2\test.dat, 536475 , 1999-07-06
最优的TSVM\example2\train_induction.dat, 10666 , 1999-07-19
最优的TSVM\example2\train_transduction.dat, 546368 , 2015-09-23
最优的TSVM\example2\trans_predictions, 17128 , 2015-09-26
最优的TSVM\example2\words, 69569 , 1999-07-06
最优的TSVM\example3\test.dat, 124 , 2002-07-03
最优的TSVM\example3\train.dat, 405 , 2002-07-03
最优的TSVM\svml.m, 5498 , 2015-09-08
最优的TSVM\svmlfwd.m, 1694 , 2015-09-24
最优的TSVM\svmlopt.m, 11320 , 2015-09-08
最优的TSVM\svmlread.m, 2765 , 2015-09-26
最优的TSVM\svmltrain.m, 2844 , 2015-09-25
最优的TSVM\svmlwrite.m, 2180 , 2015-09-26
最优的TSVM\svm_classify.exe, 32306 , 2015-09-08
最优的TSVM\svm_classify.m, 2157 , 2015-09-25
最优的TSVM\svm_learn.exe, 108871 , 2015-09-08
最优的TSVM\svm_learn.m, 5117 , 2015-09-08
最优的TSVM\svm_light\kernel.h, 1999 , 2004-05-15
最优的TSVM\svm_light\LICENSE.txt, 2195 , 2004-05-15
最优的TSVM\svm_light\Makefile, 3707 , 2008-10-09
最优的TSVM\svm_light\svm_classify.c, 7139 , 2008-10-09
最优的TSVM\svm_light\svm_common.c, 25449 , 2008-10-09
最优的TSVM\svm_light\svm_common.h, 12759 , 2008-10-09
最优的TSVM\svm_light\svm_hideo.c, 29667 , 2004-09-04
最优的TSVM\svm_light\svm_learn.c, 135887 , 2004-08-28
最优的TSVM\svm_light\svm_learn.h, 8580 , 2004-07-16
最优的TSVM\svm_light\svm_learn_main.c, 17747 , 2008-10-09
最优的TSVM\svm_light\svm_loqo.c, 7124 , 2004-07-15
最优的TSVM\tsvm.m, 2607 , 2015-09-25
最优的TSVM\说明.txt, 150 , 2015-09-09
最优的TSVM\example1, 0 , 2015-09-26
最优的TSVM\example2, 0 , 2015-09-26
最优的TSVM\example3, 0 , 2015-09-26
最优的TSVM\svm_light, 0 , 2015-09-26
最优的TSVM, 0 , 2015-10-13

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

发表评论

0 个回复

  • orthofit
    ORTHOFIT Fit polynomial to data. YS = ORTHOFIT[X,Y,N] smooths/fits data Y[X] in a least-squares sense using a polynomial of degree N and returns the smoothed data YS.
    2009-02-28 18:10:17下载
    积分:1
  • fisher
    人工鱼群算法,在一片水域中,鱼往往能自行或尾随其他鱼找到营养物质多的地方,因而鱼生存数目最多的地方一般就是本水域中营养物质最多的地方,人工鱼群算法就是根据这一特点,通过构造人工鱼来模仿鱼群的觅食!聚群及追尾行为,从而实现寻优,以下是鱼的几种典型行为:(1)觅食行为:一般情况下鱼在水中随机地自由游动,当发现食物时,则会向食物逐渐增多的方向快速游去。(2)聚群行为:鱼在游动过程中为了保证自身的生存和躲避危害会自然地聚集成群,鱼聚群时所遵守的规则有三条:分隔规则:尽量避免与临近伙伴过于拥挤 对准规则:尽量与临近伙伴的平均方向一致 内聚规则:尽量朝临近伙伴的中心移动。(3)追尾行为:当鱼群中的一条或几条鱼发现食物时,其临近的伙伴会尾随其快速到达食物点。特点:1)具有较快的收敛速度,可以用于解决有实时性要求的问题 2)对于一些精度要求不高的场合,可以用它快速的得到一个可行解 3)不需要问题的严格机理模型,甚至不需要问题的精确描述,这使得它的应用范围得以延伸.停止条件1) 判断连续多次所得的均方差小于语允许的误差2)判断某个区域的人工鱼群的数目达到某个比率3)联系多次所获取的值均不能超过已寻找的极值。 (Artificial fish swarm algorithm, in the midst of the waters, the fish tend to own or trailing other fish to find places with more nutrients and thus the largest number of fish survival in general is a place where most of the nutrients in the waters, artificial fish swarm algorithm is based on thisa characteristics, by constructing artificial fish to mimic fish foraging clusters and rear-end behavior, in order to achieve optimization, several typical behavior of the fish: (1) foraging behavior: the general case of fish in the water at randomthe free-swimming, swimming quickly when food is found, then the food is gradually increasing in the direction. (2) cluster behavior: the fish swimming in the process of naturally clustered, and abide by the rules when the fish cluster there are three: separate rule: try to avoid overcrowding with neighboring partners in order to ensure their own survival and to avoid harm alignment rules: as far as possible consistent with the mean direction of the)
    2012-04-22 17:13:36下载
    积分:1
  • teja3
    used for project,m sorry i dont know
    2012-03-21 02:13:48下载
    积分:1
  • toolbox_curve
    A toolbox to handle 2D curve and multiresolution representation of curve(A toolbox to handle 2D curve and multiresol ution representation of curve)
    2007-04-11 10:39:00下载
    积分:1
  • cvx
    A system for disciplined convex programming
    2012-02-07 11:59:37下载
    积分:1
  • edge
    matlab code about image processing
    2009-12-01 19:41:34下载
    积分:1
  • ch1545kl
    说明:  ec生物信息与论文实现\matlab教程及工具箱(ec biological information and papers to achieve \ Directory and Matlab Toolbox)
    2006-03-15 21:14:45下载
    积分:1
  • loadflow_33
    solution of distribution system 33 bus voltage power current load flows
    2014-10-16 14:50:40下载
    积分:1
  • 计算器gui
    说明:  一个简单的计算器gui界面,实现加减乘除和三角函数计算。(A simple calculator GUI interface to realize addition, subtraction, multiplication and division and trigonometric function calculation.)
    2020-06-19 11:20:02下载
    积分:1
  • AFEM@matlab
    说明:  五点差分型多重网格方法:各种插值算子的比较)(Five-point difference-type multi-grid methods: a variety of interpolation operator of comparison))
    2008-12-07 21:16:58下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载