Y
Hacker News
new
|
ask
|
show
|
jobs
by
abrichr
895 days ago
The “neuron” in a neural network is just a non linear function of the weighted sum of the inputs (plus a bias term).
See the “definition” section in
https://en.wikipedia.org/wiki/Perceptron
.