From 9683fe031c2c7615b08340496b9029e9464d3608 Mon Sep 17 00:00:00 2001 From: Ayush Shivani <ashivani@aicrowd.com> Date: Sun, 17 May 2020 18:00:08 +0530 Subject: [PATCH] changed readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a38e0fc..569e095 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The MNIST database (Modified National Institute of Standards and Technology data For simplification, images has been stored in csv file. The `train.csv` has `785` columns, the fist column is the label and the rest `784` contain the pixel value of the associated image pixel. -## 📠Files +# 📠Files Following files are available in the `resources` section: - `train.csv` - (`60000` samples) This csv file contains the pixel values as columns along with the digits it represent. -- GitLab