Neural networks built from scratch. Introduction to gradient descent and backpropagation techniques by learning to emulate the XOR logic gate.
- 
            Updated
            May 1, 2022 
- Python
Neural networks built from scratch. Introduction to gradient descent and backpropagation techniques by learning to emulate the XOR logic gate.
To demonstrate the power of the XOR logic gate I created a few functions in Python that converts an ASCII string and a shift key(integer), converts them to binary and runs the XOR gate on them to produce a XOR encrypted string
Add a description, image, and links to the xor-logic-gate topic page so that developers can more easily learn about it.
To associate your repository with the xor-logic-gate topic, visit your repo's landing page and select "manage topics."