当前位置:
首页 资源下载
搜索资源 - matlab neural training testing
搜索资源列表
-
1下载:
此程序是神经网络中径向基函数的OLS算法,在MATLAB中实现。用一个2-n-1结构的RBF网对SISO系统进行建模,网络的两个输入为u(k-1)和y(k-1),输出为 y(k)。令y(0)=0,按飞线性系统产生200个样本,其中前100个样本用于训练,后100个样本用于测试。-This program is the radial basis function neural network of OLS algorithm is implemented in MATLAB. With a 2-n
-
-
0下载:
Program for training and testing the Elman Recurrent Neural Network model when used to predict
-
-
0下载:
一个自己编写的三层BP神经网络,通过测试,初学者可以参考一下-I have written a three-layer BP neural network, testing and reference for beginners
-
-
0下载:
traning and testing using neural network based on iris dataset
-
-
1下载:
RNNSIM ver. 1.0 is a program with an intercative graphical user interface
(GUI) that runs under MATLAB ver. 5.0 or higher. The program can be used
in training and testing the Random Neural Network(RNN) models.
This version (ver. 1.0) impleme
-
-
0下载:
本代码是采用BP神经网络 对上海港的集装箱吞吐量进行预测,内涵两个程序包,一个为训练网络,里一个是测试之用,请参考,希望有所帮助-This code is used BP neural network to predict the Shanghai Port' s container throughput, meaning the two packages, one for training the network, where one is testing purposes, pleas
-
-
0下载:
此程序是神经网络中基于梯度的径向基函数算法,在MATLAB中实现。用一个2-n-1结构的RBF网对SISO系统进行建模,网络的两个输入为u(k-1)和y(k-1),输出为 y(k)。令y(0)=0,按飞线性系统产生200个样本,其中前100个样本用于训练,后100个样本用于测试。-This procedure is based on the gradient neural network radial basis function algorithm is implemented in MATL
-
-
0下载:
此程序是神经网络中基于聚类的径向基函数算法,在MATLAB中实现。用一个2-n-1结构的RBF网对SISO系统进行建模,网络的两个输入为u(k-1)和y(k-1),输出为 y(k)。令y(0)=0,按飞线性系统产生200个样本,其中前100个样本用于训练,后100个样本用于测试。-This procedure is based on neural network clustering of radial basis function algorithm is implemented in MAT
-
-
0下载:
face recognition..matlab code for learing,testing,training..with back propagation neural network..with biosand without bios coding
-
-
0下载:
The early detection of arrhythmia is very important
for the cardiac patients. This done by analyzing the
electrocardiogram (ECG) signals and extracting some features
from them. These features can be used in the classification of
different typ
-
-
0下载:
PVM is a fast supvervised leanring algorithm who combine dimensioin reduction and neural network training.
I have prepared the code (including six algorithms KPVM, EL M/SVD, BP/SVD and BPVM, and one dataset "Face") and put them in one zip file "pvm
-
-
0下载:
神经网络matlab训练网络和测试网络程序-Matlab neural network training networks and network testing procedures
-
-
0下载:
Image classification using Backpropragation Neural Network with data training set and data testing
-
-
0下载:
采用MATLAB神经网络中的BP网络进行26个英语字母的仿真识别。采用了改进型的BP算法设计了26个字符的模式识别系统。并对该系统进行了训练和测试。-MATLAB neural network in the BP network for 26 English letters of the simulation. The pattern recognition system based on the improved BP algorithm is designed. And training a
-
-
0下载:
采用malab的elman神经网络训练和测试294期蓝球数据预测下一期蓝球号码。-The elman using matlab neural network training and testing 294 basketball data to predict the next number.
-
-
0下载:
Neural network programming,包括matlab和C#的实现源代码,包括训练数据和测试数据-Neural network programming, including matlab and C# source code to achieve, including the training and testing data
-
-
1下载:
深度神经网络在测试时面对如此大的网络是很难克服过拟合问题的。
Dropout能够很好地解决这个问题。通过阻止特征检测器的共同作用来提高神经网络的性能。这种方法的关键步骤在于训练时随机丢失网络的节点单元包括与之连接的网络权值。在训练的时候,Dropout方法可以使得网络变得更为简单紧凑。在测试阶段,通过Dropout训练得到的网络能够更准确地预测网络的输出。这种方式有效的减少了网络的过拟合问题,并且比其他正则化的方法有了更明显的提升。
本文通过一个简单的实验来比较使用Dropout方法前后网络
-
-
0下载:
用C语言编程实现神经网络的构建和训练的程序代码
以及matlab编程实现偏最小二乘法(Programming and training program code in C language;Matlab programming for partial least square method)
-
-
1下载:
采用三层BP神经网络结构,输入层神经元数为5,隐含层神经元数为3,输出层神经元数为1,使用MATLAB编写。
将所给数据按14:1分为训练样本集,和测试样本集,经测试及分析,预测误差为0.1700,误差较小。
网络训练好后,输入前一天的6组数据,即:最高价、最低价、开盘价、收盘价、成交量,就能自动预测出后一天的收盘价。(The structure of three-layer BP neural network is adopted. The number of neurons in the i
-
-
2下载:
该课题为基于MATLAB bp神经网络的手写汉字识别系统。可以利用鼠标手写中文汉字进行训练,测试,可以识别任何字体,只需要到GUI界面面板更换即可。在GUI界面就可以随写随训练中文,不需要到后台手动更换文字训练,方便快捷上档次。(This project is a handwritten Chinese character recognition system based on Matlab bp neural network. You can use the mouse to write Ch
-