Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
## Dataset Description
|
| 2 |
+
The MNIST dataset of handwritten digits (0–9) for image classification tasks.
|
| 3 |
+
|
| 4 |
+
- **Homepage:** http://yann.lecun.com/exdb/mnist/
|
| 5 |
+
|
| 6 |
+
## Citation
|
| 7 |
+
```bibtex
|
| 8 |
+
@article{lecun1998gradient,
|
| 9 |
+
title={Gradient-based learning applied to document recognition},
|
| 10 |
+
author={LeCun, Yann and others},
|
| 11 |
+
journal={Proceedings of the IEEE},
|
| 12 |
+
year={1998}
|
| 13 |
+
}
|