Was this section helpful?
torch.utils.data
), PyTorch Core Team, 2025 - The official PyTorch documentation for the torch.utils.data
module, including Dataset
and DataLoader
.tf.data
: Build TensorFlow input pipelines, Google, 2024 (Google) - The official TensorFlow guide on tf.data
for building efficient input pipelines.DataLoader
, Eli Stevens, Luca Antiga, and Thomas Viehmann, 2020 (Manning Publications) - Provides an explanation of PyTorch's data loading, including Dataset
and DataLoader
.tf.data
API, including creating pipelines for various data types and applying transformations.