@inproceedings{acaa4cdf72094084b7bc897a8f9169ce,
title = "A decision tree using CUDA GPUs",
abstract = "Classification is an important issue both in Machine Learning and Data Mining. Decision tree is one of the famous classification models. In the reality case, the dimension of data is high and the data size is huge. Building a decision in large data base cost much time in computation. It is a computationally expensive problem. GPU is a special design processor of graphic. The highly parallel features of graphic processing made today's GPU architecture. GPGPU means use GPU to solve non-graphic problems which need amounts of computation power. Since the high performance and capacity/price ratio, many researches use GPU to process lots computation. Compute Unified Device Architecture (CUDA) is a GPGPU solution provided by NVIDIA. This paper provides a new parallel decision tree algorithm base on CUDA. The algorithm parallel computes building phase of decision tree.",
keywords = "CUDA, GPGPU, classification, data mining, decision tree",
author = "Chiu, {Chun Chieh} and Luo, {Guo Heng} and Shyan-Ming Yuan",
year = "2011",
doi = "10.1145/2095536.2095615",
language = "English",
isbn = "9781450307840",
series = "ACM International Conference Proceeding Series",
pages = "399--402",
booktitle = "iiWAS2011 - 13th International Conference on Information Integration and Web-Based Applications and Services",
note = "13th International Conference on Information Integration and Web-Based Applications and Services, iiWAS2011 ; Conference date: 05-12-2011 Through 07-12-2011",
}