Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - An authoritative textbook providing a detailed explanation of ReLU, its mathematical properties, advantages, and challenges like the dying ReLU problem.
ReLU - PyTorch 2.3 documentation, PyTorch Team, 2024 - Official documentation for the PyTorch implementation of the ReLU activation function, including its usage and parameters.