代码搜索:batch

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

代码结果 6,125
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/362008/10023787

m perceptron_bvi.m

function [test_targets, a] = Perceptron_BVI(train_patterns, train_targets, test_patterns, params) % Classify using the batch variable increment Perceptron algorithm % Inputs: % train_patterns -
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/357874/10199058

m perceptron_bvi.m

function [test_targets, a] = Perceptron_BVI(train_patterns, train_targets, test_patterns, params) % Classify using the batch variable increment Perceptron algorithm % Inputs: % train_patterns -
www.eeworm.com/read/357874/10199069

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

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/355288/10281076

bat configure.bat

@echo off rem Configure batch file for `Wget' utility rem Copyright (C) 1995, 1996, 1997, 2007, 2008 Free Software Foundation, Inc. rem This program is free software; you can redistribute it and/
www.eeworm.com/read/278099/10569900

c query.c

/* +++Date last modified: 05-Jul-1997 */ /* ** QUERY.C - Timed query with default for batch files ** ** Usage: QUERY [Prompt_string] [X] [n] ** where: X = Default answer, `Y' or `N'
www.eeworm.com/read/349842/10796958

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