Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 278 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 278 Bytes

NeuralNetwork_ShiftCipher

Neural Network Shift Cipher

This program is a shift cipher (also known as Caesar Cipher https://en.wikipedia.org/wiki/Caesar_cipher) which uses a wired neural network. The project is only intended to be an experiment to learn about neural networks.