This document presents a method for improving face recognition using artificial neural networks and principal component analysis. It discusses:
1) Extracting features from face images using PCA to reduce dimensionality before training neural networks.
2) Training two neural network models - a feedforward backpropagation network and an Elman network - on feature sets of 40 and 50 dimensions.
3) The feedforward backpropagation network achieved 98.33-98.8% accuracy while the Elman network achieved 98.33-95.14% accuracy, showing the proposed method effectively recognizes faces.