Perceptron Function Plotting with Python
· 3 min read
I have updated my Perceptron-implementation with a plotting function that allows for visualizing the adjustments of the Perceptron's weight-vector through the epochs.
The source-code can be found at https://github.com/ThorstenSuckow/pylabs.
Usage
Create input data and the associated output values. As an example, the following represents the logical AND-function: