Update Readme.md
Browse files
Readme.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
### Architecture Model
|
2 |
The model is based on ResNet18 as a backbone and fine-tuning only the last convolutional block (layer4). It also use custom classifier for Hidden layer of 256 units with ReLU activation,
|
3 |
-
Dropout layer (0.3) for regularization, and Output layer with 6 units (one per waste category).
|
4 |
|
5 |
### Model Performance
|
6 |
The model achieves strong performance across all waste categories, with an overall accuracy of 96%. Detailed performance metrics per class:
|
|
|
1 |
### Architecture Model
|
2 |
The model is based on ResNet18 as a backbone and fine-tuning only the last convolutional block (layer4). It also use custom classifier for Hidden layer of 256 units with ReLU activation,
|
3 |
+
Dropout layer (0.3) for regularization, and Output layer with 6 units (one per waste category). The dataset is from [garythung/trashnet](https://huggingface.co/datasets/garythung/trashnet)
|
4 |
|
5 |
### Model Performance
|
6 |
The model achieves strong performance across all waste categories, with an overall accuracy of 96%. Detailed performance metrics per class:
|