搜索资源列表
基于神经网络的图像识别程序
- 基于神经网络的识别程序,程序采用三层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 degree of precision.
人工神经网络BP算法源代码与演示程序
- 人工神经网络BP算法源代码与演示系统,分三层实现BP算法-artificial neural network algorithm source code and demonstration system is divided into three layers to achieve BP algorithm
人工神经网络BP算法_函数逼近
- 用三层BP网络实现一个单输入单输出函数的逼近,文件中一个CPP文件和一个WORD文件,其中word文档中有对算法理论,算法设计,程序结果及改进方法试验的详细说明-using neural networks to achieve a single-input single-output function approximation, a CPP paper documents and a Word document, which document a word of the algorithm t
AIDemo14-1
- 人工智能,用BP算法实现的三层神经网络系统-artificial intelligence, BP algorithm of the three-tier neural network system
HandwrittenDigitRecognitionBasedOnBPNeuralNetwork.
- BP神经网络,是利用人工智能的方法,训练权值,建立模式识别的模型。本程序,采用三层神经网络,对隐层的节点个数使用经验公式,对其他的参数设置也进行了优化,实现了手写数字的识别,
BP神经网络源程序
- 基于C开发的三个隐层神经网络,输出权值、阈值文件,训练样本文件,提供如下函数:1)初始化权、阈值子程序;2)第m个学习样本输入子程序;3)第m个样本教师信号子程序;4)隐层各单元输入、输出值子程序;5)输出层各单元输入、输出值子程序;6)输出层至隐层的一般化误差子程序;7)隐层至输入层的一般化误差子程序;8)输出层至第三隐层的权值调整、输出层阈值调整计算子程序;9)第三隐层至第二隐层的权值调整、第三隐层阈值调整计算子程序;10)第二隐层至第一隐层的权值调整、第二隐层阈值调整计算子程序;11)第一
三层BP神经网络逼近非线性函数
- 内容如题,其中BP神经网络的建立采用自编函数,而非Matlab自带的神经网络建立函数
BP_XOR三层BP人工神经网络解决异或问题
- 利用三层BP人工神经网络解决异或问题(XOR)用matlab编程实现,网络结构可以方便地调整-The use of three BP artificial neural network to solve XOR problem (XOR) using matlab programming, the network structure can be easily adjusted
RBF.rar
- RBF神经网络是一种具有单隐层的三层前馈网络,输入层、隐含层和输出层。本代码主要用来建立一个RBF神经网络用进行训练。,RBF neural network used to set up
7
- 神经网络BP算法的C语言实现--三层神经元网络,人工神经网络的BP基本算法的C语言实现-BP neural network algorithm for C-language implementation- three-layer neural networks, artificial neural networks, BP algorithm is the basic C-language implementation
bp3
- 三层前馈神经网络的BP算法。程序具有以下功能: (1) 允许选择各层节点数; (2) 允许选用不同的学习率η; (3) 能对权值进行初始化,初始化用[-1、1]区间的随机数; (4)允许选用单极性和双极性两种不同Sigmoid型转移函数。 -Three-tier feed-forward neural network BP algorithm. Procedures have the following functions: (1) allows to choose the
BP_XOR
- 利用三层BP人工神经网络解决异或问题(XOR)用matlab编程实现,网络结构可以方便地调整-The use of three BP artificial neural network to solve XOR problem (XOR) using matlab programming, the network structure can be easily adjusted
bp_back
- 本程序为一个误差向后传播的三层前馈神经网络有指导的学习算法。-This procedure for a transmission error backward three feedforward neural network learning algorithm for guidance.
shenjinwangluo
- 关于车牌字符识别的神经网络算法,才用的是三层神经网络-shengjinwangluosuanfa in car recognise
BP
- 实现三层神经网络,对于初学者帮助较大。但是讲解不是很全面,几乎没有。-The realization of three neural networks, for beginners to help more. But on the not very comprehensive, virtually non-existent.
BP
- 这是一个基于matlab的三层神经网络算法,赋予不同的向量可对权值进行训练-This is a three-layer neural network matlab-based algorithm can give different weight vector for training
BP神经网络训练和测试
- 三个程序,其中包括如何确定隐层节点数,BP神经网络训练和神经网络测试,替换相关数据即可使用。
code for homework3
- 使用matlab自实现BP算法,并搭建三层神经网络建议模型。(The BP algorithm is implemented by using matlab, and the three layer neural network model is built.)
NN_labview
- 三层神经网络的Labview,没有使用任何模块,BP误差传递用矩阵实现,并含有MNIST数据集。(NN from Labview, including labview file and MNIST data file.)
RBF神经网络
- RBF神将网络是一种三层神经网络,其包括输入层、隐层、输出层。从输入空间到隐层空间的变换是非线性的,而从隐层空间到输出层空间变换是线性的