dima806 commited on
Commit
b27477d
·
verified ·
1 Parent(s): b296297

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -3
README.md CHANGED
@@ -3,9 +3,22 @@ license: apache-2.0
3
  metrics:
4
  - accuracy
5
  ---
6
- Achieved 87% accuracy for classification between 3 common galaxy types (S, E, Sb).
7
 
 
8
 
9
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6449300e3adf50d864095b90/TU5oRSwnWvQ2SmCzLNh3-.png)
10
 
11
- See [my Kaggle notebook](https://www.kaggle.com/code/dima806/galaxy-type-image-detection-vit) for more details.
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  metrics:
4
  - accuracy
5
  ---
6
+ Achieved 77% weighted accuracy for classification between 3 common galaxy types (S, E, Sb).
7
 
8
+ See [my Kaggle notebook](https://www.kaggle.com/code/dima806/galaxy-type-image-detection-vit) for more details.
9
 
10
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6449300e3adf50d864095b90/mf8D2EJp_YABOryZHzSff.png)
11
 
12
+ ```
13
+ Classification report:
14
+
15
+ precision recall f1-score support
16
+
17
+ E 0.7691 0.8703 0.8166 13591
18
+ S 0.7165 0.6679 0.6913 13591
19
+ SB 0.8099 0.7583 0.7833 13592
20
+
21
+ accuracy 0.7655 40774
22
+ macro avg 0.7652 0.7655 0.7637 40774
23
+ weighted avg 0.7652 0.7655 0.7637 40774
24
+ ```