代码搜索:Gradient
找到约 2,951 项符合「Gradient」的源代码
代码结果 2,951
www.eeworm.com/read/102394/15784392
c gradient.c
/* multifit/covar.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 P
www.eeworm.com/read/191902/8417221
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/289743/8529923
m backprop_gradient.m
function [C, dC] = backprop_gradient(v, network, X, targets)
%BACKPROP Compute the cost gradient for CG optimization of a neural network
%
% [C, dC] = backprop_gradient(v, network, X, targets)
%
% C
www.eeworm.com/read/286662/8751832
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/386279/8758381
m conjugate_gradient.m
function [min,solvec,stepnum]=conjugate_gradient(str,ini,err)
% File name:conjugate_gradient.m
% Author:Yan Anxin
% ID number:081810
% Date:finished on 2008.11.15
% Description:
%
www.eeworm.com/read/285107/8868211
java gradient1.java
import java.awt.*;
import java.awt.geom.*;
public class Gradient1 extends Frame{
Paint gPaint1, gPaint2, gPaint3, gPaint4;
public Gradient1(String title){
super(title);
gPaint1=n
www.eeworm.com/read/384426/8871277
jpg stocho_gradient.jpg
www.eeworm.com/read/282636/9078879
gif gradient-bg.gif
www.eeworm.com/read/282636/9078893
gif gradient-bg.gif
www.eeworm.com/read/282636/9078985