You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-3Lines changed: 25 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -206,7 +206,7 @@ Following are our training results from a DGX-1 with 2 GPUs on the models with l
206
206
207
207
## Extended models trained for recognition of ACA and rotor ciphers
208
208
209
-
The models are trained on variable length ciphertexts in between 100 and 1000 characters. This was done to improve the recognition of the models towards rotor ciphers. For resonable recognitions of rotor ciphers longer ciphertexts are needed.
209
+
The extended models are trained with ciphertexts of variable length in between 100 and 1000 characters. The usage of variable length ciphertexts helps the recognition of the rotor ciphers, as the longer ciphertexts include more distinct features.
210
210
211
211
| Model Name | Accuracy in % | Iterations in Mio. |
@@ -216,13 +216,35 @@ The models are trained on variable length ciphertexts in between 100 and 1000 ch
216
216
| nb_var_10000000 | 53.50 | 10 |
217
217
| ffnn_var_10000000 | 72.98 | 10 |
218
218
219
-
These models are always part of an ensemble model with a SVM trained only on rotor ciphers. When the main models recognize rotor ciphers, the SVM is used to differentiate
220
-
between the rotor ciphers. This helps with the results since the original models can differentiate between ACA and rotor ciphers but are bad at differentiating rotor ciphers from each other.
219
+
These models are always part of an ensemble model augmented by an SVM that is trained only on rotor ciphers. When the main models recognizes a rotor cipher, the SVM is used to differentiate between the five types of rotor ciphers. This improves the results, as the original models are quite good in distinguishing between ACA and rotor ciphers but have issues differentiating the rotor ciphers from each other.
221
220
222
221
| Model Name | Accuracy in % | Iterations in Mio. | Training Time |
0 commit comments