The Colored MNIST Challenge involves classifying images of colored digits. The goal is to train a model that can accurately classify these digits based on the provided training and testing datasets.
The dataset consists of colored images of digits along with their corresponding labels. The dataset files are provided in .gz format.
colored_mnist_images.gz: Training imagescolored_mnist_targets.gz: Training labelscolored_mnist_test_images.gz: Test images
colored_mnist_images.gz: Contains the training images in compressed format.colored_mnist_targets.gz: Contains the training labels in compressed format.colored_mnist_test_images.gz: Contains the test images in compressed format.Colored_MNIST_challenge.ipynb: Baseline Jupyter notebook for the challenge.
-
Clone the Repository
Clone the repository to your local machine:
git clone https://github.com/Automatants/Colored_MNIST.git
-
Install Dependencies
If you don't want to install all the dependencies on your machine, create a virtual environment :
python -m venv .venv
To activate the venv :
Windows :
source .venv/Scripts/activatemacOS/Linux :
source .venv/bin/activateTo deactivate the venv :
deactivate
Use the requirements.txt file to install the dependencies :
pip install -r requirements.txt
-
Code !
Here, the challenge is to find a relevant model and data preprocessing to obtain the best possible accuracy. In the baseline, all necessary steps - from data import to model training - are already completed.
-
Post your predictions on the CS sharing
Post the "predictions.npy" generated by your modified baseline in the site in order to get your score. You will have to create an account and a team before. https://sharing.cs-campus.fr/compete/113