forked from ernstleierzopf/ncid
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement detection of rotor ciphers
In addition to the detection of ACA ciphers, this commit provides the facilities to train, evaluate and predict 5 rotor ciphers. These ciphers are: Enigma, M209, Purple, Sigaba and Typex. This commit includes the following improvements as well: - Fix plaintext dataset download - Rework input pipeline - Set the start method of the `multiprocessing` library - Improve code structure
- Loading branch information
1 parent
bb83922
commit d0bd889
Showing
24 changed files
with
2,951 additions
and
995 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,20 @@ | ||
.idea/* | ||
venv/* | ||
*.pyc | ||
data/logs/ | ||
data/gutenberg_en/* | ||
data/gutenberg_en.zip | ||
data/validation_data/ | ||
data/rotor_ciphertexts/ | ||
*.h5 | ||
weights.zip | ||
cipherTypeDetection/*_logs/** | ||
cipherTypeDetection/correlations.pickle | ||
cipherTypeDetection/run_trainings.sh | ||
cipherTypeDetection/run_trainings.sh | ||
.DS_Store | ||
*~ | ||
.vscode/launch.json | ||
|
||
data/*tensorboard_logs/ | ||
data/_parameters.txt | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.