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

📄 contents.m

📁 人工神经网络:MATLAB源程序用于训练测试
💻 M
字号:
%
% Content of \COLLECT\CALIB\NNET
%
% Drawnn    - Draws the topology of a neural network. (Called in nnmodel.m)
%
% Invrange  - Returns a range-scaled data set to its original scale
%
% Kolmog    - Kolmogorov-Smirnov test to check if a set of observations
%             are normally distributed
%
% Kolnorm   - Performs a Kolmogorov-Smirnov test for normality on replicate
%		        objects at different levels, and returns the percentage of 	
%		        objects not normally distributed at each level
%
% Levmarq   - Levenberg-Marquardt algorithm for training feed-forward 
%             backpropagation neural networks . Also pruned (ie. not 
%             fully connected) networks can be trained
%
% Linfit    - Construct a linear regression model to fit a calibration 
%             line and estimate lack-of-fit
%
% Lmeval    - Computes the output of a backpropagation neural network
%
% Nnmodel   - Backpropagation neural network with one hidden layer for 
%             multivariate calibration. (Designed to model only one 
%             response y at a time)
%
% Nnpred    - Prediction of responses of new samples with a neural network model
%
% Pmntanh   - Fast hyperbolic tangent function to be used in	neural networks 
%             instead of the tanh provided by MATLAB
%
% Range     - Each element in the data set is scaled to a range determined
%		      by the user
%
% Rangenew  - Each element in the new data set is scaled to a range determined
%             by the user on a reference set
%

⌨️ 快捷键说明

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