代码搜索:NetWork

找到约 10,000 项符合「NetWork」的源代码

代码结果 10,000
www.eeworm.com/read/170836/9785841

gtk makefile.gtk

# Makefile for putty under X/GTK and Unix. # # This file was created by `mkfiles.pl' from the `Recipe' file. # DO NOT EDIT THIS FILE DIRECTLY; edit Recipe or mkfiles.pl instead. # # Extra options
www.eeworm.com/read/170836/9785919

bor makefile.bor

# Makefile for putty under Borland C. # # This file was created by `mkfiles.pl' from the `Recipe' file. # DO NOT EDIT THIS FILE DIRECTLY; edit Recipe or mkfiles.pl instead. # # Extra options you
www.eeworm.com/read/415537/11064072

txt port numbers.txt

Port Numbers ORT NUMBERS (last updated 19 January 2005) The port numbers are divided into three ranges: the Well Known Ports, the Registered Ports, and the Dynamic and/or Private Ports. T
www.eeworm.com/read/415313/11076367

m mdnpak.m

function w = mdnpak(net) %MDNPAK Combines weights and biases into one weights vector. % % Description % W = MDNPAK(NET) takes a mixture density network data structure NET % and combines the network w
www.eeworm.com/read/415313/11076371

m demolgd1.m

%DEMOLGD1 Demonstrate simple MLP optimisation with on-line gradient descent % % Description % The problem consists of one input variable X and one target variable % T with data generated by sampling X
www.eeworm.com/read/415313/11076487

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/415313/11076565

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/415313/11076593

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/415313/11076597

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/415313/11076724

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