sekarmulyani commited on
Commit
428c3f9
·
1 Parent(s): a34d69d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -76
README.md CHANGED
@@ -30,82 +30,21 @@ The final output of this model, although holding substantial potential to enhanc
30
 
31
  > This project is oriented towards academic pursuits and is undertaken as a stipulated requirement for graduation within the Information System undergraduate program at Computer Science Faculty, Amikom University of Purwokerto.
32
 
33
- <h2>Training Data</h2>
34
- <p>This model is from Epoch 6 Checkpoint</p>
35
- <table>
36
- <tr>
37
- <th>Epoch</th>
38
- <th>Training Loss</th>
39
- <th>Validation Loss</th>
40
- <th>F1</th>
41
- <th>Roc Auc</th>
42
- <th>Akurasi</th>
43
- </tr>
44
- <tr>
45
- <td>1</td>
46
- <td>0.371500</td>
47
- <td>0.368949</td>
48
- <td>0.412707</td>
49
- <td>0.630868</td>
50
- <td>0.304636</td>
51
- </tr>
52
- <tr>
53
- <td>2</td>
54
- <td>0.349400</td>
55
- <td>0.368781</td>
56
- <td>0.457155</td>
57
- <td>0.653646</td>
58
- <td>0.366337</td>
59
- </tr>
60
- <tr>
61
- <td>3</td>
62
- <td>0.322000</td>
63
- <td>0.379917</td>
64
- <td>0.488654</td>
65
- <td>0.673030</td>
66
- <td>0.422530</td>
67
- </tr>
68
- <tr>
69
- <td>4</td>
70
- <td>0.286300</td>
71
- <td>0.412161</td>
72
- <td>0.495117</td>
73
- <td>0.679087</td>
74
- <td>0.448102</td>
75
- </tr>
76
- <tr>
77
- <td>5</td>
78
- <td>0.248400</td>
79
- <td>0.451065</td>
80
- <td>0.488383</td>
81
- <td>0.676833</td>
82
- <td>0.455970</td>
83
- </tr>
84
- <tr>
85
- <td><strong>6</strong></td>
86
- <td><strong>0.213400</strong></td>
87
- <td><strong>0.496999</strong></td>
88
- <td><strong>0.494043</strong></td>
89
- <td><strong>0.680316</strong></td>
90
- <td><strong>0.462986</strong></td>
91
- </tr>
92
- <tr>
93
- <td>7</td>
94
- <td>0.179300</td>
95
- <td>0.540976</td>
96
- <td>0.489517</td>
97
- <td>0.677931</td>
98
- <td>0.461609</td>
99
- </tr>
100
- <tr>
101
- <td>8</td>
102
- <td>0.156000</td>
103
- <td>0.599047</td>
104
- <td>0.486695</td>
105
- <td>0.677005</td>
106
- <td>0.464297</td>
107
- </tr>
108
- </table>
109
 
110
  # Klasifikasi Rating Ulasan E-Commerce: Produk Kecantikan Wanita
111
 
 
30
 
31
  > This project is oriented towards academic pursuits and is undertaken as a stipulated requirement for graduation within the Information System undergraduate program at Computer Science Faculty, Amikom University of Purwokerto.
32
 
33
+ ## Training Data
34
+ This model is from Epoch 6 Checkpoint
35
+
36
+ | Epoch | Training Loss | Validation Loss | F1 | Roc Auc | Akurasi |
37
+ |-------|---------------|-----------------|----|---------|--------|
38
+ | 1 | 0.371500 | 0.368949 | 0.412707 | 0.630868 | 0.304636 |
39
+ | 2 | 0.349400 | 0.368781 | 0.457155 | 0.653646 | 0.366337 |
40
+ | 3 | 0.322000 | 0.379917 | 0.488654 | 0.673030 | 0.422530 |
41
+ | 4 | 0.286300 | 0.412161 | 0.495117 | 0.679087 | 0.448102 |
42
+ | 5 | 0.248400 | 0.451065 | 0.488383 | 0.676833 | 0.455970 |
43
+ | 6 | **0.213400** | **0.496999** | **0.494043** | **0.680316** | **0.462986** |
44
+ | 7 | 0.179300 | 0.540976 | 0.489517 | 0.677931 | 0.461609 |
45
+ | 8 | 0.156000 | 0.599047 | 0.486695 | 0.677005 | 0.464297 |
46
+
47
+ **Note:** The lower accuracy might be attributed to the presence of reviewer bias in the testing dataset.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
 
49
  # Klasifikasi Rating Ulasan E-Commerce: Produk Kecantikan Wanita
50