代码搜索:Gradient

找到约 2,951 项符合「Gradient」的源代码

代码结果 2,951
www.eeworm.com/read/404217/11489916

m grad_jakes.m

%-------------------------------------------------------------------- % grad_Jakes.m ------------------------------------------------------ % % Computation of the analytical gradient of the error f
www.eeworm.com/read/235144/14083806

m grad_gauss.m

%-------------------------------------------------------------------- % grad_Gauss.m ------------------------------------------------------ % % Computation of the analytical gradient of the error f
www.eeworm.com/read/235144/14083822

m grad_jakes.m

%-------------------------------------------------------------------- % grad_Jakes.m ------------------------------------------------------ % % Computation of the analytical gradient of the error f
www.eeworm.com/read/235144/14083874

m grad_mjakes.m

%-------------------------------------------------------------------- % grad_Jakes.m ------------------------------------------------------ % % Computation of the analytical gradient of the error f
www.eeworm.com/read/307147/13727550

m evaluate_foe_log_grad.m

function g = evaluate_log_grad(this, x) %EVALUATE_FOE_LOG_GRAD Gradient of the log of an FoE distribution % EVALUATE_FOE_LOG_GRAD(P, X) computes the gradient with respect to the % image of the l
www.eeworm.com/read/432926/1886128

pde wavegradient.pde

/** * Wave Gradient * by Ira Greenberg. * * Generate a gradient along a sin() wave. */ float angle = 0; float px = 0, py = 0; float amplitude = 30; float frequency = 0; float fillGap = 2.5;
www.eeworm.com/read/374321/9409335

txt readme.txt.txt

GAUSSGRADIENT Gradient using first order derivative of Gaussian. [gx,gy]=gaussgradient(IM,sigma) outputs the gradient image gx and gy of image IM using a 2-D Gaussian kernel. Sigma is the standa
www.eeworm.com/read/442927/7641779

m gddemo.m

% Interactive demo of Gradient descent paths on "peaks" surface. % Roger Jang, 19961016, 20080801 figure('name', 'Gradient Descent', 'NumberTitle', 'off'); x=-3:.2:3; y=-3:.2:3; [xx,yy]=meshg
www.eeworm.com/read/179705/9344466

c lmder.c

/* multfit/lmder.c * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Brian Gough * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Pu
www.eeworm.com/read/424281/10467128

c vector_bfgs2.c

/* multimin/vector_bfgs2.c * * Copyright (C) 2007 Brian Gough * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as