Improved face recognition based on tensor-flow neural network algorithm

Lining Xing,Yaolong Hu
DOI: https://doi.org/10.3969/j.issn.1672-6332.2018.05.001
2018-01-01
Abstract:The traditional tensor-flow neural network algorithm applied to the CIFIR-10 dataset has the disadvantages of artificial preprocessing, easily overfitting and low accuracy of the dataset. The feature dimension is changed and the convolutional layer CNN is added to increase the iteration rate. We can improve the over-fitting problem through the drop out, weight attenuation and L2 regularization method and use the gradient descent method to optimize the neural network model. The local fluctuation of convergence rate is obtained, but the accuracy and iterative efficiency have better results. It provides a theoretical reference for the design of neural network.
What problem does this paper attempt to address?