|
Project Information
Featured
|
Document- Wenbin Fang(HKUST), Ka Keung Lau(HKUST), Mian Lu(HKUST), Xiangye Xiao(HKUST), Chi Kit Lam(HKUST), Philip Yang Yang(HKUST), Bingsheng He(MSRA), Qiong Luo(HKUST), Pedro V. Sander(HKUST), and Ke Yang(Microsoft China). Parallel Data Mining on Graphics Processors Technical Report HKUST-CS08-07, Oct 2008. biblatex plain
- Wenbin Fang(HKUST), Mian Lu(HKUST), Xiangye Xiao(HKUST), Bingsheng He(MSRA), and Qiong Luo(HKUST). Frequent Itemset Mining on Graphics Processors, DaMoN'09.
Source CodeGPUMiner was developed using Microsoft Visual Studio 2005 (C++) on Microsoft Windows XP sp3. The supporting libraries are: Mining Componentk-meansWe have two versions of k-means implementations on CUDA: - Bitmap based. This version is mentioned in our paper, which can handle multi-dimensional data objects. The whole package contains the test data set from KDD Cup 99.
- Ultra-optimizaed for 2D data. This version is optimized for 2D data, which heavily relies on GPU on-chip shared memory.
AprioriWe have two versions of Apriori implementations, on CPU and on GPU respectively. The experimental data can be downloaded here. Visualization Componentk-meansWe implemented the visualization of bitmap based k-means, which can be downloaded at kmeansVisualization. AprioriThe visualization implementation of bitmap based apriori can be downloaded at AprioriVisualization. Storage ComponentThe storage component of GPUMiner can be downloaded at here. It consists of two main APIs: - ReadBulk. Read bulk of data from database to GPU memory.
- WriteBulk. .Write bulk of data to database from GPU Memory.
|