搜索资源列表
xiaoboshenjingwangluo
- 搜集的小波神经网络程序 初学小波神经网路,四处搜集的代码,希望与大街共同讨论学习: 小波神经网络、遗传算法优化神经网络代码,测试可以使用,但具体的原理不是很懂 -Wavelet neural network program to collect beginners neural network, collected around the code, I hope to discuss with the Avenue Learning: neural network, genetic
离散Hopfield神经网络联想记忆-数字分类
- 1. chapter9.m为主程序,将该文件夹设置为MATLAB当前工作路径,运行即可。 2. data0~data9.mat为数字0~9对应的矩阵,data1_noisy和data2_noisy分别为数字1和数字2的加噪声矩阵。 3. waiji.m为外积法设计离散型Hopfield网络(具体见第10章介绍)。 4. 该程序在MATLAB2009a版本下测试通过,个别函数在低版本中不存在或者调用格式有所不同,参照对应版本中的帮助文档修改即可。(1. chapter9.m based pr
matlab_ANN_MLP
- matlab程序,使用神经网络估算信号频率,附训练及测试数据(The matlab program uses neural networks to estimate the frequency of signals, along with training and test data)
BPforPen
- bp神经网络用于分类手写数字, 包含训练和测试代码(Example for classification of hand-write digits using BP network.)
BP神经网络的非线性系统建模_非线性函数拟合
- BP神经网络构建根据拟合非线性函数特点确定BP神经网络结构,由于该非线性函数有两个输入参数,一个输出参数,所以BP神经网络结构为2—5—1,即输入层有2个节点,隐含层有5个节点,输出层有1个节点。 从非线性函数中随机得到2000组输入输出数据,从中随机选择1900组作为训练数据,用于网络训练,100组作为测试数据,用于测试网络的拟合性能。(Construction of BP neural network for nonlinear function fitting structure acc
BP NN jiaochayanzheng
- 基于改进的BP神经网络的算法,并结合了交叉验证算法,划分为训练集与测试集进行改进。(Based on the improved BP neural network algorithm and the cross validation algorithm, the training set and test set are improved.)
RBF
- RBF神经网络应用数据预测,有训练集,测试集(Application of BF neural network data forecas)
iris
- 使用iris鸢尾花数据集测试rbf神经网络的分类效果(Using iris iris dataset to test the classification effect of RBF neural network)
BP
- bp神经网络进行交通预测的Matlab源代码 数据为1986年到2000年的交通量 ,网络为3输入,1输出 15组数据,其中9组为正常训练数据,3组为变量数据,3组为测试数据(Matlab source code for traffic prediction by BP neural network The data is the traffic volume from 1986 to 2000. The network is 3 input and 1 output. 15 group
第5章 线性神经网络
- MATLAB程序学习资料,线性神经网络程序例子,带一组测试数据(MATLAB program learning materials, linear neural network program examples, with a set of test data.)
第6章 BP神经网络
- MATLAB学习资料,BP神经网络程序,带一组测试数据。(MATLAB learning materials, BP neural network program, with a set of test data.)
第7章 径向基函数网络
- MATLAB学习资料,径向基函数网络,带一组测试数据。(MATLAB learning material, radial basis function network, with a set of test data.)
第8章 自组织竞争神经网络
- MATLAB学习资料,自组织竞争神经网络,带一组测试数据。(MATLAB learning materials, self organizing competitive neural network, with a set of test data.)
第9章 反馈神经网络
- MATLAB学习资料,反馈神经网络,带一组测试数据。(MATLAB learning materials, feedback neural network, with a set of test data.)
第11章 用GUI设计神经网络
- MATLAB学习资料,用GUI设计神经网络,带一组测试数据。(MATLAB learning materials, using GUI to design neural network, with a set of test data.)
CNN入门matlab程序
- matlab神经网络基础代码,包含各类神经网络代码和测试案例(Matlab neural network basic code, including various types of neural network code and test cases)
BCI_MI_CSP_DNN
- BCI_MI_CSP_DNN是一种基于matlab的运动图像脑电信号分类程序。 基于matlab深度学习工具箱编写了BCI_MI_CSP_DNN程序 本程序的原理基于CSP和DNN算法 这个程序的性能是基于BCI竞赛II数据集II 提出了一种基于深度学习的运动图像脑电信号分类方法。在预处理原始脑电图信号的基础上,采用共空间模型(CSP)方法提取脑电图特征矩阵,并将其输入深度神经网络(DNN)进行训练和分类。我们的工作在BCI Competition II Dataset III上进行了实
基于BP神经网络的色空间转换
- 本案例为基与bp神经网络对pantone色卡中RGB空间向Lab空间转换的源码,并已经调试成功输入层输出层函数与神经元个数。附加功能:直接得出各色块的Eab色差已经测试样本与预测样本的相关系数。经多次实验,相关色差在2~3之间,低于CIE认可标准:4,相关系数达到0.96以上,可以准确预测绝大多数色块,用于色彩管理建模。(This case is for color space converting(RGB Space to Lab Space) You can master how to u
人脸库代码
- 资料为基于BP基于BP神经网络的人脸识别源码(matlab),是课程设计做的一个课题,效果还不错,配备有测试显示界面,比较直观!(The data is the source code of face recognition based on BP neural network (matlab), which is a subject of curriculum design. The effect is good, equipped with test display interface, w
MATLAB手写数字汉字识别[写字板,神经网络]
- 该课题为基于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
