Implement ReLU (Rectified Linear Unit).
Signature: def relu(x: np.ndarray) -> np.ndarray
def relu(x: np.ndarray) -> np.ndarray
Math
Asked at
Test Results