fira7s commited on
Commit
7060950
·
verified ·
1 Parent(s): c4f371f

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
+
3
+ Tiny ImageNet is a reduced version of the original ImageNet dataset, containing **200 classes** (a subset of the 1,000 ImageNet categories)
4
+
5
+ - **Homepage:** https://www.image-net.org/
6
+ ## Citation
7
+ ```bibtex
8
+ @inproceedings{deng2009imagenet,
9
+ title={ImageNet: A large-scale hierarchical image database},
10
+ author={Deng, Jia and others},
11
+ booktitle={CVPR},
12
+ year={2009}
13
+ }