文件名称:bp_v1_2
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 4kb
- 下载次数:
- 0次
- 提 供 者:
- 沈*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
-----引入动量的算法
建立一个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 (including input layer) of the BP neural network, and its training of the input layer does not carry out data processing, the hidden layer activation function sigmod function, the output layer-line Sexual Function input and output data normalized to [-1,1], the data in the matrix row-vector representation or x = [x11, x12 x21, x22 ... xp1, xp2] y = [y1 y2 ... yp] p as the number of samples
建立一个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 (including input layer) of the BP neural network, and its training of the input layer does not carry out data processing, the hidden layer activation function sigmod function, the output layer-line Sexual Function input and output data normalized to [-1,1], the data in the matrix row-vector representation or x = [x11, x12 x21, x22 ... xp1, xp2] y = [y1 y2 ... yp] p as the number of samples
(系统自动生成,下载前可以参看下载内容)
下载文件列表
bp_v1_2.m