Image Classification
Keras
English
art
benjaminStreltzin commited on
Commit
157d171
·
verified ·
1 Parent(s): 2e2103b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -10
README.md CHANGED
@@ -96,17 +96,21 @@ your mileage may vary.
96
 
97
  ### Testing Data, Factors & Metrics
98
 
99
- precision
100
- recall
101
- f1
102
- confusion_matrix
103
- accuracy
104
 
105
  ### Results
106
- test accuracy = 0.853
107
- precision = 0.866
108
- recall = 0.8357
109
- f1 = 0.8509
 
 
 
 
110
 
111
 
112
 
@@ -114,4 +118,4 @@ f1 = 0.8509
114
 
115
  #### Summary
116
 
117
- The model preforms well and meet our initial goal ,thus this model can handle the task of image classification real image vs ai generated image.
 
96
 
97
  ### Testing Data, Factors & Metrics
98
 
99
+ -precision
100
+ -recall
101
+ -f1
102
+ -confusion_matrix
103
+ -accuracy
104
 
105
  ### Results
106
+ -test accuracy = 0.853
107
+
108
+ -precision = 0.866
109
+
110
+ -recall = 0.8357
111
+
112
+ -f1 = 0.8509
113
+
114
 
115
 
116
 
 
118
 
119
  #### Summary
120
 
121
+ The model preforms well and meet our initial goal ,thus this model can handle the task of image classification real image vs Ai generated image.