What is Rectified Linear Unit (ReLU) in Machine learning?
Answer Posted / Shivali Vishnoi
Rectified Linear Unit (ReLU) is a type of activation function used in artificial neural networks. It maps any input x to max(0,x), essentially acting as an on/off switch for neurons.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers