Deep Learning, Ian Goodfellow, Yoshua Bengio, Aaron Courville, 2016 (MIT Press) - Offers a comprehensive theoretical overview of recurrent neural networks, including a detailed explanation of GRU architecture and its mechanisms.
torch.nn.GRU, PyTorch Core Team, 2024PyTorch Documentation (PyTorch Foundation) - Official documentation for the GRU module in PyTorch, detailing its parameters, mathematical formulation, and usage in practical deep learning applications.