文件名称:BP
介绍说明--下载内容均来自于网络,请自行研究使用
神经网络bp算法VC++实现网络的相关运算有:1、网络的输入输出接口,即训练数据的输入,各层权值和节点阈值的输出;2、网络的学习,包括前向传播运算和反向传播运算,误差估计,权值阈值修改;3、网络预测的实现等等。其中网络的学习算法采用变步长和加动量项的优化学习算法,经过我的实验对网络的学习效率有很大提高-Neural network bp algorithm VC++ to achieve the network-related operations: 1, the network input and output interfaces, that is, training data input, each layer weights and node thresholds output 2, the network' s learning, including prior to the spread of computing and the anti- to the spread of computing, error estimation, the right to modify the threshold value 3, the realization of the network prediction and so on. Which the network learning algorithm using variable step size and processing optimization algorithm with momentum term, after my experiment, network efficiency has greatly improved
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Code_Numeric_BP\BP.dsp
...............\BP.dsw
...............\BP.ncb
...............\BP.plg
...............\BP.sln
...............\BP.suo
...............\BP.vcproj
...............\BP.vcproj.FUCK.Administrator.user
...............\Debug\BP.bsc
...............\.....\BP.exe.embed.manifest
...............\.....\BP.exe.embed.manifest.res
...............\.....\BP.exe.intermediate.manifest
...............\.....\BuildLog.htm
...............\.....\Main.sbr
...............\.....\mt.dep
...............\.....\result.txt
...............\.....\vc80.idb
...............\.....\vc80.pdb
...............\.....\vc60.idb
...............\.....\vc60.pdb
...............\.....\BP.pch
...............\.....\BP.ilk
...............\.....\BP.exe
...............\.....\BP.pdb
...............\.....\Main.obj
...............\Debug
...............\result.txt
...............\Main.cpp
...............\BP.opt
Code_Numeric_BP
...............\BP.dsw
...............\BP.ncb
...............\BP.plg
...............\BP.sln
...............\BP.suo
...............\BP.vcproj
...............\BP.vcproj.FUCK.Administrator.user
...............\Debug\BP.bsc
...............\.....\BP.exe.embed.manifest
...............\.....\BP.exe.embed.manifest.res
...............\.....\BP.exe.intermediate.manifest
...............\.....\BuildLog.htm
...............\.....\Main.sbr
...............\.....\mt.dep
...............\.....\result.txt
...............\.....\vc80.idb
...............\.....\vc80.pdb
...............\.....\vc60.idb
...............\.....\vc60.pdb
...............\.....\BP.pch
...............\.....\BP.ilk
...............\.....\BP.exe
...............\.....\BP.pdb
...............\.....\Main.obj
...............\Debug
...............\result.txt
...............\Main.cpp
...............\BP.opt
Code_Numeric_BP