代码搜索:BATCH

找到约 6,125 项符合「BATCH」的源代码

代码结果 6,125
www.eeworm.com/read/372113/9521117

m perceptron_batch.m

function [test_targets, a, updates] = Perceptron_Batch(train_patterns, train_targets, test_patterns, params) % Classify using the batch Perceptron algorithm % Inputs: % train_patterns - Train pa
www.eeworm.com/read/166711/10006200

m batch_digits.m

function batch_Digits close all; dbstop if error; load Digits_Data [num_ex,num_labels] = size(True_Y); for i = 1:num_labels ind_data(i).labels = find(True_Y(:,i) == 1); end lrn_par = Set_De
www.eeworm.com/read/166433/10021461

m batch_template.m

%script file for batched enrolling fingerprints %Honors Project 2001~2002 %wuzhili 99050056 %comp sci HKBU %last update 19/April/2002 t = cputime; for i=101:104 for j=1:3 i j
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/10023818

m perceptron_batch.m

function [test_targets, a, updates] = Perceptron_Batch(train_patterns, train_targets, test_patterns, params) % Classify using the batch Perceptron algorithm % Inputs: % train_patterns - Train pa
www.eeworm.com/read/163963/10136592

asp batch_add.asp

www.eeworm.com/read/357874/10199052

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/357874/10199075

m perceptron_batch.m

function [test_targets, a, updates] = Perceptron_Batch(train_patterns, train_targets, test_patterns, params) % Classify using the batch Perceptron algorithm % Inputs: % train_patterns - Train pa
www.eeworm.com/read/355956/10240900

m batch_template.m

%script file for batched enrolling fingerprints %Honors Project 2001~2002 %wuzhili 99050056 %comp sci HKBU %last update 19/April/2002 t = cputime; for i=101:104 for j=1:3 i j