This project is based on the Kaggle Challenge by State farm. https://www.kaggle.com/c/state-farm-distracted-driver-detection
- Preprocessed dash-cam images and created a keras model to classify drivers into different “attention” modes.
- Used pre-trained VGG-16 weights and compiled the model using SGD optimizer to minimize multi-class log loss.