Skip to content

Python implementation of the simple perceptron or also known as a single-layer neural network, is a binary classification algorithm by Frank Rosenblatt based on the neural model of Warren McCulloch and Walter Pitts developed in 1943.

Notifications You must be signed in to change notification settings

josgard94/perceptron-single-layer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python implementation of the simple perceptron or also known as a single-layer neural network, is a binary classification algorithm by Frank Rosenblatt based on the neural model of Warren McCulloch and Walter Pitts developed in 1943.

The idea behind this algorithm is to simulate the functioning of brain neurons. That is, the neuron receives external impulses (x) that are considered with different importance or weight (w) in an activation function (z). If the added stimulus exceeds a certain threshold (θ), the neuron is activated.

About

Python implementation of the simple perceptron or also known as a single-layer neural network, is a binary classification algorithm by Frank Rosenblatt based on the neural model of Warren McCulloch and Walter Pitts developed in 1943.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages