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

半监督分类算法

于 2021-04-12 发布 文件大小:95KB
0 298
下载积分: 1 下载次数: 11

代码说明:

  半监督学习(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 个回复

  • NMF-DTU-Toolbox
    matlab源代码,是非负矩阵分解工具箱,包含乘法更新,最小二乘约束,投影梯度法等方法(Usage: [W,H] = nmf(X,K,alg,maxiter,speak) W: output matrix H: output matrix X: input matrix K: number of components alg: algorithm to use maxiter: maximum number of iterations speak: print to screen Algorithms: mm: Multiplicative updates method using euclidean distance measure. cjlin: Projected gradient method prob: Probabilistic non-negative matrix factorization. als: Alternating least squares. alsobs: Alternating least squares with optimal brain surgeon. Demonstrations: PET: NMF on a PET dataset Text: NMF used on a three different datasets Email, medical, and CNN. Algorithms mm: Multiplicative update method using euclidean distance measure. Described in Lee and Seung, 2001, Algorithms for Non-negative Matrix Factorization, Advances in Neural Information Processing Systems 13, 556-562. This algorithm is the most commonly used algorithm to solve NMF. cjlin: Alternative non-negative least squares using projected gradients. Author: Chih-Je)
    2021-04-22 19:28:48下载
    积分:1
  • Simulation
    建立小车摆动动力学模型,并建立滑模变结构控制器设计和Matlab仿真.(Simulation of Cart Motion By SLM.)
    2014-06-14 23:14:36下载
    积分:1
  • graythresh
    本文提出的中值滤波的快速算法的基本思想是:原始数据序列上中值滤波的滑窗在移动过程中,当前窗只要删除其最早的元素,加入窗后的新元素,即成为下一窗的内容。这个只是Matlab里封装的算法代码(In this paper, the median filtering of the fast algorithm for the basic idea is: the original data sequence in the sliding window filtering process in the mobile, the current window as long as the deletion of its first element, adding a new element after the window, that is, the next window content.)
    2009-05-26 11:58:59下载
    积分:1
  • toolbox1
    说明:  该程序包为用MATLAB编写的一个实现小波变换的工具箱,里面很多文件的编写值得借鉴(The use of MATLAB package for the preparation of an implementation of wavelet transform toolbox, which a lot of documentation to learn)
    2008-10-31 17:23:44下载
    积分:1
  • cp0201_transmitter_2PPM_TH
    PPT_TH发射机:产生uwb信所有的特性参数,仿真发射链路模块的命令行,产生图形(PPT_TH transmitter: generate uwb letter to all the characteristic parameters, the simulation module launch link command line, create graphics)
    2010-05-24 10:48:25下载
    积分:1
  • idtcwt
    inverse-dual tree complex wavelet transform (i-dtcwt) matlab codes
    2014-10-07 06:07:44下载
    积分:1
  • ROF
    ti is TV-L2 model for deblurring image
    2009-11-30 20:11:09下载
    积分:1
  • nlcontrol
    在matlab环境下编写的非线性控制工具箱,希望对大家有用(Written in the matlab environment, nonlinear control toolbox, we hope to be useful)
    2011-02-01 22:52:08下载
    积分:1
  • speech
    A GUI for load and record and ... speech signal and sketching spectrogram.
    2013-11-27 05:39:23下载
    积分:1
  • Correlation-Dimension-Program
    关联维计算程序,以GP算法为主,计算2范数(Correlation dimension calculation program for GP-based algorithm to calculate the 2-norm)
    2013-11-27 17:35:40下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载