Machine Learning Perceptron Implementation

With Python using Delta rule (gradient descent)

Tarun Gupta
Towards Data Science
5 min readAug 18, 2020

--

In this post, we are going to have a look at a program written in Python3 using numpy. We will discuss the basics of what a perceptron is, what is the delta rule and how to use it to converge the learning of the perceptron.

What is a perceptron?

--

--

A simple fellow writing stories, sharing experiences, sharing his perspective, trying to do his share of humanity.