代码搜索:NetWork
找到约 10,000 项符合「NetWork」的源代码
代码结果 10,000
www.eeworm.com/read/377948/9256252
m nncallbk.m
function y = nncallbk(demo,command)
%NNCALLBK Neural Network Design utility function.
% First Version, 8-31-95.
% NNCALLBK(DEMO,COMMAND)
% DEMO - Name of demo.
% COMMAND - Command.
% Ret
www.eeworm.com/read/377948/9256258
m nnpause.m
function nnpause(delay)
%NNPAUSE A Neural Network Design utility function.
% First Version, 8-31-95.
%==================================================================
drawnow
start = cloc
www.eeworm.com/read/377948/9256347
m contents.m
% Neural Network Design Demonstrations.
% Copyright (c) 1994 by PWS Publishing Company.
%
% General
% nnd - Splash screen.
% nndtoc - Table of contents.
% nnsound - Turn Neural Net
www.eeworm.com/read/377948/9256382
m nndrwcir.m
function nndrwcir(x,y,r,c)
%NNDRWCIR Neural Network Design utility function.
%
% NNDRWCIR(X,Y,R,C)
% X - Horizontal coordinate.
% Y - Vertical coordinate.
% R - Radius.
% C - Color.
%
www.eeworm.com/read/377948/9256384
m nnfexist.m
function ok = nnfexist(d)
%NNFEXIST Neural Network Design utility function.
% First Version, 8-31-95.
%==================================================================
ok = exist('hardlim'
www.eeworm.com/read/377948/9256444
m contents.m
% MININNET
% Functions for Neural Network Design demonstrations.
% (Do not use if Neural Network Toolbox is available.)
%
% Transfer functions
% compet - Competitive transfer function.
% h
www.eeworm.com/read/181389/9256469
m train.m
function net = train(net, tutor, varargin)
% TRAIN
%
% Train a max-win multi-class support vector classifier network using the
% specified tutor to train each component two-class network.
%
www.eeworm.com/read/181389/9256561
m train.m
function net = train(net, tutor, varargin)
% TRAIN
%
% Train a max-win multi-class support vector classifier network using the
% specified tutor to train each component two-class network.
%
www.eeworm.com/read/181389/9256567
m train.m
function net = train(net, tutor, varargin)
% TRAIN
%
% Train a dag-svm multi-class support vector classifier network using the
% specified tutor to train each component two-class network.
%
www.eeworm.com/read/181388/9256604
m train.m
function net = train(net, tutor, varargin)
% TRAIN
%
% Train a max-win multi-class support vector classifier network using the
% specified tutor to train each component two-class network.
%