搜索资源列表
BP网络
- 这是我参考了n(n>=5,^_^)篇BP神经网优化方法的论文写出的BP神经网源代码,使用了批处理训练方法,带动量项、学习速率的自适应调整、仅对学习精度没有达到指定要求的模式训练,并且训练精度逐步加大,通过这种方法,极大地加快了训练速度;另外,对于0模式和1模式数目相差很大(5-6倍)都能达到很高的学习精度。-This is my reference to the n (NGT; Chapter 5 = ,^_^) BP neural network optimization method
bp.rar
- BP神经网络自适应步长训练算法,采用最小误差法,梯度下降法,自适应调节权值,BP neural network training anaysis, is realized by using error feed back, gradient descent applied updating of synaptic weights
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 and learning rate. Network tra
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, the network function of a decisi
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 network over a three-dimensional or
粗糙集
- 采用某股份制银行的698 家贷款企业样本, 基于粗糙集-Elman 神经网络集成构建了贷款企业五 级分类评估模型.该模型首先应用粗糙集理论约简出重要指标体系, 然后将训练样本送入Elman 神经网 络进行学习和训练, 进而对检验样本的风险等级进行判别.结果表明, 与传统的logistic 回归模型相比, 粗 糙集-神经网络系统对检验样本预测精度更高, 是一种更为有效和实用的分类方法, 为我国商业银行五 级分类管理提供一个新的方法. 关键词: 粗糙集;Elman 神经网络
Residual_Neural_Network-master
- 实现了残差神经网的训练,在jubernotebook上运行(The training of residual neural network is realized and it runs on jubernotebook)