Please login or sign up to post and edit reviews.
Facial Recognition with Eigenfaces - Publication Date |
- Jan 07, 2015
- Episode Duration |
- 00:10:01
A true classic topic in ML: Facial recognition is very high-dimensional, meaning that each picture can have millions of pixels, each of which can be a single feature. It's computationally expensive to deal with all these features, and invites overfitting problems. PCA (principal components analysis) is a classic dimensionality reduction tool that compresses these many dimensions into the few that contain the most variation in the data, and those principal components are often then fed into a classic ML algorithm like and SVM.
One of the best thing about eigenfaces is the great example code that you can find in sklearn--you can distinguish pictures of world leaders yourself in just a few minutes!
learn.org/stable/auto_examples/applications/face_recognition.html">http://scikit-
learn.org/stable/auto_examples/applications/face_recognition.html
This episode could use a review!
This episode could use a review! Have anything to say about it? Share your thoughts using the button below.
Submit Review