代码搜索:BATCH
找到约 6,125 项符合「BATCH」的源代码
代码结果 6,125
www.eeworm.com/read/408235/11401323
c batch-driver.c
/* Generated from batch-driver.scm by the CHICKEN compiler
http://www.call-with-current-continuation.org
2008-09-23 22:57
Version 3.3.0 - linux-unix-gnu-x86 [ manyargs dload ptables applyhook
www.eeworm.com/read/406944/11432003
m channelcapacity_batch.m
%% Channel Capacity of MIMO
clear;
clc;
results=zeros(51,5);
Re_CorrelationMatrix=zeros(4,4,51);
for mm=1:4
Re_CorrelationMatrix(mm,mm,:)=1;
end
Coefficient_1_2=zeros(1,51);
Coeffi
www.eeworm.com/read/405069/11472160
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/405069/11472184
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/402601/11532200
m batch1.m
make_rp;
rp.T = 2.9; rp.name = 'run11'; run_qrd_lsl(rp);
rp.T = 3.1; rp.name = 'run12'; run_qrd_lsl(rp);
rp.T = 3.3; rp.name = 'run13'; run_qrd_lsl(rp);
rp.T = 3.5; rp.name = 'run14'; run_qrd_lsl(rp)
www.eeworm.com/read/402601/11532204
m batch2.m
make_rp;
rp.T = 2.9; rp.name = 'run11'; run_qrd_lsl(rp);
rp.T = 3.1; rp.name = 'run12'; run_qrd_lsl(rp);
rp.T = 3.3; rp.name = 'run13'; run_qrd_lsl(rp);
rp.T = 3.5; rp.name = 'run14'; run_qrd_lsl(rp)
www.eeworm.com/read/157703/11670768
m perceptron_batch.m
function D = Perceptron_Batch(train_features, train_targets, params, region)
% Classify using the batch Perceptron algorithm
% Inputs:
% features - Train features
% targets - Train targets
www.eeworm.com/read/346716/11728651
m batch1.m
make_rp;
rp.T = 2.9; rp.name = 'run11'; run_qrd_lsl(rp);
rp.T = 3.1; rp.name = 'run12'; run_qrd_lsl(rp);
rp.T = 3.3; rp.name = 'run13'; run_qrd_lsl(rp);
rp.T = 3.5; rp.name = 'run14'; run_qrd_lsl(rp)
www.eeworm.com/read/346716/11728664
m batch2.m
make_rp;
rp.T = 2.9; rp.name = 'run11'; run_qrd_lsl(rp);
rp.T = 3.1; rp.name = 'run12'; run_qrd_lsl(rp);
rp.T = 3.3; rp.name = 'run13'; run_qrd_lsl(rp);
rp.T = 3.5; rp.name = 'run14'; run_qrd_lsl(rp)