This document discusses gender and age classification using facial features. It explains that while humans can easily determine gender and estimate age from faces, it remains challenging for computers. The document outlines an approach that uses a convolutional neural network (CNN) trained on facial images and metadata scraped from LinkedIn profiles. Baseline classifiers using logistic regression are compared to the CNN, showing the CNN achieves 81% accuracy for gender classification and 68% for age estimation. Future work to improve accuracy is proposed, such as collecting more training data.