Authors: Madhu Hegde and Jane Hung
Date: 6 Dec 2020
Detect facial keypoints (x-, y-coordinates) according to images of faces. Taken from this Kaggle competition.
Reduce our RMSE below our initial baseline NN model.
/input: contains training and test data/output: contains stored model and history data/reference: contains information on how to submit to Kaggle/source: contains model building code/requirements.txt: contains package requirements to recreate our findings
- Run
source/w207_eda.ipynbto understand how we've explored this dataset. - Run
source/w207_project.ipynbto run through our wip feature engineering and modeling pipeline. - Run
source/w207_project.pyto run through our finalized feature engineering and modeling pipeline. - Run
source/w207_project_capsule.ipynbto run through the our experimental capsule network code.