The invention provides a handwritten form
identification system of BP neural network based on a dynamic
sample selection strategy. Weights of different
layers of network neurons are initialized randomly; a
gradient descent method is used to optimize the network weight, in first round of iteration, all samples are used to calculate the total gradient, the total gradient is used to update the weights of different
layers, and whether a sample serves as a training sample in next round of iteration is determined according to whether the sample is far from a
decision boundary, and the training samples selected in the last round are used to calculate the total gradient, update the weights of different
layers and select samples for next round of iteration repeatedly till the minimal stop error or the maximal interaction frequency is reached; and the obtained neural network is used to identify an unknown hand-written
font sample. Compared with a traditional classification technology, According to
sample selection strategy of the invention, the samples are selected dynamically according to the distances to the
decision boundary, the amount of training sample is decreased step by step, and an
algorithm can effectively solve the problem that
training time of the BP network is too long in a
big data set.