Create README.md
Browse files
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 |
+
}
|