Introduction
Datasets: Facial Keypoints Detection, Kaggle (https://www.kaggle.com/c/facial-keypoints-detection)
The goal is to locate the specific key points on face images.
The training set has 7049 examples of face images with corresponding keypoint locations. We use this data to train our models.
In total, we have 7049 rows, each one with 31 columns. The first 30 columns are keypoint locations' coordinates, identified as numbers by R. The last column is a string representation of the image, identified as a string. The following image is one of the photos in the training set.