QuestionQ60
Core Machine Learning and AI KnowledgeWhen comparing the ReLU and sigmoid activation functions, which statement is correct?
- A ReLU is less computationally efficient than sigmoid, but it is more accurate than sigmoid.
- B ReLU is more computationally efficient, but sigmoid is better for predicting probabilities.
- C ReLU is a linear function while sigmoid is non-linear.
- D ReLU and sigmoid both have a range of 0 to 1.
Community Discussion