代码搜索:Approximation
找到约 1,542 项符合「Approximation」的源代码
代码结果 1,542
www.eeworm.com/read/134894/13971910
m nntoolbxexamp.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Use of Neural Nets Toolbox for
% solving a simple function approximation problem.
%
% By: Kevin Passino
% (with help of Yixin Diao)
% Version: 2/25/00
%
%%%%%%%%
www.eeworm.com/read/287267/8699032
m mregwav1.m
% Example of multiscale approximation using
% Regularization Networks
%
% Learning parameters "lambda" have to be tuned
% for instance by means of a cross-validation.
% Wavelet frame are used f
www.eeworm.com/read/419697/10842971
c alg075.c
/*
* CONJUGATE GRADIENT ALGORITHM 7.5
*
* To solve Ax = b given the preconditioning matrix C inverse and
* an initial approximation x(0):
*
* INPUT: the number of equations and unknown
www.eeworm.com/read/419697/10843072
c alg104.c
/*
* CONTINUATION METHOD FOR SYSTEMS ALGORITHM 10.4
*
* To approximate the solution of the nonlinear system F(X)=0 given
* an initial approximation X:
*
* INPUT: Number n of equations
www.eeworm.com/read/469123/6977806
m binaryepgp.m
function varargout = binaryEPGP(hyper, covfunc, varargin)
% binaryEPGP - The Expectation Propagation approximation for binary Gaussian
% process classification. Two modes are possible: training or te
www.eeworm.com/read/457711/7319009
m niceimag.m
function niceimag
% The command niceimag generates a matrix for an ATLAST
% exercise on the singular value decomposition and digital
% imaging. The rank 1 svd approximation to the image is
% gen
www.eeworm.com/read/140700/13065944
txt alg104.txt
> restart;
> # CONTINUATION METHOD FOR SYSTEMS ALGORITHM 104
> #
> # To approximate the solution of the nonlinear system F(X)=0 given
> # an initial approximation X:
> #
> # INPUT: Number n of
www.eeworm.com/read/140700/13066022
txt alg073.txt
> restart;
> # SOR ALGORITHM 7.3
> #
> # To solve Ax = b given the parameter w and an initial approximation
> # x(0):
> #
> # INPUT: the number of equations and unknowns n; the entries
> #
www.eeworm.com/read/140700/13066040
txt alg075.txt
> restart;
> # CONJUGATE GRADIENT ALGORITHM 7.5
> #
> # To solve Ax = b given the preconditioning matrix C inverse
> # and an initial approximation
> # x(0):
> #
> # INPUT: the number of equa
www.eeworm.com/read/140700/13066246
txt alg104.txt
> restart;
> # CONTINUATION METHOD FOR SYSTEMS ALGORITHM 104
> #
> # To approximate the solution of the nonlinear system F(X)=0 given
> # an initial approximation X:
> #
> # INPUT: Number n of