搜索资源列表
人工神经网络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
BP
- 使用BP网络逼近非线性函数,可以获得很不错的逼近效果!
bp
- 神经网络bp算法源代码,各个部分的包括函数逼近,函数定义等的功能
bp
- bp神经网络用于函数逼近,拟合效果较好,一经过测试
BPhanshubijin
- 该程序代码实现BP网络函数逼近,适合初学者学习
ANN-BP
- 分两部分,第一部分是神经网络的基本概念,第二部分是用BP网络实现函数逼近算法-including two part , one is about the basic concept of ANN, the other is algorithm
BP_tanh_linaer
- BP神经网络Simulink模型。。例子给了个离散传递函数。训练后的网络可以逼近任意传递函数,或者非线性函数。-Simulink model of BP neural network. . Examples for the discrete transfer function. Trained network can approximate any transfer function, or the nonlinear function.
bp
- 用matlab编的BP算法--函数拟合,用来逼近一个SIN函数-Part of the BP algorithm using matlab- function approximation is used to approximate a SIN function
bpbijin
- 这是用BP神经网络实现函数逼近的MATLAB源程序。-This is by BP neural network function approximation of MATLAB source.
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.
bp
- 基于BP神经网络算法的函数逼近,利用matlab实现BP算法逼近任意非线性函数-BP neural network algorithm based on function approximation, using matlab to achieve BP algorithm approximate any nonlinear function
BP
- 利用BP网络实现函数逼近,本程序以cos(k*pi*p)为例进行逼近-Function approximation using BP network, the procedures to cos (k* pi* p) as an example approximation
bp-rbf-neural-networks
- 介绍如何通过matlab使用bp神经网络和rbf神经网络来逼近非线性函数-Describes how to use matlab bp neural network and rbf neural networks to approximate nonlinear functions
bp_c
- BP人工神经网络改进算法 加入惯性系数 bp算法c语言实现_函数逼近-c code of bp algorithm.
BP
- BP神经网络是一个前向网络,它利用误差反向传播算法对网络进行训练,结构简单,可塑性强。本例选择3层BP神经网络(隐层为1层)来逼近函数,单输入单输出,隐层包含7个神经元,预设精度为0.1,学习率设为0.1,循环次数为5000次,达到循环次数,或结果达到预设精度要求,结束计算。激活函数选择双曲函数,采用梯度下降法,通过神经元的输入和误差,以及权值的学习速率来计算权值的变化率。将输入提供给网络后,神经元的激活值从输入层经各中间层向输出层传播,输出层的神经元获得网络的输入相应。接下来,按照减少目标输出
BP
- 一层BP神经网络逼近函数,用MATLAB编写,不是神经网络工具箱。-Layer BP neural network approximation function, prepared using MATLAB neural network toolbox.
BP神经网络
- 利用BP神经网络去做函数逼近和解决分类问题(BP neural network is used to do function approximation and solve classification problem)
BP
- BP神经网络经过训练与学习,逼近非线性函数(BP neural networks are trained and studied to approximate nonlinear functions)