Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 341 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 341 Bytes

Artificial-Neuron

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.