LFW face recognition with svm and some ensemble methods,including Adaboost, Random Forest, Boosting, Voting and so on. PCA is used to extract features. Implemented with scikit-learn
(http://scikit-learn.org/stable/modules/ensemble.html#adaboost)
face_recognition_Adaboost.py
Using Adaboost as classifier and two algorithm SAMME and SAMME.R is compared
face_recognition_other_ensemble.py
Using other ensemble methods,including Adaboost, Random Forest, Boosting, Voting and so on.
To run this two file,just type
python face_recognition_Adaboost.py
python face_recognition_other_ensemble.py
python face_recognition.py