代码搜索:batch
找到约 6,125 项符合「batch」的源代码
代码结果 6,125
www.eeworm.com/read/410924/11265051
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/405540/11460909
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
www.eeworm.com/read/405540/11460915
bat configure.bat
@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
r
www.eeworm.com/read/405069/11472167
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/405069/11472178
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/405069/11472267
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/404467/11484959
bat build.bat
@echo off
rem
rem This batch file builds and preverifies the code for the demos.
rem it then packages them in a JAR file appropriately.
rem
if "%OS%" == "Windows_NT" setlocal
set DEMO=UIDemo
se
www.eeworm.com/read/404467/11484962
bat run.bat
@echo off
rem This file runs the corresponded demo.
if "%OS%" == "Windows_NT" setlocal
set DEMO=UIDemo
if not exist .\%DEMO%.jad (
echo *** Run this batch file from its location directory o
www.eeworm.com/read/403379/11518406
bat build.bat
@echo off
rem
rem This batch file builds and preverifies the code for the demos.
rem it then packages them in a JAR file appropriately.
rem
if "%OS%" == "Windows_NT" setlocal
set DEMO=UIDemo
se
www.eeworm.com/read/403379/11518409
bat run.bat
@echo off
rem This file runs the corresponded demo.
if "%OS%" == "Windows_NT" setlocal
set DEMO=UIDemo
if not exist .\%DEMO%.jad (
echo *** Run this batch file from its location directory o