代码搜索:classification
找到约 3,679 项符合「classification」的源代码
代码结果 3,679
www.eeworm.com/read/164024/10135138
m neuralnetwork_rbf_classification.m
% RBF 神经网络用于模式分类
% 使用平台 - Matlab6.5
% 作者:陆振波,海军工程大学
% 欢迎同行来信交流与合作,更多文章与程序下载请访问我的个人主页
% 电子邮件:luzhenbo@sina.com
% 个人主页:luzhenbo.88uu.com.cn
clc
clear
close all
%----------------------------
www.eeworm.com/read/357867/10199626
pdf cluster and classification techniques for.pdf
www.eeworm.com/read/353714/10428204
asv classification_svm_stevegunn.asv
www.eeworm.com/read/353714/10428227
m classification_svm_stevegunn.m
www.eeworm.com/read/352072/10584162
m neuralnetwork_rbf_classification.m
% RBF 神经网络用于模式分类
% 使用平台 - Matlab6.5
clc
clear
close all
%---------------------------------------------------
% 产生训练样本与测试样本,每一列为一个样本
trnx = [rand(3,5),rand(3,5)+1,rand(3,5)+2]; % 训练样本
trny=
www.eeworm.com/read/352070/10584182
m neuralnetwork_bp_classification.m
% BP 神经网络用于模式分类
% 使用平台 - Matlab6.5
clc
clear
close all
%---------------------------------------------------
% 产生训练样本与测试样本,每一列为一个样本
trnx = [rand(3,5),rand(3,5)+1,rand(3,5)+2];% 训练样本
trny=
www.eeworm.com/read/470760/6908120
pdf classification_tutorial_01.pdf
www.eeworm.com/read/469237/6979673
pdf svm for classification and regression.pdf
www.eeworm.com/read/466168/7040158
m neuralnetwork_rbf_classification.m
% RBF 神经网络用于模式分类
% 使用平台 - Matlab6.5
% 作者:陆振波,海军工程大学
% 欢迎同行来信交流与合作,更多文章与程序下载请访问我的个人主页
% 电子邮件:luzhenbo@yahoo.com.cn
% 个人主页:http://luzhenbo.88uu.com.cn
clc
clear
close all
%---------------