1) The document discusses face detection and recognition using a back propagation neural network. It aims to recognize faces from images and determine if individuals are authorized.
2) Face detection is used to locate and crop face areas from images. Principal component analysis extracts features for dimension reduction. A back propagation neural network and radial basis function network are then used for classification.
3) The system was tested and achieved high recognition rates. Individual information was stored in a database. The document reviews related work on neural networks and previous implementations of face recognition.