@@ -18,7 +18,7 @@ The MNIST database (Modified National Institute of Standards and Technology data
...
@@ -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.
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:
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.
-`train.csv` - (`60000` samples) This csv file contains the pixel values as columns along with the digits it represent.