首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Matlab > SPGP_dist.zip

SPGP_dist.zip

  • 资源大小:14.25 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: Matlab matlab

资 源 简 介

 这是一个关于稀疏高斯过程的matlab源码,可以用于计算测试输入的高斯预测值 "spgp_pred" computes the SPGP predictive distribution for a set of test inputs. You need to supply a set of "pseudo-inputs" or "basis vectors" for the approximation, and suitable hyperparameters for the covariance. You can use any method you like for finding the "pseudo-inputs", with the simplest obviously being a random subset of the data. It is coded for Gaussian covariance function, but you could very easily alter this. It is also fine to use for high dimensional data sets. "spgp_lik" is the SPGP (negative) marginal likelihood and gradients with respect to pseudo-inputs and hyperparameters. So you can use this if you wish to try to optimize the positioning of pseudo-inputs and find good hyperparameters, before using "spgp_pred". I would recommend initializing the pseudo-inputs on a random subset of the data, and initializing

文 件 列 表

SPGP_dist
demo_script.m
dist.c
dist.m
README
spgp_lik.m
spgp_lik.m~
spgp_lik_nohyp.m
spgp_lik_nohyp.m~
spgp_pred.m
spgp_pred.m~
test_inputs
train_inputs
train_outputs
VIP VIP
0.171306s