Hot Search : Source embeded web remote control p2p game More...
Location : Home Downloads Other resource
  • Category : Other resource
  • Tags :
  • Update : 2008-10-13
  • Size : 335.95kb
  • Downloaded :0次
  • Author :starboy_2nd
  • About : starboy_2nd
  • PS : If download it fails, try it again. Download again for free!
Introduction - If you have any usage issues, please Google them yourself
This program is a demonstration program of BP algorithm, and the levenberg-marquardt algorithm is of practical value. I. network training The default state of the program is the sample training state, and how to train the network in the sample training state is described. 1. System accuracy: Define the system target accuracy and define the accuracy of network training error according to the requirements. The error formula is the sum of the mean variance of the output layer node and the actual network output of the training network. Maximum training frequency: The default is 10000 times. According to the need, if the maximum training frequency network fails to reach the target accuracy, the program exits. 3. The step: The default is 0.01, and the manual setting is generally not required because of the variable step length algorithm. 4. Number of input layer: The number of nodes of the input layer neuron of the artificial neural network. 5. Number of hidden layers: The number of nodes of the underlying layer of neurons in the artificial neural network. 6. Number of output layer: Number of neurons in the output layer of the artificial neural network. 7. Training algorithm: The levenberg-marquardt algorithm is strongly recommended, which is stable after testing. 8. Activation function: Different network activation functions perform different performance, and can be selected according to the actual situation. 9. Processing of sample data: Because the program does not have the normalization function, the sample data used for training must first be normalized to be trained.
Packet file list
(Preview for download)
Packet : 37724078vc  bp.rar filelist
基于Visual C++开发的BP神经网络源程序\Arithmetic.dll
基于Visual C++开发的BP神经网络源程序\example\Demo.txt
基于Visual C++开发的BP神经网络源程序\example\net_lm_sigmoid_16.txt
基于Visual C++开发的BP神经网络源程序\example\测试数据.txt
基于Visual C++开发的BP神经网络源程序\example\测试数据的实际结果.txt
基于Visual C++开发的BP神经网络源程序\example\用来训练网络的数据.txt
基于Visual C++开发的BP神经网络源程序\example\用网络仿真的结果.txt
基于Visual C++开发的BP神经网络源程序\example\说明.txt
基于Visual C++开发的BP神经网络源程序\example
基于Visual C++开发的BP神经网络源程序\Help.doc
基于Visual C++开发的BP神经网络源程序\MatrixBase.dll
基于Visual C++开发的BP神经网络源程序\NNBP.exe
基于Visual C++开发的BP神经网络源程序\SRC\Arithmetic\AllDef.h
基于Visual C++开发的BP神经网络源程序\SRC\Arithmetic\Arithmetic.aps
基于Visual C++开发的BP神经网络源程序\SRC\Arithmetic\Arithmetic.cpp
基于Visual C++开发的BP神经网络源程序\SRC\Arithmetic\Arithmetic.def
基于Visual C++开发的BP神经网络源程序\SRC\Arithmetic\Arithmetic.dsp
基于Visual C++开发的BP神经网络源程序\SRC\Arithmetic\Arithmetic.dsw
基于Visual C++开发的BP神经网络源程序\SRC\Arithmetic\Arithmetic.plg
基于Visual C++开发的BP神经网络源程序\SRC\Arithmetic\Arithmetic.rc
基于Visual C++开发的BP神经网络源程序\SRC\Arithmetic\Matrix.h
基于Visual C++开发的BP神经网络源程序\SRC\Arithmetic\Procedure.cpp
基于Visual C++开发的BP神经网络源程序\SRC\Arithmetic\ReadMe.txt
基于Visual C++开发的BP神经网络源程序\SRC\Arithmetic\res\Arithmetic.rc2
基于Visual C++开发的BP神经网络源程序\SRC\Arithmetic\res
基于Visual C++开发的BP神经网络源程序\SRC\Arithmetic\Resource.h
基于Visual C++开发的BP神经网络源程序\SRC\Arithmetic\StdAfx.cpp
基于Visual C++开发的BP神经网络源程序\SRC\Arithmetic\StdAfx.h
基于Visual C++开发的BP神经网络源程序\SRC\Arithmetic
基于Visual C++开发的BP神经网络源程序\SRC\Bin\Arithmetic.dll
基于Visual C++开发的BP神经网络源程序\SRC\Bin\example\Demo.txt
基于Visual C++开发的BP神经网络源程序\SRC\Bin\example\net_lm_sigmoid_16.txt
基于Visual C++开发的BP神经网络源程序\SRC\Bin\example\测试数据.txt
基于Visual C++开发的BP神经网络源程序\SRC\Bin\example\测试数据的实际结果.txt
基于Visual C++开发的BP神经网络源程序\SRC\Bin\example\用来训练网络的数据.txt
基于Visual C++开发的BP神经网络源程序\SRC\Bin\example\用网络仿真的结果.txt
基于Visual C++开发的BP神经网络源程序\SRC\Bin\example\说明.txt
基于Visual C++开发的BP神经网络源程序\SRC\Bin\example
基于Visual C++开发的BP神经网络源程序\SRC\Bin\Help.doc
基于Visual C++开发的BP神经网络源程序\SRC\Bin\MatrixBase.dll
基于Visual C++开发的BP神经网络源程序\SRC\Bin\NNBP.exe
基于Visual C++开发的BP神经网络源程序\SRC\Bin
基于Visual C++开发的BP神经网络源程序\SRC\MatrixBase\Matrix.cpp
基于Visual C++开发的BP神经网络源程序\SRC\MatrixBase\Matrix.h
基于Visual C++开发的BP神经网络源程序\SRC\MatrixBase\MatrixBase.aps
基于Visual C++开发的BP神经网络源程序\SRC\MatrixBase\MatrixBase.clw
基于Visual C++开发的BP神经网络源程序\SRC\MatrixBase\MatrixBase.cpp
基于Visual C++开发的BP神经网络源程序\SRC\MatrixBase\MatrixBase.def
基于Visual C++开发的BP神经网络源程序\SRC\MatrixBase\MatrixBase.dsp
基于Visual C++开发的BP神经网络源程序\SRC\MatrixBase\MatrixBase.dsw
基于Visual C++开发的BP神经网络源程序\SRC\MatrixBase\MatrixBase.ncb
基于Visual C++开发的BP神经网络源程序\SRC\MatrixBase\MatrixBase.opt
基于Visual C++开发的BP神经网络源程序\SRC\MatrixBase\MatrixBase.plg
基于Visual C++开发的BP神经网络源程序\SRC\MatrixBase\MatrixBase.rc
基于Visual C++开发的BP神经网络源程序\SRC\MatrixBase\ReadMe.txt
基于Visual C++开发的BP神经网络源程序\SRC\MatrixBase\res\MatrixBase.rc2
基于Visual C++开发的BP神经网络源程序\SRC\MatrixBase\res
基于Visual C++开发的BP神经网络源程序\SRC\MatrixBase\Resource.h
基于Visual C++开发的BP神经网络源程序\SRC\MatrixBase\StdAfx.cpp
基于Visual C++开发的BP神经网络源程序\SRC\MatrixBase\StdAfx.h
基于Visual C++开发的BP神经网络源程序\SRC\MatrixBase
基于Visual C++开发的BP神经网络源程序\SRC\NeuralNetwork.dsw
基于Visual C++开发的BP神经网络源程序\SRC\NeuralNetwork.ncb
基于Visual C++开发的BP神经网络源程序\SRC\NeuralNetwork.opt
基于Visual C++开发的BP神经网络源程序\SRC\Nnbp\AllDef.h
基于Visual C++开发的BP神经网络源程序\SRC\Nnbp\AutoFont.cpp
基于Visual C++开发的BP神经网络源程序\SRC\Nnbp\AutoFont.h
基于Visual C++开发的BP神经网络源程序\SRC\Nnbp\BtnST.cpp
基于Visual C++开发的BP神经网络源程序\SRC\Nnbp\BtnST.h
基于Visual C++开发的BP神经网络源程序\SRC\Nnbp\HyperLink.cpp
基于Visual C++开发的BP神经网络源程序\SRC\Nnbp\HyperLink.h
基于Visual C++开发的BP神经网络源程序\SRC\Nnbp\Matrix.h
基于Visual C++开发的BP神经网络源程序\SRC\Nnbp\MemDC.h
基于Visual C++开发的BP神经网络源程序\SRC\Nnbp\NNBP.APS
基于Visual C++开发的BP神经网络源程序\SRC\Nnbp\NNBP.clw
基于Visual C++开发的BP神经网络源程序\SRC\Nnbp\NNBP.cpp
基于Visual C++开发的BP神经网络源程序\SRC\Nnbp\NNBP.dsp
基于Visual C++开发的BP神经网络源程序\SRC\Nnbp\NNBP.dsw
基于Visual C++开发的BP神经网络源程序\SRC\Nnbp\NNBP.h
基于Visual C++开发的BP神经网络源程序\SRC\Nnbp\NNBP.plg
基于Visual C++开发的BP神经网络源程序\SRC\Nnbp\NNBP.rc
基于Visual C++开发的BP神经网络源程序\SRC\Nnbp\NNBPDlg.cpp
基于Visual C++开发的BP神经网络源程序\SRC\Nnbp\NNBPDlg.h
基于Visual C++开发的BP神经网络源程序\SRC\Nnbp\ReadMe.txt
基于Visual C++开发的BP神经网络源程序\SRC\Nnbp\Release
基于Visual C++开发的BP神经网络源程序\SRC\Nnbp\res\About_Home.ico
基于Visual C++开发的BP神经网络源程序\SRC\Nnbp\res\exit.ico
基于Visual C++开发的BP神经网络源程序\SRC\Nnbp\res\FileOpen.ico
基于Visual C++开发的BP神经网络源程序\SRC\Nnbp\res\Help.ico
基于Visual C++开发的BP神经网络源程序\SRC\Nnbp\res\NNBP.ico
基于Visual C++开发的BP神经网络源程序\SRC\Nnbp\res\NNBP.rc2
基于Visual C++开发的BP神经网络源程序\SRC\Nnbp\res\Simulator.ico
基于Visual C++开发的BP神经网络源程序\SRC\Nnbp\res\Start.ico
基于Visual C++开发的BP神经网络源程序\SRC\Nnbp\res\Stop.ico
基于Visual C++开发的BP神经网络源程序\SRC\Nnbp\res\Training.ico
基于Visual C++开发的BP神经网络源程序\SRC\Nnbp\res
基于Visual C++开发的BP神经网络源程序\SRC\Nnbp\Resource.h
基于Visual C++开发的BP神经网络源程序\SRC\Nnbp\StaticFader.cpp
基于Visual C++开发的BP神经网络源程序\SRC\Nnbp\StaticFader.h
基于Visual C++开发的BP神经网络源程序\SRC\Nnbp\StdAfx.cpp
基于Visual C++开发的BP神经网络源程序\SRC\Nnbp\StdAfx.h
基于Visual C++开发的BP神经网络源程序\SRC\Nnbp
基于Visual C++开发的BP神经网络源程序\SRC
基于Visual C++开发的BP神经网络源程序\说明.txt
基于Visual C++开发的BP神经网络源程序
Related instructions
  • We are an exchange download platform that only provides communication channels. The downloaded content comes from the internet. Except for download issues, please Google on your own.
  • The downloaded content is provided for members to upload. If it unintentionally infringes on your copyright, please contact us.
  • Please use Winrar for decompression tools
  • If download fail, Try it againg or Feedback to us.
  • If downloaded content did not match the introduction, Feedback to us,Confirm and will be refund.
  • Before downloading, you can inquire through the uploaded person information

Nothing.

Post Comment
*Quick comment Recommend Not bad Password Unclear description Not source
Lost files Unable to decompress Bad
*Content :
*Captcha :
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.