/iris_project

Implementation of McCulloh-Pitts neuron model - "Perceptron" - in Python w/ NumPy & Matplotlib to analyze the Iris Dataset

Primary LanguageJupyter Notebook

Implementation of a perceptron learning algorithm using NumPy to analyze the Iris Dataset

Perceptron - "basic" Rosenblatt's perceptron model based on McCulloh-Pitts neuron model.