Performance improvement of data mining in Weka through multi-core and GPU acceleration: opportunities and pitfalls
Résumé
Data mining tools may be computationally demanding, which leads to an increasing interest on par- allel computing strategies in order to improve their per- formance. While multi-core processors and Graphics Processing Units (GPUs) accelerators increased the com- puting power of current desktop computers, we observe that desktop-based data mining tools do not take full advantage of these architectures yet. This paper investi- gates strategies to improve the performance of Weka, a popular data mining tool, through multi-core and GPU acceleration. Using performance profiling of Weka, we identify operations that could improve the data mining performance when parallelized. We selected two of these operations, and analyze the impact of their parallel exe- cution on Weka’s performance. These experiments demonstrate that while significant speedups can be achieved, all operations are not prone to be parallelized, which reinforces the need for a careful and well-studied selection of the candidates.