代码搜索:Learning

找到约 5,352 项符合「Learning」的源代码

代码结果 5,352
www.eeworm.com/read/376531/9315236

rd imports85.rd

\name{imports85} \docType{data} \alias{imports85} \title{The Automobile Data} \description{ This is the `Automobile' data from the UCI Machine Learning Repository. } \usage{ data(imports85) } \forma
www.eeworm.com/read/177129/9469009

m rbf_network.m

function [D, mu, Wo] = RBF_Network(train_features, train_targets, Nh, region) % Classify using a backpropagation network with a batch learning algorithm % Inputs: % features- Train features % t
www.eeworm.com/read/372113/9521088

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/372113/9521110

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/372113/9521286

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/372113/9521323

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/362008/10023777

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/362008/10023807

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/362008/10023962

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/362008/10023992

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