代码搜索:NetWork
找到约 10,000 项符合「NetWork」的源代码
代码结果 10,000
www.eeworm.com/read/242302/13051356
html 21668.html
Re: 如何在 VB 内写一个能在 NETWORK DRIVE 读 / 写 files 的程式?
Re: 如何在 VB 内写一个能在 NETWORK DRIVE 读 / 写 fi
www.eeworm.com/read/140851/13058952
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 netw
www.eeworm.com/read/140851/13058955
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 sampli
www.eeworm.com/read/140851/13059060
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 N
www.eeworm.com/read/140851/13059232
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, NC
www.eeworm.com/read/140851/13059235
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
% com