搜索资源列表
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
- BP算法解决函数y=cos( 2*PI* x )学习问题-BP algorithm to solve function y = cos (2* PI* x) learning problems
bp_v1_2
- -----引入动量的算法 建立一个3层(含输入层)的BP神经网络,并对其进行训练 输入层不进行数据处理,隐含层激活函数为sigmod函数,输出层为线性函数 输入输出数据归一化到[-1,1],数据在矩阵中按行向量表示 即x=[x11,x12 x21,x22 ... xp1,xp2] y=[y1 y2 ... yp] p为样本数 -The introduction of the algorithm ----- momentum to build a three-layer (
BP
- 此程序实现了神经网络中的BP算法,使用MATLAB语言编写,对在平面坐标上的x,y变量在[-1,1]面积内进行象限归类。-This program implements the BP neural network algorithm, using the MATLAB language, on the plane coordinates of x, y variables in [-1,1] area classified within the quadrant.
BPsin(x)
- matlab上bp算法逼近SINx的程序实例-matlab bp
matlabbpexp1
- matlab的bp神经网络工具箱,bp神经网络案例之一,非线性拟合y=x21+x-one of a bp examples