CS395T Computational Statistics with Application to Bioinformatics  

Go Back   CS395T Computational Statistics with Application to Bioinformatics > previous year CS395T (Spring 2009) Student Participation Forum > Student Term Projects

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 05-06-2009, 05:22 AM
aharp aharp is offline
Member
 
Join Date: Jan 2009
Posts: 9
Default EM of GMMs computed by the graphics card

For my project, I implemented Expectation Maximization of Gaussian Mixture Models with Nvidia's CUDA SDK. This allows me to run the EM algorithm in a massively parallel nature, resulting in order of magnitude speedups over the conventional C++ version.



Links:
Project Home Page
Matlab File Exchange
Report
Source Code
Bonus: Parallel IQAgent

Readme contents:
ABOUT
================================================== ==============================
This is a parallel implementation of the Expectation Maximization algorithm for
Gaussian Mixture Models, designed to run on NVidia graphics cards supporting
CUDA. On my machine, it provides up to 60x performance increases. See the
report available at http://andrewharp.com/gmmcuda for more information.

The interesting code is all in gpugaumixmod.h and gpugaumixmod_kernel.h.
The reference CPU implementation is in gaumixmod.h.

It can be integrated into any C program on a CUDA enabled system. Additionally,
Matlab integration is provided in gmm.cu.

E-mail me with any questions or comments!


COMPILING
================================================== ==============================
You'll probably have trouble compiling as-is, as the config files are set up to
run on my Windows Vista 64bit machine, but it's just a standard Cuda kernel
underneath so it should be portable. A precompiled Windows 64-bit version is
included.

See compile.m for the command I use to compile the CUDA/Mex files.

Go here to find the toolkit that contains the files you'll need for compiling on
your platform: http://developer.nvidia.com/object/matlab_cuda.html



RUNNING
================================================== ==============================
Once compiled, start off by running gmm_example in Matlab to see it in action.

See experiment1, experiment2, experiment3 for ready to run experiments


-Andrew Harp

Last edited by aharp; 05-07-2009 at 11:09 AM. Reason: added Matlab File Exchange link
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -6. The time now is 08:04 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.