Update README.md
Browse files
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 |
-
|
| 108 |
-
|
| 109 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|
|
|
|
| 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.
|