faces_classify_nmf, a scikit-learn code which uses non-negative matrix factorization (nmf) to match new faces with images in the faces dataset.
The computer code and data files described and made available on this web page are distributed under the MIT license
faces_classify_knn, a scikit-learn code which uses the k-nearest neighbor algorithm to match new faces with images in the faces dataset.
faces_classify_pca, a scikit-learn code which uses principal component analysis (PCA) to match new faces with images in the faces dataset.