This document summarizes a presentation on using histogram of oriented gradients (HOG) for face detection in machine learning image processing. It discusses preprocessing images, extracting HOG features, training a support vector machine classifier on 80% of images and testing it on 20%. Results show the classifier can correctly and incorrectly match faces. HOG features capture edge orientations to describe shapes and SVM classification maps examples to space divided by a gap to predict categories.