Update README.md
Browse files
README.md
CHANGED
|
@@ -1,16 +1,14 @@
|
|
| 1 |
-
---
|
| 2 |
license: openrail
|
| 3 |
language:
|
| 4 |
-
|
| 5 |
metrics:
|
| 6 |
-
|
| 7 |
-
pipeline_tag:
|
| 8 |
base_model:
|
| 9 |
-
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
| 11 |
datasets:
|
| 12 |
-
|
| 13 |
-
---
|
| 14 |
-
---
|
| 15 |
-
license: openrail
|
| 16 |
-
---
|
|
|
|
|
|
|
| 1 |
license: openrail
|
| 2 |
language:
|
| 3 |
+
en
|
| 4 |
metrics:
|
| 5 |
+
accuracy
|
| 6 |
+
pipeline_tag: image-classification
|
| 7 |
base_model:
|
| 8 |
+
tensorflow/keras
|
| 9 |
+
training_process:
|
| 10 |
+
CNN with 3 convolutional layers, max pooling, and 2 dense layers
|
| 11 |
+
Trained on custom stock chart image dataset
|
| 12 |
+
Binary classification (bullish vs bearish)
|
| 13 |
datasets:
|
| 14 |
+
Custom stock chart image dataset (train/val/test splits)
|
|
|
|
|
|
|
|
|
|
|
|