Single layer Perceptron in Python from scratch + Presentation
Presentation about single layer perceptron,
An ettempt to explain:
Presentation about machine learning based on the Perceptron.
Sponsor : Software House Wroclaw
Visualistaion of all stages learn of model by Matplotlib and mlxtend.plotting.
presentation/ Html presentation
ancillary.py/ Ancillary functions (visualistations, etc.)
data.py/ Data example
main.py/ Main file
perceptron.py/ Perceptron Class
test-task.py/ Test of task
Python 3.6+