Introduction - If you have any usage issues, please Google them yourself
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