fira7s commited on
Commit
23ac9bf
·
verified ·
1 Parent(s): 68bf9e7

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
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
+ }