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

最优的TSVM.rar

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

  • DCT_IDCT
    to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expression for M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the execution now compare our special 8X8 functions with the internal general functions use this code: A = int32(100*rand(8,8)) tic for i = 1 : 1000 IDCT_8X8(DCT_8X8(A)) end toc tic for i = 1 : 1000 idct2(dct2(A)) end toc i had built the general functions too, but with low speed (to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expressionfor M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the executionnow compare our special 8X8 functions with the internal general functionsuse this code: A = int32 (100* rand (8,8)) tic for i = 1: 1000 IDCT_8X8 (DCT_8X8 (A)) end toc tic for i = 1: 1000 idct2 (dct2 (A)) end toc i had built the general functions too, but with low speed)
    2007-12-05 18:28:42下载
    积分:1
  • mentocarolmatlab--var
    var模型matlab做的,蒙特卡罗,很好用(var model matlab to do, Monte Carlo)
    2011-06-21 11:29:33下载
    积分:1
  • QtMatlab
    一个简单的Matlab与Qt结合的项目。(A simple combination of Matlab and Qt project.)
    2013-08-19 15:45:50下载
    积分:1
  • STBC_code
    simulate the STBC code for mimo system
    2013-03-04 15:16:59下载
    积分:1
  • C_MaxMinJuLei
    用最大最小距离实现聚类的matlab函数(With maximum and minimum distance to achieve clustering matlab function)
    2015-05-11 09:22:33下载
    积分:1
  • HMMmatlab
    HMM工具箱,可以供使用现成的一些编好的程序来解决问题。(HMM toolbox, for use of existing some programmed program to solve the problem.)
    2010-11-20 19:00:14下载
    积分:1
  • arma
    ARMA模型的建模, 对数据进行的预处理,对模型进行了定阶,参数估计,检验,利用该模型对未来的数据进行了预测。(ARMA model modeling the data preprocessing, model order determination , parameter estimation , testing , using the model to predict future data )
    2021-04-27 19:08:44下载
    积分:1
  • MEXexample
    MATLAB中MEX命令的两个程序例子, 有详细解释, 如何在MATLAB里面调用C/C++函数(MATLAB MEX orders of the two procedures example, a detailed explanation How MATLAB inside called C/C function)
    2006-10-22 03:30:40下载
    积分:1
  • vc-matlab
    VC调用matlab,有详细的说明VC如何调用matlab。(VC call matlab, there is a detailed description of VC how to call matlab.)
    2012-07-01 20:29:02下载
    积分:1
  • y2t
    线性回归补偿模型,用于转炉炼钢重点预测模型(Linear regression compensation model)
    2013-09-22 13:51:47下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载