A Python project for implementing the Perceptron algorithm, built with Jupyter Notebook. Demonstrates the fundamentals of neural networks and binary classification. Python-Perceptron is a simple and ...
A step-by-step implementation of classical neural learning algorithms (Perceptron & Delta Rule) on the Iris dataset, built entirely from scratch in Python without high-level ML frameworks. This ...