In this presentation, we explore different approaches to solve the problem of face recognition using supervised learning techniques. As the presentation progresses, we distinguish between four alternative solutions to the problem, which themselves are ramifications of two well-established methods in the data science literature: Eigenfaces and Fisherfaces. For each of these alternatives, we describe both the structure and intentions of the code implemented. Finally, we provide code for a classification system which was trained on all available data, and parametrized according to results that we later analyze.
Note that this presentation is the continuation of a previous proyect. For more details vist http://rpubs.com/dherrero12/543854.