Linear Digressions

Facial Recognition with Eigenfaces

Linear Digressions

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! http://scikit-learn.org/stable/auto_examples/applications/face_recognition.html

Next Episodes

Linear Digressions

Stats of World Series Streaks @ Linear Digressions

📆 2014-12-17 01:41 / 00:12:34


Linear Digressions

Computers Try to Tell Jokes @ Linear Digressions

📆 2014-11-26 19:59 / 00:09:08


Linear Digressions

How Outliers Helped Defeat Cholera @ Linear Digressions

📆 2014-11-22 01:00 / 00:10:54


Linear Digressions

Hunting for the Higgs @ Linear Digressions

📆 2014-11-16 01:00 / 00:10:16