This is a repository for the final assignment for MAIS 2022 by Emma, Shahrad and Hanna.
To view the full process please refer to the jupyter notebook. For the general idea read below:
- Download the data from Kaggle W2022 Challenge.
- Use Pandas library to read the data and NumPy to format it.
- Use Keras neural network library from TensorFlow to train a Convolutional Neural Network model on the given data.
- Generate best results by adjusting some hyperparameters such as kernel size and the number of convolutional layers.