How to use Gaussian Process with multiple inputs and outputs?
    13 ビュー (過去 30 日間)
  
       古いコメントを表示
    
As far as I know, GPR in matlab only supports one input and on output. So I searched a lot of function in file exchange. But I could not find the right one. please let me know if there is function or example code. Thanks!
0 件のコメント
回答 (1 件)
  Vatsal
      
 2023 年 9 月 22 日
        
      編集済み: Vatsal
      
 2023 年 9 月 29 日
  
      I understand that you are looking for the implementation of Gaussian Process which supports multiple inputs and outputs.
You are correct that the built-in Gaussian Process Regression (GPR) implementation in MATLAB only supports one input and one output. However, there are few other options you can consider that provide a more flexible implementation of the Gaussian Process Regression (GPR). 
One of the options which you can use is the GPML (Gaussian Process Machine Learning) Toolbox. This is a popular toolbox that provides a comprehensive set of functions for Gaussian Process models, including multi-input and multi-output GPR. 
You can explore the GPML Toolbox and access it through the MATLAB File Exchange by visiting this link:
0 件のコメント
参考
カテゴリ
				Help Center および File Exchange で Gaussian Process Regression についてさらに検索
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!