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

It doesn't though. Wx + b is an affine transformation, which is just a linear transformation + translation: https://en.wikipedia.org/wiki/Affine_transformation
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.