I am trying to implement a Inverse Sigmoid function to my last layer of Neural Network. I am trying to implement a function that takes the input from my last convolutional layer and applies the InverseSigmoid function to it.

I am looking for some help to derive that function.

Similar questions and discussions