fira7s commited on
Commit
77b1ad6
·
verified ·
1 Parent(s): 6b429be

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## Dataset Description
2
+
3
+ The Street View House Numbers dataset contains over 600k 32×32 RGB images of digits.
4
+
5
+ - **Homepage:** http://ufldl.stanford.edu/housenumbers/
6
+
7
+ ## Citation
8
+ ```bibtex
9
+ @article{netzer2011reading,
10
+ title={Reading digits in natural images with unsupervised feature learning},
11
+ author={Netzer, Yuval and others},
12
+ year={2011},
13
+ institution={Stanford University}
14
+ }