代码搜索:Learning

找到约 5,352 项符合「Learning」的源代码

代码结果 5,352
www.eeworm.com/read/385191/2594624

svn-base test_gs2.m.svn-base

% test Greedy Search with cache clear all; add_BNT_to_path; fprintf('\n=== Structure Learning with Greedy Search algorithm and cache implementation\n'); bnet=mk_asia_bnet ; n=8; name
www.eeworm.com/read/261019/4326170

makefile

# # $RCSfile: Makefile,v $ # $Revision: 1.2 $ # $Date: 2000/03/07 20:29:51 $ # $Locker: $ # author: Tucker Balch # THISDIR = src/EDU/cmu/cs/coral/learning SUBDIRS = JAVAFILES = $(shell echo *.java
www.eeworm.com/read/261019/4326241

makefile

# # $RCSfile: Makefile,v $ # $Revision: 1.8 $ # $Date: 2000/03/29 16:11:42 $ # $Locker: $ # author: Tucker Balch # THISDIR = src/EDU/cmu/cs/coral SUBDIRS = abstractrobot clay cmvision cye learning
www.eeworm.com/read/474600/6813408

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/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/474600/6813545

m backpropagation_sm.m

function [test_targets, Wh, Wo, J] = Backpropagation_SM(train_patterns, train_targets, test_patterns, params) % Classify using a backpropagation network with stochastic learning algorithm with mome
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/106693/15626435

java scriptvalidationsample.java

/* * ValidationSample.java * * Created on 11 november 2002, 22.59 * @author pmarrone */ package org.joone.samples.engine.scripting; import org.joone.engine.*; import org.joone.engine.learning.
www.eeworm.com/read/106693/15626451

java simplevalidationsample.java

/* * ValidationSample.java * * Created on 11 november 2002, 22.59 * @author pmarrone */ package org.joone.samples.engine.validation; import org.joone.engine.*; import org.joone.engine.learning