Andyrasika
commited on
Commit
•
8c52daf
1
Parent(s):
7e416d6
Update README.md
Browse files
README.md
CHANGED
@@ -22,3 +22,16 @@ configs:
|
|
22 |
- split: train
|
23 |
path: data/train-*
|
24 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
- split: train
|
23 |
path: data/train-*
|
24 |
---
|
25 |
+
|
26 |
+
## Context
|
27 |
+
This Shoe vs Sandal vs Boot Image Dataset contains 15,000 images of shoes, sandals and boots. 5000 images for each category. The images have a resolution of 136x102 pixels in RGB color model.
|
28 |
+
|
29 |
+
## Content
|
30 |
+
There are three classes here.
|
31 |
+
- Shoe
|
32 |
+
- Sandal
|
33 |
+
- Boot
|
34 |
+
|
35 |
+
## Inspiration
|
36 |
+
This dataset is ideal for performing multiclass classification with deep neural networks like CNNs.
|
37 |
+
You can use Tensorflow, Keras, Sklearn, PyTorch or other deep/machine learning libraries to build a model from scratch or as an alternative, you can fetch pretrained models as well as fine-tune them.
|