Implementation of an artificial neuron.
A Perceptron is an artificial neuron developed by Frank Rosenblatt in 1958.
Today it is more common to use other models of artificial neurons, but the Perceptron allows a clear understanding of how a neural network works in mathematical terms, being excellent for beginners.
-
Notifications
You must be signed in to change notification settings - Fork 0
Implementation of an artificial neuron
License
tissimich/Artificial-Neuron
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Implementation of an artificial neuron