Skip to content

Perceptron is the first artificial neuron, a simplified brain-cell, also called McCullock-Pitts(MCP) neuron. It is the simple logic gate array with binary outputs. With this perceptron rule, Rosenblatt proposed an algorithm that would automatically learn the optimal weight coefficients that are then multiplied with the input features in order to…

Notifications You must be signed in to change notification settings

aryalp2/PerceptronNeuron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

PerceptronNeuron

Perceptron is the first artificial neuron, a simplified brain-cell, also called McCullock-Pitts(MCP) neuron. It is the simple logic gate array with binary outputs. With this perceptron rule, Rosenblatt proposed an algorithm that would automatically learn the optimal weight coefficients that are then multiplied with the input features in order to make the decision of whether a neuron fires or not. In the context of supervised learning and classification, such an algorithm could then be used to predict if a sample belongs to one class or the other.

About

Perceptron is the first artificial neuron, a simplified brain-cell, also called McCullock-Pitts(MCP) neuron. It is the simple logic gate array with binary outputs. With this perceptron rule, Rosenblatt proposed an algorithm that would automatically learn the optimal weight coefficients that are then multiplied with the input features in order to…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published