Project 8 : Kaggle Vision Competition Project - Part 1
Sign Language Image Classification.
I entered a simple Vision classification competition. This competition will be split into 3 parts. This is because we will keep improving on our model, but initially we start with a basic model.
Introduction: Business Problem
Description: The sign language database of hand gestures represents a multi-class problem with 20 classes of letters and numbers (excluding some classes which require motion).
Evaluation: The evaluation metric for this competition is accuracy.
Methodology
The project will be executed by completing the following tasks:
- Notebook setup
- Create data block
- Create dataloaders
- Create model
- Test dataloaders
- Model submission file creation
- Submit to kaggle
- Add .ipynb notebook to kaggle
