Gender Classification

Train a classifier to recognize male from female faces in images.

Import a labeled face dataset.
Trim the faces out of the images and regularize the set using FindFaces, HistogramTransform, and ConformImages.
Define a training and a test set and prepare the classifier with the former.
Use Classify to build the classifier.
Measure the accuracy of the classifier on the two sets.
Create a function that can classify arbitrary images.