This document compares the performance of two neural network architectures, multi-layer perceptron (MLP) and radial basis function (RBF) networks, on a face recognition system. It trains MLP networks using different variants of the backpropagation algorithm and compares the results to RBF networks. The document finds that RBF networks provide better generalization performance compared to backpropagation algorithms and have faster training times, making them more suitable for face recognition.