代码搜索:Gradient

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

代码结果 2,951
www.eeworm.com/read/325790/13184768

m initgradx.m

function obj=initgradx(obj) % Intializes the gradient with respect to x. Used by, for instance, the EKF filter. % The result is found in the 'gradx' property. % % Syntax: (* = optional) % % obj
www.eeworm.com/read/325790/13184773

m initgradw.m

function obj=initgradw(obj) % Intializes the gradient with respect to w. Used by, for instance, the EKF filter. % The result is found in the 'gradw' property. % % Syntax: (* = optional) % % obj
www.eeworm.com/read/325790/13184822

m initgradx.m

function obj=initgradx(obj) % Intializes the gradient with respect to x. Used by, for instance, the EKF filter. % The result is found in the 'gradx' property. % % Syntax: (* = optional) % % obj
www.eeworm.com/read/325790/13184827

m initgradw.m

function obj=initgradw(obj) % Intializes the gradient with respect to w. Used by, for instance, the EKF filter. % The result is found in the 'gradw' property. % % Syntax: (* = optional) % % obj
www.eeworm.com/read/325790/13184888

m initgradx.m

function obj=initgradx(obj) % Intializes the gradient with respect to x. Used by, for instance, the EKF filter. % The result is found in the 'gradx' property. % % Syntax: (* = optional) % % obj
www.eeworm.com/read/325790/13184893

m initgradw.m

function obj=initgradw(obj) % Intializes the gradient with respect to w. Used by, for instance, the EKF filter. % The result is found in the 'gradw' property. % % Syntax: (* = optional) % % obj
www.eeworm.com/read/325790/13184949

m initgradx.m

function obj=initgradx(obj) % Intializes the gradient with respect to x. Used by, for instance, the EKF filter. % The result is found in the 'gradx' property. % % Syntax: (* = optional) % % obj
www.eeworm.com/read/325790/13184956

m initgradw.m

function obj=initgradw(obj) % Intializes the gradient with respect to w. Used by, for instance, the EKF filter. % The result is found in the 'gradw' property. % % Syntax: (* = optional) % % obj
www.eeworm.com/read/481658/6636997

m frprmn.m

%| FUNCTION: frprmn %| %| PURPOSE: Given a starting point p[1..n], Fletcher-Reeves-Polak-Ribiere %| minimization is performed on a function func, using its gradient %|
www.eeworm.com/read/246447/4494359

java averagegradientstatistic.java

package com.weighscore.neuro.plugins; import com.weighscore.neuro.*; /** * This statistic is intended to be used in the future for conjugate gradient * teacher. * @author Fyodor Kravchenko