How to implement the ReLU function in Numpy
I want to make a simple neural network and I wish to use the ReLU function. Can someone give me a clue of how can I implement the function using NumPy. Thanks for your time!