代码搜索:NNDemo
找到约 30 项符合「NNDemo」的源代码
代码结果 30
www.eeworm.com/read/389274/8537728
m nndemo.m
%开始页面
clear;
figure('color',[.8 .8 .8],'position',[150 150 750 500],'name','神经网络仿真系统 NNDemo2.0',...
'numbertitle','off');
%退出菜单
hm_q=uimenu(gcf,'label','Quit');
uimenu(hm_q,'label','Q&uit
www.eeworm.com/read/417673/10980862
m nndemo.m
% Cretae training data
numPts = 31;
x = linspace(-1, 1, numPts)';
y = 0.6*sin(pi*x) + 0.3*sin(3*pi*x) + 0.1*sin(5*pi*x);
trn_data = [x y];
hidden_n = 10;
train_opt = [0.001 0.01 0.1 5000];
mlp_config
www.eeworm.com/read/467198/7020073
m nndemo.m
% Cretae training data
numPts = 31;
x = linspace(-1, 1, numPts)';
y = 0.6*sin(pi*x) + 0.3*sin(3*pi*x) + 0.1*sin(5*pi*x);
trn_data = [x y];
hidden_n = 10;
train_opt = [0.001 0.01 0.1 5000];
mlp_config
www.eeworm.com/read/397761/8023996
m nndemo.m
%开始页面
clear;
figure('color',[.8 .8 .8],'position',[150 150 750 500],'name','神经网络仿真系统 NNDemo2.0',...
'numbertitle','off');
%退出菜单
hm_q=uimenu(gcf,'label','Quit');
uimenu(hm_q,'label','Q&uit
www.eeworm.com/read/143498/12870529
m nndemo.m
% Cretae training data
numPts = 31;
x = linspace(-1, 1, numPts)';
y = 0.6*sin(pi*x) + 0.3*sin(3*pi*x) + 0.1*sin(5*pi*x);
trn_data = [x y];
hidden_n = 10;
train_opt = [0.001 0.01 0.1 5000];
mlp_config
www.eeworm.com/read/492695/6419628
m nndemo.m
%开始页面
clear;
figure('color',[.8 .8 .8],'position',[150 150 750 500],'name','神经网络仿真系统 NNDemo2.0',...
'numbertitle','off');
%退出菜单
hm_q=uimenu(gcf,'label','Quit');
uimenu(hm_q,'label','Q&uit
www.eeworm.com/read/222627/14682139
m nndemo.m
%% NEARESTNEIGHBOUR Demonstration
% This (publishable) script |nndemo.m| demonstrates the features of the
% nearestneighbour function.
%% Summary
% |nearestneighbour| computes nearest neighbours
www.eeworm.com/read/222627/14682144
png nndemo.png
www.eeworm.com/read/135779/13900565
m nndemo.m
%开始页面
clear;
figure('color',[.8 .8 .8],'position',[150 150 750 500],'name','神经网络仿真系统 NNDemo2.0',...
'numbertitle','off');
%退出菜单
hm_q=uimenu(gcf,'label','Quit');
uimenu(hm_q,'label','Q&uit