Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# STL-10 (Test set only)
|
| 2 |
+
|
| 3 |
+
Original paper: [An Analysis of Single Layer Networks in Unsupervised Feature Learning](http://cs.stanford.edu/~acoates/papers/coatesleeng_aistats_2011.pdf)
|
| 4 |
+
|
| 5 |
+
Homepage: https://cs.stanford.edu/~acoates/stl10/
|
| 6 |
+
|
| 7 |
+
Bibtex:
|
| 8 |
+
```
|
| 9 |
+
@InProceedings{pmlr-v15-coates11a,
|
| 10 |
+
title = {An Analysis of Single-Layer Networks in Unsupervised Feature Learning},
|
| 11 |
+
author = {Coates, Adam and Ng, Andrew and Lee, Honglak},
|
| 12 |
+
booktitle = {Proceedings of the Fourteenth International Conference on Artificial Intelligence and Statistics},
|
| 13 |
+
pages = {215--223},
|
| 14 |
+
year = {2011},
|
| 15 |
+
editor = {Gordon, Geoffrey and Dunson, David and Dudík, Miroslav},
|
| 16 |
+
volume = {15},
|
| 17 |
+
series = {Proceedings of Machine Learning Research},
|
| 18 |
+
address = {Fort Lauderdale, FL, USA},
|
| 19 |
+
month = {11--13 Apr},
|
| 20 |
+
publisher = {PMLR},
|
| 21 |
+
pdf = {http://proceedings.mlr.press/v15/coates11a/coates11a.pdf},
|
| 22 |
+
url = {https://proceedings.mlr.press/v15/coates11a.html}
|
| 23 |
+
}
|
| 24 |
+
```
|