Define Sigmoid Activation Function: This is used to compute the probability of the target class. Sigmoid function takes a linear combination of input features and returns values between 0 and 1, which represent the probability that a given sample belongs to the positive class.
Sigmoid Activation Function: Computing Class Probability in Machine Learning
By
–
Leave a Reply