Question

    Which function is commonly used in logistic regression

    to map outputs between 0 and 1?
    A ReLU Correct Answer Incorrect Answer
    B Tanh Correct Answer Incorrect Answer
    C Sigmoid Correct Answer Incorrect Answer
    D Softmax Correct Answer Incorrect Answer
    E Linear Correct Answer Incorrect Answer

    Solution

    Sigmoid maps any input to a value between 0 and 1, useful for binary classification.

    Practice Next
    ask-question