This document presents a modified CNN architecture for face recognition that adds two batch normalization operations to improve performance. The CNN extracts facial features using convolutional layers and max pooling, and classifies faces using a softmax classifier. The proposed approach was tested on a face database containing images of 4 individuals with varying lighting conditions. Experimental results showed the modified CNN with batch normalization achieved better recognition results than traditional methods.