代码搜索:artmap
找到约 41 项符合「artmap」的源代码
代码结果 41
www.eeworm.com/read/291799/8394669
m artmap_learn.m
function new_artmap_network = ARTMAP_Learn(artmap_network, data, supervisor)
% ARTMAP_Learn Trains an ARTMAP network on the given input data.
% NEW_ARTMAP_NETWORK = ARTMAP_Learn(ARTMAP_NETWORK
www.eeworm.com/read/291799/8394677
m artmap_classify.m
function classification = ARTMAP_Classify(artmap_network, data)
% ARTMAP_Classify Uses an ARTMAP network to classify the given input data.
% CLASSIFICATION = ARTMAP_Classify(ARTMAP_NETWORK, DA
www.eeworm.com/read/445174/7598245
m test_artmap.m
function test_artmap(Io,z,w,rhobar,L,n1,n2,noise)
Io=degrade(Io,noise);
Ic=1-Io;
I=[Io;Ic];
rho=rhobar;
[n np]=size(I);
[Mb M]=size(w);
for pattern=1:np
ok=0;
for j=1:M
T(j)=norm(min(
www.eeworm.com/read/320989/13414508
m artmap_learn.m
function new_artmap_network = ARTMAP_Learn(artmap_network, data, supervisor)
% ARTMAP_Learn Trains an ARTMAP network on the given input data.
% NEW_ARTMAP_NETWORK = ARTMAP_Learn(ARTMAP_NETWORK
www.eeworm.com/read/320989/13414511
m artmap_classify.m
function classification = ARTMAP_Classify(artmap_network, data)
% ARTMAP_Classify Uses an ARTMAP network to classify the given input data.
% CLASSIFICATION = ARTMAP_Classify(ARTMAP_NETWORK, DA
www.eeworm.com/read/351409/3108270
pat artmap_test.pat
SNNS pattern definition file V3.2
generated at Mon Apr 25 18:06:08 1994
No. of patterns : 26
No. of input units : 75
# Input pattern 1:
0 1 1 1 0 1 0 0 0 1
1 0 0 0 1 1 1 1 1 1
1 0 0 0 1
www.eeworm.com/read/351409/3108319
pat artmap_train.pat
SNNS pattern definition file V3.2
generated at Mon Apr 25 18:06:15 1994
No. of patterns : 26
No. of input units : 75
# Input pattern 1:
0 1 1 1 0 1 0 0 0 1
1 0 0 0 1 1 1 1 1 1
1 0 0 0 1
www.eeworm.com/read/204938/15331126
m test_artmap.m
function test_artmap(Io,z,w,rhobar,L,n1,n2,noise)
Io=degrade(Io,noise);
Ic=1-Io;
I=[Io;Ic];
rho=rhobar;
[n np]=size(I);
[Mb M]=size(w);
for pattern=1:np
ok=0;
for j=1:M
T(j)=norm(min(
www.eeworm.com/read/111617/15508976
m artmap_shell.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% artmap_shell.m
%
% Description: a sample program of how to use a single ARTMAP network
%
% Authors: Suhas Chelian, No
www.eeworm.com/read/111617/15508981
m artmap_init.m
function [artmap_net] = artmap_init( MAPTYPEArg, MArg, LArg,...
MAX_F2_SIZEArg,...
defaultParams, varargin )
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%