代码搜索:batch
找到约 6,125 项符合「batch」的源代码
代码结果 6,125
www.eeworm.com/read/317622/13500813
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/317622/13500836
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/316604/13520390
m backpropagation_batch.m
function [D, Wh, Wo] = Backpropagation_Batch(train_features, train_targets, params, region)
% Classify using a backpropagation network with a batch learning algorithm
% Inputs:
% features- Train
www.eeworm.com/read/316604/13520412
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/314474/13566684
merge-batch-counts
#!/bin/sh
#
# merge-batch-counts --
# combine batch count files into a single count file
#
# $Header: /home/srilm/devel/utils/src/RCS/merge-batch-counts,v 1.3 1997/11/16 04:01:40 stolcke Exp $
#
if
www.eeworm.com/read/314474/13566701
make-batch-counts
#!/bin/sh
#
# make-batch-counts --
# generate n-gram counts in batches
#
# A list of data files is partitioned into batches, results from each of
# which are deposited in a separate ngram-count file.
www.eeworm.com/read/136812/5859529
c pw_batch.c
#ifndef lint
#ifdef sccs
static char sccsid[] = "@(#)pw_batch.c 1.1 92/07/30 Copyr 1985 Sun Micro";
#endif
#endif
/*
* Copyright (c) 1985 by Sun Microsystems, Inc.
*/
/*
* Pw_batch.c: Implement