Skip to content

Teaching a characterwise MLP to encode/decode ROT13

Notifications You must be signed in to change notification settings

grgau/rot13_mlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROT13 encryption Neural Network

Teaching a characterwise MLP to encode/decode ROT13 encryption from scratch

Usage:

python3 predicting.py ultrasecretmessage

python3 predicting.py hygenfrpergzrffntr

Outputs:

Original message:  ultrasecretmessage
Predicted message: hygenfrpergzrffntr
Right message:	   hygenfrpergzrffntr
Original message:  hygenfrpergzrffntr
Predicted message: ultrasecretmessage
Right message:	   ultrasecretmessage

About

Teaching a characterwise MLP to encode/decode ROT13

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published