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.
-
Notifications
You must be signed in to change notification settings - Fork 0
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…
aryalp2/PerceptronNeuron
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published