代码搜索:Learning
找到约 5,352 项符合「Learning」的源代码
代码结果 5,352
www.eeworm.com/read/245941/12770785
m backpropagation_quickprop.m
function [test_targets, Wh, Wo, J] = Backpropagation_Quickprop(train_patterns, train_targets, test_patterns, params)
% Classify using a backpropagation network with a batch learning algorithm and q
www.eeworm.com/read/245941/12771060
m backpropagation_cgd.m
function [test_targets, Wh, Wo, errors] = Backpropagation_CGD(train_patterns, train_targets, test_patterns, params)
% Classify using a backpropagation network with a batch learning algorithm and co
www.eeworm.com/read/245941/12771109
m backpropagation_sm.m
function [test_targets, Wh, Wo, J] = Backpropagation_SM(train_patterns, train_targets, test_patterns, params)
% Classify using a backpropagation network with stochastic learning algorithm with mome
www.eeworm.com/read/244790/12843350
m fscl.m
% MATLAB implementation of Frequency-Sensitive Competitive Learning (FSCL)
% algorithm using the SOMTOOLBOX
%
% Source:
% C. Ahalt, A. K. Krishnamurthy, P. Chen, and D. E. Melton (1990)
%
www.eeworm.com/read/330850/12864713
m backpropagation_batch.m
function [test_targets, Wh, Wo, J] = Backpropagation_Batch(train_patterns, train_targets, test_patterns, params)
% Classify using a backpropagation network with a batch learning algorithm
% Inputs
www.eeworm.com/read/330850/12864775
m backpropagation_quickprop.m
function [test_targets, Wh, Wo, J] = Backpropagation_Quickprop(train_patterns, train_targets, test_patterns, params)
% Classify using a backpropagation network with a batch learning algorithm and q
www.eeworm.com/read/330850/12865053
m backpropagation_cgd.m
function [test_targets, Wh, Wo, errors] = Backpropagation_CGD(train_patterns, train_targets, test_patterns, params)
% Classify using a backpropagation network with a batch learning algorithm and co
www.eeworm.com/read/330850/12865104
m backpropagation_sm.m
function [test_targets, Wh, Wo, J] = Backpropagation_SM(train_patterns, train_targets, test_patterns, params)
% Classify using a backpropagation network with stochastic learning algorithm with mome
www.eeworm.com/read/317622/13500813
m backpropagation_batch.m
function [test_targets, Wh, Wo, J] = Backpropagation_Batch(train_patterns, train_targets, test_patterns, params)
% Classify using a backpropagation network with a batch learning algorithm
% Inputs
www.eeworm.com/read/317622/13500830
m backpropagation_quickprop.m
function [test_targets, Wh, Wo, J] = Backpropagation_Quickprop(train_patterns, train_targets, test_patterns, params)
% Classify using a backpropagation network with a batch learning algorithm and q