代码搜索:Gradient
找到约 2,951 项符合「Gradient」的源代码
代码结果 2,951
www.eeworm.com/read/131588/14136379
m backpropagation_cgd.m
function [D, Wh, Wo] = Backpropagation_CGD(train_features, train_targets, params, region)
% Classify using a backpropagation network with a batch learning algorithm and conjugate gradient descent
www.eeworm.com/read/231984/14212674
c nca.c
/*
* simple code for computing the KL-divergence objective function and gradient
* from "Neighbourhood Components Analysis" Goldberger et al, NIPS04
*
* charless fowlkes
* fowlkes@cs.berkele
www.eeworm.com/read/129915/14217762
m backpropagation_cgd.m
function [D, Wh, Wo] = Backpropagation_CGD(train_features, train_targets, params, region)
% Classify using a backpropagation network with a batch learning algorithm and conjugate gradient descent
www.eeworm.com/read/4/44
m liti20.m
[x,y,z]=peaks(20);
[dx,dy]=gradient(z,.5,.5);
contour(x,y,z,10)
hold on
quiver(x,y,dx,dy)
hold off
www.eeworm.com/read/7131/106991
m liti20.m
[x,y,z]=peaks(20);
[dx,dy]=gradient(z,.5,.5);
contour(x,y,z,10)
hold on
quiver(x,y,dx,dy)
hold off
www.eeworm.com/read/13871/284520
m demolgd1.m
%DEMOLGD1 Demonstrate simple MLP optimisation with on-line gradient descent
%
% Description
% The problem consists of one input variable X and one target variable
% T with data generated by sampli
www.eeworm.com/read/13871/284595
m graddesc.m
function [x, options, flog, pointlog] = graddesc(f, x, options, gradf, ...
varargin)
%GRADDESC Gradient descent optimization.
%
% Description
% [X, OPTIONS, FLOG, POINTLOG] = GRADDESC(F, X, OP
www.eeworm.com/read/233209/4693974
dpr gditest81.dpr
program GDITEST81;
uses
Windows,
Messages,
SysUtils,
GDIPAPI,
GDIPOBJ;
// The following example constructs a path gradient brush from a star-shaped
// path. The code calls the Se
www.eeworm.com/read/188220/5211350
vb defaultvb.aspx.vb
Imports Telerik.QuickStart
Imports System.Data.OleDb
Imports Telerik.WebControls
Namespace Telerik.ChartExamplesVB.Templates.Points.Gradient
Public Class DefaultVB
Inherits XhtmlPag
www.eeworm.com/read/188220/5211488
vb defaultvb.aspx.vb
Imports Telerik.QuickStart
Imports System.Data.OleDb
Imports Telerik.WebControls
Namespace Telerik.ChartExamplesVB.Templates.Pie.Gradient
Public Class DefaultVB
Inherits XhtmlPage