scikit-learn User Guide, The scikit-learn developers, 2024 - Official guide for a widely used machine learning library, illustrating CPU-bound data preprocessing tasks like scaling.
Loading Data in PyTorch, Sasank Chilamkurthy, 2024 (PyTorch Foundation) - Official tutorial explaining how data is loaded and preprocessed by the CPU before being sent to the GPU for deep learning training.
Benchmarking the inference performance of deep learning models on CPUs and GPUs, Shishir Shivam, 2020International Journal of Scientific & Engineering Research, Vol. 11 (International Journal of Scientific & Engineering Research) - Compares the performance of CPUs and GPUs for deep learning inference, highlighting scenarios where CPUs are effective, especially for low-latency tasks.