代码搜索:batch
找到约 6,125 项符合「batch」的源代码
代码结果 6,125
www.eeworm.com/read/386597/2570193
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/378185/2687899
src buildindex.src
#!/usr/bin/pbs_tclsh
# OpenPBS (Portable Batch System) v2.3 Software License
#
# Copyright (c) 1999-2002 Veridian Information Solutions, Inc.
# All rights reserved.
#
# ---------------------
www.eeworm.com/read/357319/3020311
txt devtools.txt
The dev tools is a collection of simple command-line tools and batch files that have helped me when restructuring and merging the JVCL. Hopefully someone else can benefit from them as well. The follow
www.eeworm.com/read/357319/3020615
bat usedjvcl.bat
@echo off
rem This batch file searches your dfm files for any use of JVCL components (classes starting with TJv) and
rem puts the results into a text file. Initial idea provided by Heinz Zastrau.
www.eeworm.com/read/392965/6788314
in check.in
13
like
this
we
hello
good
you
xyz
ping
is
a
have
word
batch
we like the sport,do you have something word for me or you ,good,this's right
we often do it like this
www.eeworm.com/read/474600/6813414
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/474600/6813425
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/474600/6813523
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/415311/11077279
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/267475/11177981
in configure.bat.in
@echo off
rem Configure batch file for `Wget' utility
rem Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
rem This program is free software; you can redistribute it and/or modify
rem it