代码搜索:Gradients

找到约 319 项符合「Gradients」的源代码

代码结果 319
www.eeworm.com/read/212307/15160091

m mlpbkp.m

function g = mlpbkp(net, x, z, deltas) %MLPBKP Backpropagate gradient of error function for 2-layer network. % % Description % G = MLPBKP(NET, X, Z, DELTAS) takes a network data structure NET % togeth
www.eeworm.com/read/170936/9779224

m mlpbkp.m

function g = mlpbkp(net, x, z, deltas) %MLPBKP Backpropagate gradient of error function for 2-layer network. % % Description % G = MLPBKP(NET, X, Z, DELTAS) takes a network data structure NET % togeth
www.eeworm.com/read/415313/11076474

m mlpbkp.m

function g = mlpbkp(net, x, z, deltas) %MLPBKP Backpropagate gradient of error function for 2-layer network. % % Description % G = MLPBKP(NET, X, Z, DELTAS) takes a network data structure NET % togeth
www.eeworm.com/read/413912/11137182

m mlpbkp.m

function g = mlpbkp(net, x, z, deltas) %MLPBKP Backpropagate gradient of error function for 2-layer network. % % Description % G = MLPBKP(NET, X, Z, DELTAS) takes a network data structure NET % togeth
www.eeworm.com/read/424063/10501586

m cubici3.m

function [stepmin,fbest]=cubici3(fnew,fold,graddnew,graddold,stepsize) %CUBICI3 Cubicly interpolates 2 points and gradients to find step and min. % % This function uses cubic interpolation and the
www.eeworm.com/read/424063/10501618

m cubici1.m

function r=cubici1(fnew,fold,graddnew,graddold,stepsize) %CUBICI1 Cubicly interpolates 2 points and gradients to estimate minimum. % % This function uses cubic interpolation and the values of two
www.eeworm.com/read/147682/5728087

m asptcsoiir2.m

% [y,a,b,u,t,s,p] = asptcsoiir2(xn,u,y,a,b,t,s,p,mu_t,mu_s,t_lim,s_lim) % % Sample per sample filtering and parameters update for a % cascade of M Second order type-2 IIR Adaptive Line Enhanc
www.eeworm.com/read/234163/14120198

m grinprodgausquad.m

function int=grinprodgausquad(g,sigma); %grinprodgausquad Computes the integral of the product of the gradients in 2D FEM for quadratic isoparametric triangular elements % Function int=grinprodgau
www.eeworm.com/read/147096/12584952

m cubici3.m

function [stepmin,fbest]=cubici3(fnew,fold,graddnew,graddold,stepsize) %CUBICI3 Cubicly interpolates 2 points and gradients to find step and min. % % This function uses cubic interpolation and the
www.eeworm.com/read/147096/12584978

m cubici1.m

function r=cubici1(fnew,fold,graddnew,graddold,stepsize) %CUBICI1 Cubicly interpolates 2 points and gradients to estimate minimum. % % This function uses cubic interpolation and the values of two