adambabs / Analysis-of-Image-Classification-with-Modified-MNIST-Dataset-Comprised-of-Handwritten-Digits

Projects Analysis of Image Classification with Modified MNIST Dataset Comprised of Handwritten Digits Oct 2019 – Nov 2019 Project descriptionApplication of Convolutional Neural Networks to perform image recognition tasks. The main objective of this project is to categorize images from the modified MNIST dataset, which contains handwritten digits. More precisely, the model is supposed to label each image according to the highest numeric value found in the picture.
1 stars 0 forks source link

How can I get '/content/drive/My Drive/McGill/comp551/data/train_max_x' #1

Open eye289475 opened 4 years ago

eye289475 commented 4 years ago

No such file or directory: 'train_max_x'

Kaggle data download is my first challenge. Please teach me.

!pip install -q kaggle !mkdir -p ~/.kaggle !cp kaggle.json ~/.kaggle/ !chmod 600 ~/.kaggle/kaggle.json !kaggle competitions download -c comp551w18-modified-mnist

Do I need to do like this?

And There is under text in kaggle web site. 「Unable to perform operation since you're not a participant of this limited competition」

How can I do your source code to try.

adambabs commented 4 years ago

I am sorry but this data set doesn't belong to me and I don't have any rights to share it.