Skip to content

zphang/extratrees_cuda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Optimizing Extremely Randomized Trees with GPUs

In collaboration with Kenil Tanna.

Introduction

Random Forests are often the textbook example of highly parallel algorithms that are unsuitable for GPUs. In this project, we propose and evaluate our CUDA implementation of Extremely Randomized Trees (or ExtraTrees), a variant of Random Forests which are more amenable to GPU-driven parallel programming.

Report

You can find a copy of our report here.

About

Optimizing Extremely Randomized Trees with GPUs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages