Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - A foundational textbook explaining various loss functions, their properties, and their role in training deep neural networks.
Supervised Learning (CS229 Lecture Notes), Andrew Ng, Tengyu Ma, 2023 (Stanford University) - Provides a clear explanation of linear regression and essential loss functions like MSE within a broader machine learning context.
MSELoss, PyTorch Contributors, 2023 - Official documentation for PyTorch's Mean Squared Error (MSE) loss function, covering its usage and parameters.
L1Loss, PyTorch Contributors, 2023 (PyTorch Foundation) - Official documentation for PyTorch's Mean Absolute Error (MAE) loss function (L1Loss), detailing its implementation and use.