ACCELERATING THE TRAINING OF ARTIFICIAL NEURAL NETWORKS USING DATA PARALLELIZATION

Jorge López
Abstract:In training deep neural networks, we address the research question of how to accelerate their training for edge devices. We explore Data Parallelization (DP) and "CPU-affinity" (CAF) as techniques that can help to achieve this goal. Even though GPUs are the de facto standard for training a network, they are expensive and may not be used for edge computing, we want to demonstrate that the usage of CPUs still provides a significant acceleration when parallelizing the training of a network.
Computer Science,Engineering
What problem does this paper attempt to address?