代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/152310/12122506
m nnd15gl2.m
function nnd15gl2(cmd,arg1,arg2,arg3)
%NND15GL2 Grossberg layer 2 demonstration.
% First Version, 8-31-95.
%==================================================================
% GLOBALS
glob
www.eeworm.com/read/152310/12122520
m nnd11nf.m
function [ret1,ret2,ret3,ret4,ret5]=nnd11nf(cmd,arg1,arg2,arg3,arg4,arg5)
%NND11NF Network function demonstration.
%
% This demonstration requires either the MININNET functions
% on the NND disk o
www.eeworm.com/read/152310/12122540
m nnd11bc.m
function [ret1,ret2,ret3,ret4]=nnd11bc(cmd,arg1,arg2,arg3,arg4,arg5)
%NND11BC Backpropagation calculation demonstration.
%
% This demonstration requires the Neural Network Toolbox.
%
% NND11BC ru
www.eeworm.com/read/152310/12122543
m nnd8ts1.m
function nnd8ts1(cmd,data)
%NND8TS Taylor series demonstration #1.
% First Version, 8-31-95.
%==================================================================
% BRING UP FIGURE IF IT EXIST
www.eeworm.com/read/152310/12122587
m nnsettxt.m
function nnsettxt(h,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20)
% NNSETTXT Neural Network Design utility function.
% NNSETTXT(H,T1,T2,T3,T4,T5,...T7)
% H -
www.eeworm.com/read/152310/12122595
m nnd12ls.m
function nnd12ls(cmd,arg1)
%NND12LS Conjugate gradient lines search demonstration.
%
% This demonstration requires the Neural Network Toolbox.
% First Version, 8-31-95.
%=====================
www.eeworm.com/read/152310/12122604
m nnd4db.m
function nnd4db(cmd,arg1,arg2,arg3)
%NND4DB Decision boundaries demonstration.
%
% This demonstration requires either the MININNET functions
% on the NND disk or the Neural Network Toolbox.
% F
www.eeworm.com/read/152310/12122611
m nnd18hn.m
function nnd18hn(cmd,data)
%NND18HN Hopfield network demonstration.
% First Version, 8-31-95.
%==================================================================
% GLOBALS
global lambda;
glo
www.eeworm.com/read/152310/12122614
m nnd15aw.m
function nnd15aw(cmd,arg1,arg2,arg3)
%NND15AW Adaptive weights demonstration.
% First Version, 8-31-95.
%==================================================================
% GLOBALS
global
www.eeworm.com/read/152310/12122628
m nnd12cg.m
function nnd12cg(cmd,arg1)
%NND12CG Conjugate gradient backpropagation demonstration.
%
% This demonstration requires the Neural Network Toolbox.
% First Version, 8-31-95.
%==================