搜索资源列表
BP网络
- 这是我参考了n(n>=5,^_^)篇BP神经网优化方法的论文写出的BP神经网源代码,使用了批处理训练方法,带动量项、学习速率的自适应调整、仅对学习精度没有达到指定要求的模式训练,并且训练精度逐步加大,通过这种方法,极大地加快了训练速度;另外,对于0模式和1模式数目相差很大(5-6倍)都能达到很高的学习精度。-This is my reference to the n (NGT; Chapter 5 = ,^_^) BP neura
BP网络
- 这是我参考了n(n>=5,^_^)篇BP神经网优化方法的论文写出的BP神经网源代码,使用了批处理训练方法,带动量项、学习速率的自适应调整、仅对学习精度没有达到指定要求的模式训练,并且训练精度逐步加大,通过这种方法,极大地加快了训练速度;另外,对于0模式和1模式数目相差很大(5-6倍)都能达到很高的学习精度。-This is my reference to the n (NGT; Chapter 5 = ,^_^) BP neura
隐含层为mexihat 输出为sigmal的wav-sigal
- 用三层小波神经网络实现的与文本无关说话人识别。(识别部分)。输入的是语音特征,输出的是识别结果。训练用的语音特征要事先提取出。-with three wavelet neural network has nothing to do with the text of Speaker Recognition. (Recognition). The admission of voice features, the output is the
手写识别系统
- 数字识别,识别手写体。 使用神经网络算法编写。 识别率一般,带训练功能-Number recognizing system,used to recogize the hand writing figures.It is writen by nero network and has low recognizing effects but we can exercise it.
基于神经网络的图像识别程序
- 基于神经网络的识别程序,程序采用三层BP网络训练,采用了普通定义中加入动量因子的训练法,精确度很高。-based on neural network identification procedures, procedures adopted a three-tier network training BP, with its definition of momentum into the training factor, a high
image_identify
- 实现图像的预处理,包括灰度值转换,二值化,梯度锐化,去离散噪声,整体倾斜调整,字符分割,尺寸归一,紧缩重排等功能,经过神经网络训练后可以字符识别。-image preprocessing, including gray-scale conversion value, the value of the gradient sharpening to discrete noise, overall tilt adjustment, chara
RBF-nn
- 4输入层,3隐层,2输出层的RBF神经网络分类器 附有测试和训练样本-four input layer, hidden layer 3, the output layer 2 RBF neural network classifiers with testing and training samples
bp
- BP神经网络,应用动量BP算法训练BP网络.建立一个BP网络 对网络进行训练 对网络进行仿真
DigitRec
- 基于bp神经网络的文字识别系统本,主要包括图像预处理和网络识别2部分,图像预处理部分包含许多图像处理技术,然后是特征的提取,其结果利用bp神经网络进行训练识别,是对图像处理和模式识别进行综合学习的好资料!-Bp neural network based text recognition system of this, including image pre-processing and network identification pa
bpm_train
- 人工神经网络系统的训练 TRAIN BP算法存在局部极小点,收敛速度慢等缺点,改进的BP算法。-Artificial neural network training algorithm TRAINBP local minimum points, such as the shortcomings of slow convergence, improved BP algorithm.
MATLABFNN
- 这是一个模糊神经网络的训练程序,希望能从中作出改进。-This is a fuzzy neural network training process, I hope be able to make improvements.
bp
- 介绍bp神经网的相关知识。有助于了解bp神经网的训练,权值的修订等等。属于资料-Introduction bp neural network knowledge. Contribute to understanding of bp neural network training, weights, etc. amendment. To the dissemination of information
BPNN
- 用BP神经网络实现模糊控制规则为T=int[(e +ec)/2]的模糊神经网络控制器。可以改变隐层节点数和学习速率。网络训练算法是变学习速率法。-BP neural network with fuzzy control rules for the T = int [(e+ Ec)/2] of the fuzzy neural network controller. Can change the hidden layer nodes
chengpin
- 模糊神经网络,自己编的,解决神经网络全局收敛问题,训练速度快。-Fuzzy neural networks, own, and to resolve the issue of global convergence of neural network training speed.
matlab-n-net-tl
- 神经网络是单个并行处理元素的集合,我们从生物学神经系统得到启发。在自然界,网 络功能主要由神经节决定,我们可以通过改变连接点的权重来训练神经网络完成特定的功能-A single neural network is a collection of parallel processing elements, we have been inspired by biological nervous system. In nature, th
bp
- BP神经网络自适应步长训练算法,采用最小误差法,梯度下降法,自适应调节权值-BP neural network training anaysis, is realized by using error feed back, gradient descent applied updating of synaptic weights
Nervsystem
- 神经网络是单个并行处理元素的集合,我们从生物学神经系统得到启发。在自然界,网 络功能主要由神经节决定,我们可以通过改变连接点的权重来训练神经网络完成特定的功能。如人脑的某一部分进行机械记忆特别有效 而某一部分进行抽象思维特别有效。-Nervous system has some functions. Here I make them by using Matlab.
erweifeixianxing
- 在程序设计和调试过程中①只要在程序中增加类似m或n的循环语句,便可用神经网对三维或三维以上的非线形函数训练,也可以用在复杂系统二个以上独立变量、任意维非线性动态参数的辨识-In program design and debugging process ① similar increase in the program as long as m or n of the loop, you can use the neural networ
Residual_Neural_Network-master
- 实现了残差神经网的训练,在jubernotebook上运行(The training of residual neural network is realized and it runs on jubernotebook)