代码搜索:Gradient
找到约 2,951 项符合「Gradient」的源代码
代码结果 2,951
www.eeworm.com/read/406460/11441872
gif gradient_38.gif
www.eeworm.com/read/406460/11441873
gif gradient_6.gif
www.eeworm.com/read/406460/11441874
gif gradient_25.gif
www.eeworm.com/read/406460/11441876
gif gradient_5.gif
www.eeworm.com/read/406460/11441879
gif gradient_21.gif
www.eeworm.com/read/405069/11472231
m gradient_descent.m
function Min = gradient_descent(a, theta, eta, fun)
% Minimize a function using the basic gradient descent algorithm
%
% Inputs:
% a - Initial search point
% theta - Convergence criterion
www.eeworm.com/read/155451/11870166
h gradient_sum.h
#ifndef _GRADIENT_SUM_H_
#define _GRADIENT_SUM_H_
#include "outline.h"
int NormalizedSumOfGradientMagnitude(int x, int y, OUTLINE *outline, unsigned char *grad);
int NormalizedSumOfGradientDotProduc
www.eeworm.com/read/155451/11870208
cpp gradient_sum.cpp
//////////////////////////////////////////////////////////////////////
// gradient_sum.cpp
//
// Searches for the head in a neighborhood.
/////////////////////////////////////////////////////////////
www.eeworm.com/read/343492/11944452
m conjugate_gradient.m
function [x,fx, nfun, ngfun] = conjugate_gradient(fun,gfun,x,optparam,varargin)
% CONJUGATE_GRADIENT : performs conjugate gradient optimization
if ~isfield(optparam,'global_cg'), optparam.global_c
www.eeworm.com/read/152442/12113310
m gradient2.m
function [xx,yy] = grad(a,xax,yax)
%GRADIENT Approximate gradient.
% [PX,PY] = GRADIENT(Z,DX,DY) returns the numerical partial derivatives
% of matrix Z in matrices PX = dZ/dx and PY = dZ/dy. DX and