Y
Hacker News
new
|
ask
|
show
|
jobs
by
sparshrestha
6 days ago
Math functions that calculate weighted sum of inputs and adds bias to give non-linearity to output of neuron.
1 comments
microtonal
4 days ago
It doesn't though. Wx + b is an affine transformation, which is just a linear transformation + translation:
https://en.wikipedia.org/wiki/Affine_transformation
link
sparshrestha
2 days ago
Yes, thanks for the correction. The opening line was not meant as an excerpt. It was describing the neuron’s weighted sum plus bias, not softmax.
Activation functions give non-linearity. I have fixed it. I believe the rest was correct.
link