Is Gaussian process regression function (fitrgp) compatible with GPU processing?

4 ビュー (過去 30 日間)
Philip
Philip 2017 年 3 月 1 日
コメント済み: Robert 2022 年 4 月 25 日
I am using a workstation PC with a QUADRO K6000 GPU and Xeon CPU. Currently, I need to use Gaussian process regression optimise toolbox to optimise the hyperparameters, and I am looking for a way to increase processing speed by using the GPU.

採用された回答

Sai Kulkarni
Sai Kulkarni 2017 年 3 月 3 日
Hi Philip,
As per the following documentation, fitrgp does not support gpuArray arguments.
https://www.mathworks.com/help/stats/statistics-and-machine-learning-toolbox-functions-with-gpuarray-arguments.html
For more information, you can refer to the following documentation for parallel computing and GPU support across all toolboxes: https://www.mathworks.com/products/parallel-computing/parallel-support.html
  1 件のコメント
Robert
Robert 2022 年 4 月 25 日
Would it be possible to initialize a feature request on this? Regarding the matrix inversions, determinant calculations etc. involved in the (hyperparameter) optimization it looks promising to me at first sight that there could be a substantial speed-up. Thank you!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGaussian Process Regression についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by