代码搜索:Gradients
找到约 319 项符合「Gradients」的源代码
代码结果 319
www.eeworm.com/read/415313/11076480
m contents.m
% Netlab Toolbox
% Version 3.2.1 31-Oct-2001
%
% conffig - Display a confusion matrix.
% confmat - Compute a confusion matrix.
% conjgrad - Conjugate gradients optimization.
% consist - Ch
www.eeworm.com/read/413912/11137186
m contents.m
% Netlab Toolbox
% Version 3.2.1 31-Oct-2001
%
% conffig - Display a confusion matrix.
% confmat - Compute a confusion matrix.
% conjgrad - Conjugate gradients optimization.
% consist - Ch
www.eeworm.com/read/433114/8545624
m repeated_median_trend.m
function trend=repeated_median_trend(vector,x)
% Compute the trend by means repeated median of the gradients of the vector samples
% Ref: Siegel, A.F. (1982), "Robust Regression using Repeated Medians
www.eeworm.com/read/245849/12777992
m repeated_median_trend.m
function trend=repeated_median_trend(vector,x)
% Compute the trend by means repeated median of the gradients of the vector samples
% Ref: Siegel, A.F. (1982), "Robust Regression using Repeated Medians
www.eeworm.com/read/259881/11760235
m calcgradxmodref.m
function [gX]=calcgradxmodref(net,Q,PD,BZ,IWZ,LWZ,N,Ac,gE,TS)
%CALCGRADXMODREF Calculate bias and weight performance gradients for a
% fixed Neural Network based Model Reference Cont
www.eeworm.com/read/259565/11782670
m repeated_median_trend.m
function trend=repeated_median_trend(vector,x)
% Compute the trend by means repeated median of the gradients of the vector samples
% Ref: Siegel, A.F. (1982), "Robust Regression using Repeated Medians
www.eeworm.com/read/480270/1319715
m calcgradxmodref.m
function [gX]=calcgradxmodref(net,Q,PD,BZ,IWZ,LWZ,N,Ac,gE,TS)
%CALCGRADXMODREF Calculate bias and weight performance gradients for a
% fixed Neural Network based Model Reference Cont
www.eeworm.com/read/210914/4946947
m repeated_median_trend.m
function trend=repeated_median_trend(vector,x)
% Compute the trend by means repeated median of the gradients of the vector samples
% Ref: Siegel, A.F. (1982), "Robust Regression using Repeated Media
www.eeworm.com/read/371704/2779261
m repeated_median_trend.m
function trend=repeated_median_trend(vector,x)
% Compute the trend by means repeated median of the gradients of the vector samples
% Ref: Siegel, A.F. (1982), "Robust Regression using Repeated Media
www.eeworm.com/read/378383/9233152
m cgsolve.m
% cgsolve.m
%
% Solve a symmetric positive definite system Ax = b via conjugate gradients.
%
% Usage: [x, res, iter] = cgsolve(A, b, tol, maxiter, verbose)
%
% A - Either an NxN matrix, or a function