搜索资源列表
三层BP神经网络逼近非线性函数
- 内容如题,其中BP神经网络的建立采用自编函数,而非Matlab自带的神经网络建立函数
BP网络实现
- BP网络三种传递函数的实现比较。
BP神经网络非线性系统建模
- 基于BP神经网络的非线性系统函数拟合算法,分为BP神经网络构建,BP神经网络训练和BP神经网络预测.
改进的BP神经网络
- 基于附加动量的BP神经网络,模拟函数
bpalgorithm1
- BP算法的C语言实现,可用于函数逼近,分类,数据挖掘应用等-BP algorithm C language can be used to function approximation and classification, data mining applications
do03zpyI
- matlab 里用BP网络实现函数逼近的例子-Matlab Lane BP network function approximation example
BP-moshi
- BP神经网络用于函数拟合与模式识别的Matlab示例程序,说明很详细,并且代码可以直接拿来用-BP neural network for function fitting and pattern recognition procedures Matlab examples to illustrate in great detail, and the code can be directly used by
BP
- 应用BP神经网络对两个函数进行非线性逼近,并给出MATLAB源程序,还对结果进行了分析。-Application of BP neural network of the two non-linear function approximation, and gives MATLAB source code, but also on the results are analyzed.
BP
- 利用MATLAB实现的BP网络,没有利用MATLAB的函数,而是自己编写实现-Use MATLAB to achieve the BP network, did not make use of MATLAB function, but to prepare themselves to achieve
BP
- delphi 2005下编译通过。支持变学习率。具有通用性,传递函数可自己写(动态调用)。 下面是程序和使用的例子。学习《人工智能与专家系统》时写的。-delphi 2005 adopted under the compiler. Support for variable learning rate. With GM, and transfer function can write their own (dynamic call). The following are the proc
BP
- BP算法解决函数y=cos( 2*PI* x )学习问题-BP algorithm to solve function y = cos (2* PI* x) learning problems
bpnet
- bp神经网络算法程序,仿真逼近一个函数,内含详细注解,适合初学者。-it is a program of bp neural network algorithm ,its function is simulating approximation of a function. it contains detailed notes, and suitable for beginners.
BP1214
- BP神经网络的逼近函数源代码 数学建模-BP neural network approximation function of the source code for mathematical modeling
example_bpnetronetwork
- BP算法例子:用一个五层的神经网络去逼近函数-example_bpnetronetwork_5layers
bp
- 基于BP神经网络算法的函数逼近,利用matlab实现BP算法逼近任意非线性函数-BP neural network algorithm based on function approximation, using matlab to achieve BP algorithm approximate any nonlinear function
BP
- 不使用matlab神经网络工具箱用bp网络实现函数逼近。利于了解bp网络的原理-Do not use matlab neural network toolbox with bp networks function approximation. Help to understand the principle of the network bp
BP
- BP神经网络 非线性函数拟合,BP神经网络 非线性函数拟合-BP neural network nonlinear function fitting, BP neural network nonlinear function approximation
BP
- 利用BP网络实现函数逼近,本程序以cos(k*pi*p)为例进行逼近-Function approximation using BP network, the procedures to cos (k* pi* p) as an example approximation
BP
- BP神经网络函数过程具体介绍(不使用matlab自带函数)(introduction of BP neural network function)