djghosh commited on
Commit
668da09
·
1 Parent(s): 97905bc

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # MNIST (Test set only)
2
+
3
+ Original paper: [Gradient-based learning applied to document recognition](https://ieeexplore.ieee.org/document/726791)
4
+
5
+ Homepage (broken link): http://yann.lecun.com/exdb/mnist
6
+
7
+ Bibtex:
8
+ ```
9
+ @ARTICLE{726791,
10
+ author={Lecun, Y. and Bottou, L. and Bengio, Y. and Haffner, P.},
11
+ journal={Proceedings of the IEEE},
12
+ title={Gradient-based learning applied to document recognition},
13
+ year={1998},
14
+ volume={86},
15
+ number={11},
16
+ pages={2278-2324},
17
+ doi={10.1109/5.726791}
18
+ }
19
+ ```