Skip to content

Mainly completing the serial Regression Forests version and its parallel version in CUDA

Notifications You must be signed in to change notification settings

cool-cola/Random-Forests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random-Forests

Mainly completing the serial Regression Forests version and its parallel version in CUDA

Requirement

  1. The c++ version realize the serial Regression Forests
  2. The openMP version realize the multiple threads Regression Forests
  3. The CUDA version realize the parallel Regression Forests
  4. To get the performance that O(training) < 30ms and O(predicting) < 15ms
  5. To extend the RF function using derive and boost::function and so on

Note

we are based on the HIVE that is a game engine developed by our lab!

About

Mainly completing the serial Regression Forests version and its parallel version in CUDA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published