⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 demos.m

📁 这是用MATLAB 编写的有关神经网络的程序
💻 M
字号:
function tbxStruct  = demos

%DEMOS Demo list for the ANN Library.

% Version 3.1
% Giampiero Campa & Mario Luca Fravolini
% 1-Jul-2003

if nargout == 0, demo blockset; return; end

tbxStruct.Name='Adaptive Neural Networks';
tbxStruct.Type='Blockset';

tbxStruct.Help={
   
   'The Adaptive Neural Networks Library (ANN) consists in a collection'
   'of blocks that implement several adaptive neural networks in simulink.'
};

 tbxStruct.DemoList = { ' Neural Network Library',       'ann';
                        ' Learning Comparison',          'nncomp' };

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -