Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- garythung/trashnet
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
metrics:
|
7 |
+
- loss
|
8 |
+
- accuracy
|
9 |
+
tags:
|
10 |
+
- code
|
11 |
+
pipeline_tag: image-classification
|
12 |
+
library_name: keras
|
13 |
+
---
|
14 |
+
# Garbage Classification use CNN and Transfer Learning with MobileNetV2
|
15 |
+
Model Used for transfer learning is MobileNetV2 to improve the model CNN already made
|