Skip to content

Dimension reduction computations in R on gpu's.

License

Unknown, BSD-2-Clause licenses found

Licenses found

Unknown
LICENSE
BSD-2-Clause
LICENSE.md
Notifications You must be signed in to change notification settings

RBigData/dimrgame

Repository files navigation

dimrgame

🚨 Highly experimental 🚨

Installation

The development version is maintained on GitHub:

remotes::install_github("RBigData/dimrgame")

You will need to have an installation of CUDA to build the package. You can download CUDA from the nvidia website. You will also need the development versions float, pbdMPI, and kazaam (and optionally the curand R package which is used in some scripts):

remotes::install_github("wrathematics/float")
remotes::install_github("snoweye/pbdMPI")
remotes::install_github("rbigdata/kazaam")
remotes::install_github("wrathematics/curand")

Unlike glmrgame and clustrgame, there is no reference CPU version of the code. If you don't have a gpu, just use kazaam instead.

About

Dimension reduction computations in R on gpu's.

Resources

License

Unknown, BSD-2-Clause licenses found

Licenses found

Unknown
LICENSE
BSD-2-Clause
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published