Skip to content

Proposed by Frank Rosenblatt in 1943, the perceptron model is a more general computational model than McCulloch-Pitts neuron.

Notifications You must be signed in to change notification settings

GOJAx64/Perceptron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Perceptron

Proposed by Frank Rosenblatt in 1943, later refined and carefully analyzed by Minsky and Papert in 1969.

The perceptron model is a more general computational model than McCulloch-Pitts neuron. It takes an input, aggregates it (weighted sum) and returns 1 only if the aggregated sum is more than some threshold else returns 0.

This program detects the clicks on the canvas, marking each one and classifying with the perceptron. Finally we can draw a degraded on the canvas.

About

Proposed by Frank Rosenblatt in 1943, the perceptron model is a more general computational model than McCulloch-Pitts neuron.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages