搜索资源列表
GA训练神经网络权值
- 利用GA算法训练神经网络权值参数
基于RBF神经网络的CPI预测
- 采用RBF神经网络的结构、特性和训练算法,根据CPI(消费者物价指数)与其影响因素之间存在的映射关系,应用神经 网络建立了多因素非线性时间序列预测模型。最后通过仿真实验和研究,把RBF神经网络与传统的BP网络预测结果进行比较,结果证明,该模型的预测精确度更高,结果令人满意。
对sinx在区间 内采样数点作为BP神经网络训练
- (1)对sinx在区间 内采样数点作为BP神经网络训练样本,然后利用该训练好的网络输出sinx的值。 (2)将函数换成 , ,重复(1)的实验。
Matlab实现基于神经网络的文字/字母识别
- 程序运用于MATLAB,实现了神经网络的文字识别,目前是对英文字母,当然对汉字要难些,而且可能会不是特别准确(因为需要训练的样本多了)。
BP神经网络训练示例
- 用于BP神经网络训练的实例,已检查,可很好运行,欢迎下载
BP神经网络非线性系统建模
- 基于BP神经网络的非线性系统函数拟合算法,分为BP神经网络构建,BP神经网络训练和BP神经网络预测.
经典神经网络训练程序
- 比较经典的BP神经网络训练程序,详细介绍了训练程序的流程,注释清晰,语言通俗,适合初学者
11
- 给予神经网络训练的MATLAB 程序 有很大的用处 解说的非常详细-Given the MATLAB neural network training procedures have great usefulness of the very detailed explanation
Character_Recognition_Training__NN_for_classificat
- 图像特征识别通过神经网络训练方法实现,是学习参考的好资料-you will need first to run the file that name "charGUI4.fig" and on the right side there is a load training set where you have to train the system first, run any data that is should be from 1 to 9 and 0 like ( 1 2 3 4 5 5
feed-forwardnetwork
- 两级前馈神经网络训练的M文件代码,代码后都有注释,用户只需修改训练条件以及前面需要训练的数据即可,是典型的神经网络,下载后直接复制到M文件即可运行成功!是学习神经网络控制的必备-Two feed-forward neural network training M-file code, code has a comment, users only need to modify the training conditions and the need to train before the data
BP神经网络训练和测试
- 三个程序,其中包括如何确定隐层节点数,BP神经网络训练和神经网络测试,替换相关数据即可使用。
BP神经网络运动状态分类
- 该程序可以通过训练集对所构建的BP神经网络进行训练,并能通过测试集,即对不同的运动状态进行分类。(The program can train the constructed BP neural network through the training set, and can classify the different motion states through the test set.)
BP神经网络MATLAB实例
- BP神经网络的MATLAB简单实例以及神经网络算法BP网络的训练函数(MATLAB simple example of BP neural network)
RBF神经网络的训练 MATLAB源程序代码
- RBF神经网络的训练 MATLAB源程序代码(RBF neural network training MATLAB source code)
单层神经网络矩阵改进
- 基于Matlab编程,实现人工神经网络对经典三种鸢尾花数据的分类,利用Matlab矩阵运算的优势,对全部样本进行同时训练,具有很好的输出结果(An Artificial Neuron Network which accomplishes classifying three kinds of flower)
神经网络
- 通过对matlab编程实现神经网络的训练和计算,得出需要的网络模型(Through the training and calculation of MATLAB programming neural network, the required network model is obtained)
神经网络 训练识别
- 1.先打开一幅图片然后按照顺序灰度化、二值化、灰度拉伸、车牌定位、二值化、倾斜校正、字符分割、训练神经网络、识别字符。 2.测试图像存储在当前目录的img下。 3.测试集、训练集、目标向量均存储在img下的文本文件中。(1. First open a picture and then follow the sequence of grayscale, binary, grayscale stretching, license plate positioning, binarization, ti
神经网络
- 神经网络训练文字识别使用的java实现----------(neural network The texture feature extraction of image is a foundational work for image recognition and classification)
多输入多输出RBF神经网络MATLAB程序
- 多输入多输出的RBF神经网络训练MATLAB程序(RBF Neural Network Training with Multiple Input and Multiple Output)
神经网络及数据
- 使用神经网络预测销量,包括数据预处理、输入数据变换、神经网络训练及使用。包括数据集(Use neural network to forecast sales volume, including data preprocessing, input data transformation, neural network training and use)