代码搜索:UserData

找到约 4,368 项符合「UserData」的源代码

代码结果 4,368
www.eeworm.com/read/158963/10707243

m nnd12m.m

function nnd12m(cmd,arg1) %NND12M Marquardt backpropagation demonstration. % % This demonstration requires the Neural Network Toolbox. % First Version, 8-31-95. %=============================
www.eeworm.com/read/158963/10707253

m nnd12ms.m

function nnd12ms(cmd,arg1) %NND12MS Maquardt step demonstration. % % This demonstration requires the Neural Network Toolbox. % First Version, 8-31-95. %=======================================
www.eeworm.com/read/158963/10707265

m nnd13edr.m

function nnd13edr(cmd,arg1,arg2,arg3) %NND13EDR Effects of decay rate demonstration. % First Version, 8-31-95. %================================================================== % CONSTANTS
www.eeworm.com/read/158963/10707274

m nnd8ts2.m

function nnd8ts2(cmd,data) %NND8TS2 Taylor series demonstration #2. % First Version, 8-31-95. %================================================================== % BRING UP FIGURE IF IT EXIS
www.eeworm.com/read/158963/10707286

m nnd5rb.m

function nnd5rb(cmd) %NND5RB Reciprocal basis demonstration. % INITIALIZE arrow_size=0.2; not_first_tm=0; % BRING UP FIGURE IF IT EXISTS me = 'nnd5rb'; fig = nnfgflag(me); if length(ge
www.eeworm.com/read/158963/10707291

m nnd12vl.m

function nnd12vl(cmd,arg1) %NND12VL Variable learning rate backpropagation demonstration. % % This demonstration requires the Neural Network Toolbox. % First Version, 8-31-95. %==============
www.eeworm.com/read/158963/10707299

m nnd14lv2.m

function nnd14lv2(cmd,arg1,arg2,arg3) %NND4LV1 LVQ2 demonstration. % % This demonstration requires the Neural Network Toolbox. % First Version, 8-31-95. %=====================================
www.eeworm.com/read/158963/10707338

m nnd15li.m

function nnd15li(cmd,arg1,arg2,arg3) %NND15LI Leaky integrator demonstration. % First Version, 8-31-95. %================================================================== % CONSTANTS me =
www.eeworm.com/read/158963/10707390

m nnd12sd2.m

function nnd12sd2(cmd,arg1) %NND12SD2 Steepest descent backpropagation demonstration #2. % % This demonstration requires the Neural Network Toolbox. % First Version, 8-31-95. %===============
www.eeworm.com/read/158963/10707404

m nnd4pr.m

function nnd4pr(cmd,arg1,arg2,arg3) %NND4PR Perceptron rule demonstration. % % This demonstration requires either the MININNET functions % on the NND disk or the Neural Network Toolbox. % First