A substitution cipher is a cipher that maps each symbol in the plaintext to a symbol according to a permutation of the alphabet. A breakpoint is a location in the ciphertext where the cipher changes.
Vectorized each input sentence by encoding each word in a sentence with its corresponding frequency rank; used top 20,000 words as vocabulary size. Neural Word Embeddings were used (Keras Embedding ...