torch.utils.data.Dataset, PyTorch Core Team, 2025 (PyTorch) - The official API reference for PyTorch's base Dataset class, detailing the methods required for custom data loading and interaction with DataLoaders.
torch.utils.data.DataLoader, PyTorch Core Team, 2025 (PyTorch Foundation) - Official documentation for the DataLoader, which handles batching, shuffling, and multi-process data loading, working in conjunction with custom Datasets.