代码搜索:Unsupervised
找到约 262 项符合「Unsupervised」的源代码
代码结果 262
www.eeworm.com/read/215983/15031321
m nnd13os.m
function nnd13os(cmd,arg1,arg2,arg3)
%NND13OS Unsupervised Hebb demonstration.
%
% This demonstration requires either the MININNET functions
% on the NND disk or the Neural Network Toolbox.
% F
www.eeworm.com/read/294886/8195711
m nnd13uh.m
function nnd13uh(cmd,arg1,arg2,arg3)
%NND13UH Unsupervised Hebb demonstration.
%
% This demonstration requires either the MININNET functions
% on the NND disk or the Neural Network Toolbox.
% F
www.eeworm.com/read/294886/8195907
m nnd13os.m
function nnd13os(cmd,arg1,arg2,arg3)
%NND13OS Unsupervised Hebb demonstration.
%
% This demonstration requires either the MININNET functions
% on the NND disk or the Neural Network Toolbox.
% F
www.eeworm.com/read/134893/13972042
m nnd13uh.m
function nnd13uh(cmd,arg1,arg2,arg3)
%NND13UH Unsupervised Hebb demonstration.
%
% This demonstration requires either the MININNET functions
% on the NND disk or the Neural Network Toolbox.
% F
www.eeworm.com/read/134893/13972185
m nnd13os.m
function nnd13os(cmd,arg1,arg2,arg3)
%NND13OS Unsupervised Hebb demonstration.
%
% This demonstration requires either the MININNET functions
% on the NND disk or the Neural Network Toolbox.
% F
www.eeworm.com/read/192203/8399619
m rfclass.m
function [out] = RFClass(param,D1,D2,D3,D4,D5,D6)
%!
%! Description:
%!
%! RFClass implements Breiman's random forest algorithm for classification.
%! It can also be used in unsupervised mode for
www.eeworm.com/read/192203/8399671
m rfclass.m
function [out] = RFClass(param,D1,D2,D3,D4,D5,D6)
%!
%! Description:
%!
%! RFClass implements Breiman's random forest algorithm for classification.
%! It can also be used in unsupervised mode for
www.eeworm.com/read/367675/2836367
txt 975.txt
发信人: helloboy (hello), 信区: DataMining
标 题: Re: classfying 和clustering的区别是什么?
发信站: 南京大学小百合站 (Tue Sep 17 15:10:26 2002), 站内信件
clustering is an unsupervised process.
classifiation is a supervised
www.eeworm.com/read/136697/13365507
m dcl.m
function [y2,m2x,m2y]=dcl(samples,p,c,wii,wij,rands)
% [y2,m2x,m2y]= dcl(samples,p,c,wii,wij,rands)
%
% Stochastic Unsupervised-Differential-Competive-Learning (DCL) algorithm.
%
% An autoassociative
www.eeworm.com/read/136697/13365369
m ucl.m
function [y2,m2x,m2y]=ucl(samples,p,c,wii,wij,rands)
% [y2,m2x,m2y]= UCL(samples,p,c,wii,wij,rands)
%
% Stochastic Unsupervised-Competive-Learning (UCL) algorithm.
%
% An autoassociative AVQ two-lay