The document proposes a method for face detection in color images using MATLAB and a convolutional neural network (CNN) with two layers. It begins with an introduction to face detection technologies and challenges. It then describes the proposed methodology, which involves reading a color image, applying CNN convolutions to detect faces, and fusing the results. Mathematical aspects of CNNs are discussed, including equations for convolutional operations and dimensions. The CNN method combines feature extraction, segmentation, and classification. Finally, the document summarizes how the proposed algorithm was designed in MATLAB to identify faces using a simple learning algorithm and CNNs with fewer layers than traditional networks. The goal is to develop a fast face detection program for color images based on new deep learning standards.