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

最优的TSVM.rar

于 2021-06-02 发布
0 191
下载积分: 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 个回复

  • 20040904064936
    叫你怎么样使用matlab,这是一个实验指导书,详细步骤附有图片。(Tell you how to use matlab, this is an experimental guide books, detailed steps with pictures.)
    2011-05-17 09:03:25下载
    积分:1
  • fit_ML_log_normal
    dopasowanie rozkł adu log-normalnego
    2009-10-14 22:36:00下载
    积分:1
  • 123456
    利用MATLAB对跳频通信系统进行仿真,包括源程序,框图,仿真结果等(The use of MATLAB for simulation of frequency-hopping communication systems, including source code, diagram, simulation results)
    2021-02-15 14:59:48下载
    积分:1
  • 89346509RandomForestMatlabVersion
    這是一個 Matlab的(和獨立應用)端口的出色的機器學習算法,隨機森林` - 由Leo布賴曼等。從 R -源由Andy鴻等。 http://cran.r-project.org/web/packages/randomForest/index.html(Fortran的原由Leo布賴曼和Adele卡特勒,研究港口安迪鴻和馬修維納。)當前的代碼版本是基於 4.5-29從來源 randomForest包。(This is a Matlab (and Standalone application) port for the excellent machine learning algorithm `Random Forests - By Leo Breiman et al. from the R-source by Andy Liaw et al. http://cran.r-project.org/web/packages/randomForest/index.html ( Fortran original by Leo Breiman and Adele Cutler, R port by Andy Liaw and Matthew Wiener.) Current code version is based on 4.5-29 from source of randomForest package.)
    2009-12-23 21:51:02下载
    积分:1
  • yichuansuanfa
    遗传算法的算法实例,我是一个初学者,通过研究这些现成的代码,感觉对自己挺有帮助(It is helpful for those who study MATLAB first time)
    2015-03-29 10:44:45下载
    积分:1
  • Fast-Fourier-Transform
    FFT应用实例 产生一组信号,由两个频率为60Hz和150Hz的正弦信号和随机噪声叠加而成,(FFT application instanceproduce a set of signals, by two frequency is 60 hz and 150 hz sine signal and random noise,)
    2015-12-28 19:25:29下载
    积分:1
  • motion_dection
    基于matlab的对运动目标的检测程序,可以实现固定背景下运动目标的检测(Matlab-based moving targets on the testing procedures, can be fixed against the background of the detection of moving targets)
    2009-05-09 15:25:13下载
    积分:1
  • CBIR2
    一个基于内容的图像检索系统,对搞图像检索的应该会有所帮助!!!(A content-based image retrieval system, engage in retrieval should help! ! !)
    2011-04-21 21:24:14下载
    积分:1
  • 2d-navier-equation
    2 D Navier Stokes Equation
    2011-08-10 22:20:27下载
    积分:1
  • switch--circuit
    最近交互式电源技术,软交换、同步整流、频率固定(Alternating expressions Power technology recently、Softswitch, synchronous rectification, fixed frequency)
    2013-11-25 15:56:17下载
    积分:1
  • 696516资源总数
  • 106605会员总数
  • 12今日下载