The Logic Gates generator is a command line program that makes use of Python to generate logic gate schematics of (theoretically) any size, along with their Karnaugh map.
-
Updated
Jan 6, 2024 - Python
The Logic Gates generator is a command line program that makes use of Python to generate logic gate schematics of (theoretically) any size, along with their Karnaugh map.
In the following work a simple structured perceptron is shown, the libraries used are numpy for the matrix operations, maplotlib to obtain the graphs. The input must approach the chosen target, which is a logic gate. I hope it is useful
Add a description, image, and links to the logic-gate topic page so that developers can more easily learn about it.
To associate your repository with the logic-gate topic, visit your repo's landing page and select "manage topics."