Softmax function instead of Sigmoid in binary classification
Hi. I am new to data science and image processing. I want to create CNN model with Keras for binary image classification.
I know that Sigmoid function is widely used in binary classification problems due to its output range (0 .. 1). But can I use the sigmoid function as final activation function instead?