I want to make a simple neural network which uses the ReLU function. Can someone give me a clue of how can I implement the function using numpy.
ReLU(x) also is equal to (x+abs(x))/2