登录
首页 » matlab » 半监督分类算法

半监督分类算法

于 2021-04-12 发布
0 320
下载积分: 1 下载次数: 23

代码说明:

说明:  半监督学习(Semi-Supervised Learning,SSL)是模式识别和机器学习领域研究的重点问题,是监督学习与无监督学习相结合的一种学习方法。半监督学习使用大量的未标记数据,以及同时使用标记数据,来进行模式识别工作。当使用半监督学习时,将会要求尽量少的人员来从事工作,同时,又能够带来比较高的准确性,因此,半监督学习目前正越来越受到人们的重视。(Semi-Supervised Learning (SSL) is a key issue in the field of pattern recognition and machine learning. It is a learning method combining supervised learning with unsupervised learning. Semi-supervised learning uses a large number of unlabeled data, as well as labeled data, for pattern recognition. When using semi-supervised learning, it will require as few people as possible to work, and at the same time, it can bring relatively high accuracy. Therefore, semi-supervised learning is receiving more and more attention.)

文件列表:

半监督分类算法源程序-matlab代码\CoTrade\BinaryClassify_test.m, 6304 , 2013-09-20
半监督分类算法源程序-matlab代码\CoTrade\BinaryClassify_train.m, 6782 , 2013-09-20
半监督分类算法源程序-matlab代码\CoTrade\Build_NG.m, 1594 , 2013-09-20
半监督分类算法源程序-matlab代码\CoTrade\choose_prop_index.m, 3351 , 2013-09-20
半监督分类算法源程序-matlab代码\CoTrade\ConfEstimate_vDE.m, 2289 , 2013-09-20
半监督分类算法源程序-matlab代码\CoTrade\conf_validation.m, 325 , 2013-09-20
半监督分类算法源程序-matlab代码\CoTrade\CoTrade.m, 13690 , 2013-09-20
半监督分类算法源程序-matlab代码\CoTrade\CoTradefig.fig, 3418 , 2013-12-23
半监督分类算法源程序-matlab代码\CoTrade\CoTradefig.m, 13503 , 2013-12-20
半监督分类算法源程序-matlab代码\CoTrade\CoTrade_train.m, 7343 , 2013-12-23
半监督分类算法源程序-matlab代码\CoTrade\libsvm-mat-2.86-1\COPYRIGHT, 1497 , 2013-09-20
半监督分类算法源程序-matlab代码\CoTrade\libsvm-mat-2.86-1\heart_scale.mat, 28904 , 2013-09-20
半监督分类算法源程序-matlab代码\CoTrade\libsvm-mat-2.86-1\make.m, 208 , 2013-09-20
半监督分类算法源程序-matlab代码\CoTrade\libsvm-mat-2.86-1\Makefile, 1326 , 2013-09-20
半监督分类算法源程序-matlab代码\CoTrade\libsvm-mat-2.86-1\README, 8312 , 2013-09-20
半监督分类算法源程序-matlab代码\CoTrade\libsvm-mat-2.86-1\read_sparse.c, 2467 , 2013-09-20
半监督分类算法源程序-matlab代码\CoTrade\libsvm-mat-2.86-1\read_sparse.mexw32, 7680 , 2013-09-20
半监督分类算法源程序-matlab代码\CoTrade\libsvm-mat-2.86-1\svm.cpp, 62021 , 2013-09-20
半监督分类算法源程序-matlab代码\CoTrade\libsvm-mat-2.86-1\svm.h, 2899 , 2013-09-20
半监督分类算法源程序-matlab代码\CoTrade\libsvm-mat-2.86-1\svmpredict.c, 8469 , 2013-09-20
半监督分类算法源程序-matlab代码\CoTrade\libsvm-mat-2.86-1\svmpredict.mexw32, 32768 , 2013-09-20
半监督分类算法源程序-matlab代码\CoTrade\libsvm-mat-2.86-1\svmtrain.c, 10807 , 2013-09-20
半监督分类算法源程序-matlab代码\CoTrade\libsvm-mat-2.86-1\svmtrain.mexw32, 65536 , 2013-09-20
半监督分类算法源程序-matlab代码\CoTrade\libsvm-mat-2.86-1\svm_model_matlab.c, 7632 , 2013-09-20
半监督分类算法源程序-matlab代码\CoTrade\libsvm-mat-2.86-1\svm_model_matlab.h, 201 , 2013-09-20
半监督分类算法源程序-matlab代码\CoTrade\Cotrade翻译.txt, 1572 , 2018-05-12
半监督分类算法源程序-matlab代码\CoTrade\libsvm-mat-2.86-1, 0 , 2013-12-23
半监督分类算法源程序-matlab代码\CoTrade, 0 , 2013-12-25
半监督分类算法源程序-matlab代码, 0 , 2018-05-12

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

发表评论

0 个回复

  • HuPMoment
    基于不变矩的形态特征提取,语言是MATLAB,代码可以运行(Morphological features extraction based on moment invariants, language MATLAB, the code can run)
    2012-03-29 11:38:18下载
    积分:1
  • panview
    应用sift算子进行图像匹配,效果不错。。。(sift is used to match two picture,the result is good...)
    2011-05-29 09:38:43下载
    积分:1
  • qtks
    matlab在气体扩散中的应用,利用matlab求解气体扩散中的数学模型。(matlab in the application of gas diffusion in)
    2011-08-21 20:22:56下载
    积分:1
  • ekf
    ekf滤波器程序,用于导航方面的。用MATLAB写的。还行(ekf filter program, used for navigation. Written using MATLAB. Okay)
    2011-10-21 09:47:09下载
    积分:1
  • spwm1
    spwm technique, which iam trying to solve but didnt get solution
    2010-07-11 13:32:23下载
    积分:1
  • pca
    PCA(Principal Component Analysis)预处理和最近邻分类程序(the code of Principal Component Analysis)
    2010-08-18 10:28:01下载
    积分:1
  • counter_xr0yqc
    无线信道OWzQYJ模型MATLAB仿真程序,实现了SrQGdSB技术下多参数的模拟,最接近物理信道,信道逼近参数接近最小二乘OWzQYJ算法。 (Radio channelOWzQYJ model MATLAB simulation program, to achieve a multi-parameter simulation SrQGdSB technology, the closest physical channel, the channel parameters close to the least square approximation algorithm OWzQYJ )
    2015-12-23 09:05:56下载
    积分:1
  • ziegler-nichols-m-file
    ziegler nichols method with matlab
    2012-07-27 02:10:31下载
    积分:1
  • optim_sa
    SIMULATED ANNEAL.OPTIMUM EXPERIMENT
    2013-04-29 17:53:19下载
    积分:1
  • MTDC
    基于VSC-HVDC的多端柔性直流输电系统小信号模型及解耦控制 (The flexible multiterminal HVDC system based on VSC- HVDC small signal model and the decoupling control)
    2016-10-19 21:13:46下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载