搜索资源列表
-
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下载:
采用身高和体重数据作为特征,分别假设二者相关或不相关,在正态分布假设下估计概率密度,建立最小错误率Bayes分类器,写出得到的决策规则,将该分类器应用到训练/测试样本,考察训练/测试错误情况。-The use of height and weight data as the characteristics of the assumption that the two were related or not related to the normal distribution probabilit
-
-
0下载:
RBF网络逼近、RBF-建模、RBF网络训练与测试程序-RBF network approximation, RBF-modeling, RBF network training and testing procedures
-
-
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下载:
matlab BP网络测试和训练都在里面-matlab BP network testing and training both inside
-
-
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下载:
用fisher分类器实现简单的分类,首先进行样本的训练,然后对待测样本进行测试,程序中画出了分界面。-Fisher classifier with a simple classification, first of all to the training sample, then treatment of test samples for testing, the interface of the program are drawn.
-
-
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下载:
Eigenfaces: PCA tends to find a p-dimensional subspace
whose basis vectors correspond to the maximum
variance direction in the original image space (p N).
We called the new subspace defined by basis vectors “face
space”. First, all training
-
-
0下载:
mmvn_toolkit
matlab下多元高斯混合模型工具-具有产生、测试、查看功能-complete toolkit for generating, training, testing and viewing multidimensional gaussian mixtures
-
-
0下载:
最小二乘支持向量机的程序包,包括了模型的训练和测试的各种函数。-Support Vector Machine package, including training and testing models of various functions.
-
-
0下载:
This is the source code for a Single Vector Machine classifier, briefly called a SVM classifier.
There are 60 peices assigned for training and 30 for testing the classifier.
-
-
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下载:
Image classification using Backpropragation Neural Network with data training set and data testing
-
-
0下载:
BP算法的matlab的主要框架以及样本的训练过程及测试过程(ABOUT BP junction.BP algorithm of the main framework of MATLAB and the sample training process and testing process)
-
-
0下载:
用C语言编程实现神经网络的构建和训练的程序代码
以及matlab编程实现偏最小二乘法(Programming and training program code in C language;Matlab programming for partial least square method)
-
-
0下载:
用MATLAB实现的随机抽样方法,自动划分为训练集和测试集(The random sampling method realized by Matlab can be divided into training set and testing set automatically)
-
-
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
-