代码搜索:NetWork

找到约 10,000 项符合「NetWork」的源代码

代码结果 10,000
www.eeworm.com/read/255755/12057342

m bpxnc.m

%BPXNC Back-propagation trained feed-forward neural net classifier % % [W,HIST] = BPXNC (A,UNITS,ITER,W_INI,T,FID) % % INPUT % A Dataset % UNITS Array indicating number of units in each h
www.eeworm.com/read/152929/12073639

m plotinip.m

% Plot network over training data figure(5); clf; plotgcs; hold on; plot(train(i1,1),train(i1,2),'bo'); plot(train(i2,1),train(i2,2),'r+'); % Add decision boundary to plot
www.eeworm.com/read/152929/12073695

m updategui.m

% Copy updated network to main storage in GUI %UpdateGUI %GcsProj = get(gcbf,'UserData'); set(gcbf,'UserData',GcsProj); DispState;
www.eeworm.com/read/152929/12073834

m initialgcs.m

% Specify fields for a GCS network and intialsie defualt values function Gcs = InitialGcs Gcs=[]; Gcs.Name = 'New'; Gcs.Trained = 'No'; Gcs.Status = 'Idle'; Gcs.StatusColour = 'default'; Gc
www.eeworm.com/read/152929/12073850

m savegcs.m

function SaveGcs(Gcs) filebase = Gcs.Name; filename = [filebase,'_',int2str(size(Gcs.C,1))]; eval(['save ' filename ' Gcs;']); % Save only Gcs network - trainng set already saved, no not implemen
www.eeworm.com/read/255541/12076363

makefile

# # Makefile for the linux networking. # # Note! Dependencies are done automagically by 'make dep', which also # removes any old dependencies. DON'T put your own dependencies here # unless it's s
www.eeworm.com/read/152310/12122418

m nntfnms.m

function n = nntfnms %NNTFNMS Neural Network Design utility function. % First Version, 8-31-95. %================================================================== n = ['compet '; 'ha
www.eeworm.com/read/152310/12122463

m nntexist.m

function e = nntexist(d) % NNTEXIST Neural Network Design utility function. % First Version, 8-31-95. %================================================================== e = exist('learnp');
www.eeworm.com/read/152310/12122465

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/152310/12122481

m nnpause.m

function nnpause(delay) %NNPAUSE A Neural Network Design utility function. % First Version, 8-31-95. %================================================================== drawnow start = cloc