/Perceptron-Models-for-Logic-Gates

Python codes demonstrating the working of Single Layered Perceptrons to obtain models for Logic Gates.

Primary LanguagePython

Perceptron-Logic-Gates

Python codes demonstrating the working of Single Layered Perceptron models that work as logic gates.
AND, OR, NOT, NAND, NOR gates are directly implemented using a perceptron. XOR and XNOR gates are implemented using a combination of perceptrons.