在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 高斯过程 回归

高斯过程 回归

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:1.10M
  • 下载次数:20
  • 浏览次数:168
  • 发布时间:2020-10-11
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
关于 高斯过程 的全套代码。。里面也有详细说明 有需要请拿去 关于 高斯过程 的全套代码。。里面也有详细说明 有需要请拿去
【实例截图】
【核心代码】
GPstuff-3.1
└── GPstuff-3.1
├── Contents.m
├── diag
│   ├── acorr2.m
│   ├── acorr.m
│   ├── acorrtime.m
│   ├── batch.m
│   ├── bbprctile.m
│   ├── cipsrf.m
│   ├── cmpsrf.m
│   ├── Contents.m
│   ├── cpsrf.m
│   ├── custats.m
│   ├── cusum.m
│   ├── derivativecheck.m
│   ├── diag_install.m
│   ├── gbinit.m
│   ├── gbiter.m
│   ├── geyer_icse.m
│   ├── geyer_imse.m
│   ├── gradcheck.m
│   ├── hair.m
│   ├── hpdi.m
│   ├── ipsrf.m
│   ├── join.m
│   ├── kernel1.m
│   ├── kernels.m
│   ├── ksstat.m
│   ├── License.txt
│   ├── linuxCsource
│   │   ├── bbprctile.c
│   │   └── convert_for_win
│   ├── mpsrf.m
│   ├── ndhist.m
│   ├── psrf.m
│   ├── Readme.txt
│   ├── score.m
│   ├── thin.m
│   └── winCsource
│   └── bbprctile.c
├── dist
│   ├── beta_lpdf.m
│   ├── beta_pdf.m
│   ├── Contents.m
│   ├── dir_lpdf.m
│   ├── dir_pdf.m
│   ├── dirrand.m
│   ├── dist_install.m
│   ├── exprand.m
│   ├── gam_cdf.m
│   ├── gam_lpdf.m
│   ├── gam_pdf.m
│   ├── gamrand1.m
│   ├── gamrand.m
│   ├── geo_lpdf.m
│   ├── hammersley.m
│   ├── intrand.m
│   ├── invgam_lpdf.m
│   ├── invgam_pdf.m
│   ├── invgamrand1.m
│   ├── invgamrand.m
│   ├── invwishrand.m
│   ├── kernelp.m
│   ├── laplace_lpdf.m
│   ├── laplace_pdf.m
│   ├── linuxCsource
│   │   ├── ars.c
│   │   ├── ars.h
│   │   ├── binsgeq.c
│   │   ├── binsgeq.h
│   │   ├── cond_invgam_invgam1.c
│   │   ├── convert_for_win
│   │   ├── digamma1.c
│   │   ├── dirrand.c
│   │   ├── exprand.c
│   │   ├── gamrand1.c
│   │   ├── gamrand.c
│   │   ├── invgamrand1.c
│   │   ├── invgamrand.c
│   │   ├── rand.c
│   │   ├── rand.h
│   │   ├── tanh_f.c
│   │   └── trand.c
│   ├── logn_lpdf.m
│   ├── logt_lpdf.m
│   ├── mnorm_lpdf.m
│   ├── mnorm_pdf.m
│   ├── negbin_lpdf.m
│   ├── negbin_pdf.m
│   ├── norm_lpdf.m
│   ├── normltrand.m
│   ├── norm_pdf.m
│   ├── normrtrand.m
│   ├── normtrand.m
│   ├── normtzrand.m
│   ├── poiss_lpdf.m
│   ├── poiss_pdf.m
│   ├── prior_fixed.m
│   ├── prior_gamma.m
│   ├── prior_gaussian.m
│   ├── prior_invgamma.m
│   ├── prior_laplace.m
│   ├── prior_loggaussian.m
│   ├── prior_loglogunif.m
│   ├── prior_logunif.m
│   ├── prior_sinvchi2.m
│   ├── prior_sqrtt.m
│   ├── prior_sqrtunif.m
│   ├── prior_t.m
│   ├── prior_unif.m
│   ├── private
│   │   ├── digamma1.mexaxp
│   │   ├── digamma1.mexlx
│   │   └── digamma1.mexsol
│   ├── sinvchi2_lpdf.m
│   ├── sinvchi2_pdf.m
│   ├── sinvchi2rand.m
│   ├── t_lpdf.m
│   ├── t_pdf.m
│   ├── trand.m
│   ├── unifrand.m
│   ├── winCsource
│   │   ├── ars.c
│   │   ├── ars.h
│   │   ├── binsgeq.c
│   │   ├── binsgeq.h
│   │   ├── cond_invgam_invgam1.c
│   │   ├── digamma1.c
│   │   ├── dirrand.c
│   │   ├── exprand.c
│   │   ├── gamrand1.c
│   │   ├── gamrand.c
│   │   ├── invgamrand1.c
│   │   ├── invgamrand.c
│   │   ├── rand.c
│   │   ├── rand.h
│   │   ├── tanh_f.c
│   │   └── trand.c
│   └── wishrand.m
├── gp
│   ├── Contents.m
│   ├── demo_binomial1.m
│   ├── demo_binomial_apc.m
│   ├── demo_classific.m
│   ├── demo_derivativeobs.m
│   ├── demo_lgcp.m
│   ├── demo_modelassesment1.m
│   ├── demo_modelassesment2.m
│   ├── demo_multiclass.m
│   ├── demo_neuralnetcov.m
│   ├── demo_periodic.m
│   ├── demo_regression1.m
│   ├── demo_regression2.m
│   ├── demo_regression_additive.m
│   ├── demo_regression_hier.m
│   ├── demo_regression_meanf.m
│   ├── demo_regression_ppcs.m
│   ├── demo_regression_robust.m
│   ├── demo_regression_sparse1.m
│   ├── demo_regression_sparse2.m
│   ├── demos
│   │   ├── binodata.txt
│   │   ├── cdata.txt
│   │   ├── coal.txt
│   │   ├── dat.1
│   │   ├── drowning.txt
│   │   ├── galaxy.txt
│   │   ├── maunaloa_data.txt
│   │   ├── odata.txt
│   │   ├── rats.mat
│   │   ├── redwoodfull.txt
│   │   ├── spatial1.txt
│   │   ├── spatial2.txt
│   │   ├── synth.tr
│   │   ├── synth.ts
│   │   ├── USprec1.txt
│   │   └── USprec2.txt
│   ├── demo_spatial1.m
│   ├── demo_spatial2.m
│   ├── gpcf_cat.m
│   ├── gpcf_constant.m
│   ├── gpcf_exp.m
│   ├── gpcf_linear.m
│   ├── gpcf_matern32.m
│   ├── gpcf_matern52.m
│   ├── gpcf_neuralnetwork.m
│   ├── gpcf_noise.m
│   ├── gpcf_periodic.m
│   ├── gpcf_ppcs0.m
│   ├── gpcf_ppcs1.m
│   ├── gpcf_ppcs2.m
│   ├── gpcf_ppcs3.m
│   ├── gpcf_prod.m
│   ├── gpcf_rq.m
│   ├── gpcf_sexp.m
│   ├── gp_cov.m
│   ├── gp_dic.m
│   ├── gp_eg.m
│   ├── gp_e.m
│   ├── gpep_e.m
│   ├── gpep_g.m
│   ├── gpep_looe.m
│   ├── gpep_loopred.m
│   ├── gpep_pred.m
│   ├── gp_g.m
│   ├── gp_ia.m
│   ├── gpia_pred.m
│   ├── gp_install.m
│   ├── gp_kfcv.m
│   ├── gpla_e.m
│   ├── gpla_g.m
│   ├── gpla_pred.m
│   ├── gpla_softmax_e.m
│   ├── gpla_softmax_g.m
│   ├── gpla_softmax_pred.m
│   ├── gp_looe.m
│   ├── gp_loog.m
│   ├── gp_loopred.m
│   ├── gp_mc.m
│   ├── gpmc_pred.m
│   ├── gpmc_preds.m
│   ├── gpmf_constant.m
│   ├── gpmf_linear.m
│   ├── gpmf_squared.m
│   ├── gp_optim.m
│   ├── gp_pak.m
│   ├── gp_peff.m
│   ├── gp_pred.m
│   ├── gp_rnd.m
│   ├── gp_set.m
│   ├── gp_trcov.m
│   ├── gp_trvar.m
│   ├── gp_unpak.m
│   ├── ldlrowmodify.m
│   ├── lgcp.m
│   ├── lik_binomial.m
│   ├── lik_gaussian.m
│   ├── lik_gaussiansmt.m
│   ├── lik_logit.m
│   ├── lik_negbin.m
│   ├── lik_poisson.m
│   ├── lik_probit.m
│   ├── lik_softmax.m
│   ├── lik_t.m
│   ├── linuxCsource
│   │   ├── convert_for_win
│   │   ├── ldlrowmodify.c
│   │   ├── ldlrowupdate.c
│   │   ├── spinv.c
│   │   └── trcov.c
│   ├── metric_distancematrix.m
│   ├── metric_euclidean.m
│   ├── metric_ibs_gxe.m
│   ├── private
│   │   ├── hash_sha512.m
│   │   ├── mean_gf.m
│   │   ├── mean_predf.m
│   │   ├── mean_prep.m
│   │   ├── quad_moments.m
│   │   ├── take_nth.m
│   │   └── trcov.m
│   ├── scaled_hmc.m
│   ├── scaled_mh.m
│   ├── spinv.m
│   └── winCsource
│   ├── ldlrowmodify.c
│   ├── ldlrowupdate.c
│   ├── spinv.c
│   └── trcov.c
├── License.txt
├── matlab_install.m
├── mc
│   ├── bbmean.m
│   ├── catrand.m
│   ├── cholrankup.m
│   ├── Contents.m
│   ├── gibbs.m
│   ├── hmc2.m
│   ├── hmc2_opt.m
│   ├── hmean.m
│   ├── linuxCsource
│   │   ├── ars.c
│   │   ├── ars.h
│   │   ├── bbmean.c
│   │   ├── binsgeq.c
│   │   ├── binsgeq.h
│   │   ├── convert_for_win
│   │   ├── resampdet.c
│   │   ├── resampres.c
│   │   ├── resampsim.c
│   │   └── resampstr.c
│   ├── mc_install.m
│   ├── metrop2.m
│   ├── metrop2_opt.m
│   ├── private
│   │   ├── binsgeq.m
│   │   └── nchooseks.m
│   ├── resampdet.m
│   ├── resampres.m
│   ├── resampsim.m
│   ├── resampstr.m
│   ├── sls1mm.m
│   ├── sls1mm_opt.m
│   ├── sls.m
│   ├── sls_opt.m
│   ├── softmax2.m
│   └── winCsource
│   ├── ars.c
│   ├── ars.h
│   ├── bbmean.c
│   ├── binsgeq.c
│   ├── binsgeq.h
│   ├── resampdet.c
│   ├── resampres.c
│   ├── resampsim.c
│   └── resampstr.c
├── misc
│   ├── Contents.m
│   ├── cvit.m
│   ├── denormdata.m
│   ├── m2kml.m
│   ├── mapcolor2.m
│   ├── mapcolor_log.m
│   ├── mapcolor.m
│   ├── normdata.m
│   ├── randpick.m
│   ├── set_PIC.m
│   ├── str2fun.m
│   ├── wmean.m
│   └── wprctile.m
├── optim
│   ├── bsearch.m
│   ├── bsearch_opt.m
│   ├── Contents.m
│   ├── fminlbfgs.m
│   ├── fminscg.m
│   ├── fsearch.m
│   ├── fsearch_opt.m
│   ├── scg2.m
│   ├── scg2_opt.m
│   ├── scges.m
│   └── scges_opt.m
└── README.txt

19 directories, 324 files

标签:

实例下载地址

高斯过程 回归

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警