Handling Datasets: Iterators and Loaders with MLUtils.jl
Was this section helpful?
MLUtils.jl Documentation, The MLUtils.jl Contributors, 2025 - Official documentation for the Julia library providing data utilities for machine learning.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - A foundational textbook explaining the theoretical basis of data handling techniques such as mini-batching, data splitting, and augmentation.
Flux.jl Documentation, The Flux.jl Contributors, 2025 - Official documentation for the Flux.jl deep learning framework, with which MLUtils.jl integrates for model training and GPU workflows.