代码搜索:NetWork
找到约 10,000 项符合「NetWork」的源代码
代码结果 10,000
www.eeworm.com/read/212307/15160097
m nethess.m
function [h, varargout] = nethess(w, net, x, t, varargin)
%NETHESS Evaluate network Hessian
%
% Description
%
% H = NETHESS(W, NET, X, T) takes a weight vector W and a network data
% structure NET, to
www.eeworm.com/read/212307/15160139
m mlpfwd.m
function [y, z, a] = mlpfwd(net, x)
%MLPFWD Forward propagation through 2-layer network.
%
% Description
% Y = MLPFWD(NET, X) takes a network data structure NET together with a
% matrix X of input vec
www.eeworm.com/read/212307/15160153
m mdn.m
function net = mdn(nin, nhidden, ncentres, dim_target, mix_type, ...
prior, beta)
%MDN Creates a Mixture Density Network with specified architecture.
%
% Description
% NET = MDN(NIN, NHIDDEN, NCENTRE
www.eeworm.com/read/212307/15160154
m rbfpak.m
function w = rbfpak(net)
%RBFPAK Combines all the parameters in an RBF network into one weights vector.
%
% Description
% W = RBFPAK(NET) takes a network data structure NET and combines the
% componen
www.eeworm.com/read/212307/15160208
m netevfwd.m
function [y, extra, invhess] = netevfwd(w, net, x, t, x_test, invhess)
%NETEVFWD Generic forward propagation with evidence for network
%
% Description
% [Y, EXTRA] = NETEVFWD(W, NET, X, T, X_TEST) tak
www.eeworm.com/read/212063/15166387
cpp main.cpp
#include "../../C/UTILITY.H"
const int infinity = 1000000;
#include "../SHORT/GRAPH.H"
#include "../SHORT/GRAPH.CPP"
#include "GRAPH.H"
#include "GRAPH.CPP"
main()
{
Network g;
www.eeworm.com/read/212047/15167030
changelog
Tue Jul 3 12:10:53 2001 Brian Gough
* interp.c (DISCARD_STATUS): discard error status values using a
macro for configurability
Sun Jul 1 21:41:27 2001 Brian Gough
www.eeworm.com/read/212047/15167059
changelog
Sun Jul 15 17:53:48 2001 Brian Gough
* removed interval type
Sun May 6 14:26:59 2001 Brian Gough
* test.c: removed tests for macros, whi
www.eeworm.com/read/212047/15167083
changelog
Mon Jul 30 17:46:42 2001 Brian Gough
* test.c (main): reduced tolerance on qagiu(f455) smooth elist
test slightly
Mon Jul 2 15:42:41 2001 Brian Gough
www.eeworm.com/read/212047/15167555
changelog
Sat Jul 15 12:23:09 2000 Brian Gough
* test_nist.c: added url/reference to the original NIST datasets
Thu May 4 15:11:11 2000 Brian Gough