代码搜索:BATCH

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

代码结果 6,125
www.eeworm.com/read/493206/6398590

m backpropagation_recurrent.m

function [D, Wh, Wo] = Backpropagation_Recurrent(train_features, train_targets, params, region) % Classify using a backpropagation recurrent network with a batch learning algorithm % Inputs: % f
www.eeworm.com/read/479510/6688087

bat build.bat

@echo off REM #-------------------------------------------------------------------------- REM # File: BUILD.BAT REM # Contents: Batch file to build EZ-USB FX2 firmware frameworks. REM # REM # Co
www.eeworm.com/read/410924/11264777

m perceptron_bvi.m

function D = Perceptron_BVI(train_features, train_targets, params, region) % Classify using the batch variable increment Perceptron algorithm % Inputs: % features - Train features % targets
www.eeworm.com/read/410924/11265010

m backpropagation_cgd.m

function [D, Wh, Wo] = Backpropagation_CGD(train_features, train_targets, params, region) % Classify using a backpropagation network with a batch learning algorithm and conjugate gradient descent
www.eeworm.com/read/410924/11265042

m backpropagation_recurrent.m

function [D, Wh, Wo] = Backpropagation_Recurrent(train_features, train_targets, params, region) % Classify using a backpropagation recurrent network with a batch learning algorithm % Inputs: % f
www.eeworm.com/read/404978/11474696

txt todo.txt

Mini Batch (Urs Mueller, 18.3.94) ========== - If no Basic program present, print something like "Program buffer is empty" rather than "Exceeded end of program". Batchliste fuer Neuro-Basic (Ur
www.eeworm.com/read/403384/11518054

bat build.bat

@echo off REM #-------------------------------------------------------------------------- REM # File: BUILD.BAT REM # Contents: Batch file to build EZ-USB FX2 firmware frameworks. REM # REM # Co
www.eeworm.com/read/157703/11670766

m perceptron_bvi.m

function D = Perceptron_BVI(train_features, train_targets, params, region) % Classify using the batch variable increment Perceptron algorithm % Inputs: % features - Train features % targets
www.eeworm.com/read/258673/11847600

bat build.bat

@echo off REM #-------------------------------------------------------------------------- REM # File: BUILD.BAT REM # Contents: Batch file to build EZ-USB FX2 firmware frameworks. REM # REM # Co
www.eeworm.com/read/344239/11895983

py outputgenerator.py

#!/usr/bin/python """ Runs a Java program, appends output if it's not there -force as first argument when doing batch files forces overwrite """ import os, re, sys argTag = '// {Args: ' o