代码搜索:Gradient
找到约 2,951 项符合「Gradient」的源代码
代码结果 2,951
www.eeworm.com/read/140847/5779377
m maximize_params.m
function CPD = maximize_params(CPD, temp)
% MAXIMIZE_PARAMS Find ML params of an MLP using Scaled Conjugated Gradient (SCG)
% CPD = maximize_params(CPD, temperature)
% temperature parameter is igno
www.eeworm.com/read/133943/5897320
m mixexp_graddesc.m
%%%%%%%%%%
function [theta, eta] = mixture_of_experts(q, data, num_iter, theta, eta)
% MIXTURE_OF_EXPERTS Fit a piecewise linear regression model using stochastic gradient descent.
% [theta, eta] =
www.eeworm.com/read/133943/5897560
m maximize_params.m
function CPD = maximize_params(CPD, temp)
% MAXIMIZE_PARAMS Find ML params of an MLP using Scaled Conjugated Gradient (SCG)
% CPD = maximize_params(CPD, temperature)
% temperature parameter is igno
www.eeworm.com/read/415194/6281725
m greed_omp_cg.m
function [s, err_mse, iter_time]=greed_omp_cg(x,A,m,varargin)
% greed_omp_cg: Orthogonal Matching Pursuit algorithm based on full
% conjugate gradient solver
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/299625/6285246
m gradwfixed.m
function [grad] = gradwfixed(Sigma,indsup,Alpsup,C,Xapp,yapp,Sigmaold,pow);
%GRADWFIXED Computes the gradient of an upper bound on SVM loss wrt SIGMA^POW
% GRAD = GRADWFIXED(SIGMA,INDSUP,ALPSUP,C,X
www.eeworm.com/read/485544/6552730
m olgd.m
function [net, options, errlog, pointlog] = olgd(net, options, x, t)
%OLGD On-line gradient descent optimization.
%
% Description
% [NET, OPTIONS, ERRLOG, POINTLOG] = OLGD(NET, OPTIONS, X, T) uses on
www.eeworm.com/read/485544/6552750
m gpgrad.m
function g = gpgrad(net, x, t)
%GPGRAD Evaluate error gradient for Gaussian Process.
%
% Description
% G = GPGRAD(NET, X, T) takes a Gaussian Process data structure NET
% together with a matrix X of
www.eeworm.com/read/484356/6585998
m gradwfixed.m
function [grad] = gradwfixed(Sigma,indsup,Alpsup,C,Xapp,yapp,Sigmaold,pow);
%GRADWFIXED Computes the gradient of an upper bound on SVM loss wrt SIGMA^POW
% GRAD = GRADWFIXED(SIGMA,INDSUP,ALPSUP,C,X
www.eeworm.com/read/263879/11338158
m definev.m
function [v,dv]= definev(g,x,l,u);
%DEFINEV Scaling vector and derivative
%
% [v,dv]= DEFINEV(g,x,l,u) returns v, distances to the
% bounds corresponding to the sign of the gradient g, where
%
www.eeworm.com/read/262186/11602282
m gradwfixed.m
function [grad] = gradwfixed(Sigma,indsup,Alpsup,C,Xapp,yapp,Sigmaold,pow);
%GRADWFIXED Computes the gradient of an upper bound on SVM loss wrt SIGMA^POW
% GRAD = GRADWFIXED(SIGMA,INDSUP,ALPSUP,C,X