Hi, I did a simple implementation of a Perceptron in python which replicates the logical functions AND, OR and NOT.
Then, I tested the perceptron with the XOR and NAND operators, and with the following formulas: (A ∧ C) V (B ∧ NOT C), A ∧ NOT B.
https://colab.research.google.com/drive/1zf1IZeXW6-KDo2MyzFEuewRUuDLLeTa0?usp=sharing