I\'ve been profiling an application all day long and, having optimized a couple bits of code, I\'m left with this on my todo list. It\'s the activation function for a neural
There are a lot of good answers here. I would suggest running it through this technique, just to make sure
BTW the function you have is the inverse logit function,
or the inverse of the log-odds-ratio function log(f/(1-f)).