登录
首页 » matlab » gpml-matlab-v1.3-2006-09-08

gpml-matlab-v1.3-2006-09-08

于 2020-02-26 发布
0 261
下载积分: 1 下载次数: 3

代码说明:

说明:  高斯过程(GP)模型中推理和预测的实现。它实现了在《Rasmussen & Williams:机器学习的高斯过程》(麻省理工学院出版社,2006)和《Nickisch & Rasmussen:二进制高斯过程分类的近似》(JMLR, 2008)中讨论的算法。该函数的优点在于灵活性、简单性和可扩展性。该函数具有一定的灵活性,首先通过定义均值函数和协方差函数来确定遗传算法的性质。其次,它允许指定不同的推理过程,如精确推理和期望传播(EP)。第三,它允许指定似然函数,如高斯函数或拉普拉斯函数(用于回归)和累积逻辑函数(用于分类)。简单性是通过一个简单的函数和紧凑的代码实现的。可扩展性是通过模块化设计来保证的,允许为已经相当广泛的推理方法、均值函数、协方差函数和似然函数库轻松添加扩展。(Gaussian Processes for Machine Learning , the MIT press, 2006 and Nickisch & Rasmussen: Approximations for Binary Gaussian Process Classification , JMLR, 2008. The strength of the function lies in its flexibility, simplicity and extensibility. The function is flexible as firstly it allows specification of the properties of the GP through definition of mean function and covariance functions. Secondly, it allows specification of different inference procedures, such as e.g. exact inference and Expectation Propagation (EP). Thirdly it allows specification of likelihood functions e.g. Gaussian or Laplace (for regression) and e.g. cumulative Logistic (for classification). Simplicity is achieved through a single function and compact code.)

文件列表:

gpml-matlab, 0 , 2006-09-08
gpml-matlab\README, 3741 , 2006-09-08
gpml-matlab\doc, 0 , 2006-03-29
gpml-matlab\doc\classification.html, 34439 , 2006-03-27
gpml-matlab\doc\alg31.gif, 43172 , 2005-11-07
gpml-matlab\doc\style.css, 77 , 2006-01-30
gpml-matlab\doc\alg32.gif, 34064 , 2005-11-07
gpml-matlab\doc\index.html, 3349 , 2006-03-29
gpml-matlab\doc\alg35.gif, 66673 , 2006-02-10
gpml-matlab\doc\alg36.gif, 32226 , 2006-02-10
gpml-matlab\doc\alg51.gif, 60084 , 2006-01-31
gpml-matlab\doc\alg52.gif, 41085 , 2006-02-10
gpml-matlab\doc\figepp.gif, 17875 , 2006-03-10
gpml-matlab\doc\figepp2.gif, 23299 , 2006-03-10
gpml-matlab\doc\figlapp.gif, 17854 , 2006-03-09
gpml-matlab\doc\figlapp2.gif, 25557 , 2006-03-09
gpml-matlab\doc\regression.html, 16598 , 2006-03-29
gpml-matlab\doc\figl1.gif, 21386 , 2005-10-26
gpml-matlab\doc\alg21.gif, 31996 , 2005-10-26
gpml-matlab\doc\sparse-approx.html, 7738 , 2006-03-29
gpml-matlab\doc\fig2d.gif, 36772 , 2006-03-14
gpml-matlab\doc\fig2de1.gif, 35364 , 2006-03-14
gpml-matlab\doc\figlf.gif, 16078 , 2006-03-27
gpml-matlab\doc\fig2de2.gif, 42683 , 2006-03-14
gpml-matlab\doc\fig2de3.gif, 38483 , 2006-03-14
gpml-matlab\doc\fig2dl1.gif, 34059 , 2006-03-14
gpml-matlab\doc\fig2dl2.gif, 40431 , 2006-03-14
gpml-matlab\doc\fig2dl3.gif, 38375 , 2006-03-14
gpml-matlab\doc\figl.gif, 6109 , 2006-03-27
gpml-matlab\doc\figlm.gif, 16712 , 2006-03-27
gpml-matlab\gpml, 0 , 2006-09-08
gpml-matlab\gpml\binaryEPGP.m, 7565 , 2006-09-08
gpml-matlab\gpml\binaryLaplaceGP.m, 7940 , 2006-05-10
gpml-matlab\gpml\Contents.m, 2206 , 2006-04-07
gpml-matlab\gpml\Copyright, 775 , 2006-02-09
gpml-matlab\gpml\gprSRPP.m, 2963 , 2006-03-30
gpml-matlab\gpml\minimize.m, 8995 , 2006-09-08
gpml-matlab\gpml\solve_chol.c, 1236 , 2006-02-09
gpml-matlab\gpml\solve_chol.m, 991 , 2006-02-08
gpml-matlab\gpml\sq_dist.c, 1931 , 2006-02-08
gpml-matlab\gpml\sq_dist.m, 2186 , 2006-03-09
gpml-matlab\gpml\covMatern5iso.m, 1221 , 2006-03-24
gpml-matlab\gpml\covRQiso.m, 1486 , 2006-09-08
gpml-matlab\gpml\covMatern3iso.m, 1206 , 2006-03-24
gpml-matlab\gpml\covSEiso.m, 1349 , 2006-04-07
gpml-matlab\gpml\Makefile, 131 , 2006-03-29
gpml-matlab\gpml\covFunctions.m, 4136 , 2006-05-15
gpml-matlab\gpml\gpr.m, 2811 , 2006-03-27
gpml-matlab\gpml\covSEard.m, 1569 , 2006-03-24
gpml-matlab\gpml\covProd.m, 2582 , 2006-04-06
gpml-matlab\gpml\covLINone.m, 984 , 2006-03-27
gpml-matlab\gpml\covSum.m, 2400 , 2006-03-20
gpml-matlab\gpml\covNoise.m, 1065 , 2006-03-24
gpml-matlab\gpml\covNNone.m, 1778 , 2006-03-24
gpml-matlab\gpml\covRQard.m, 1660 , 2006-09-08
gpml-matlab\gpml\covPeriodic.m, 1085 , 2006-04-07
gpml-matlab\gpml\covLINard.m, 1046 , 2006-03-24
gpml-matlab\gpml\covConst.m, 758 , 2006-03-24
gpml-matlab\gpml-demo, 0 , 2006-03-29
gpml-matlab\gpml-demo\Contents.m, 791 , 2006-03-27
gpml-matlab\gpml-demo\data_6darm.mat, 22768 , 2006-02-27
gpml-matlab\gpml-demo\data_boston.mat, 57040 , 2006-03-29
gpml-matlab\gpml-demo\demo_ep_2d.m, 7012 , 2006-03-29
gpml-matlab\gpml-demo\demo_ep_usps.m, 6130 , 2006-03-29
gpml-matlab\gpml-demo\demo_gparm.m, 8178 , 2006-03-29
gpml-matlab\gpml-demo\demo_gprsparse.m, 6511 , 2006-03-29
gpml-matlab\gpml-demo\demo_laplace_2d.m, 7257 , 2006-03-29
gpml-matlab\gpml-demo\demo_laplace_usps.m, 6134 , 2006-03-29
gpml-matlab\gpml-demo\demo_gpr.m, 9382 , 2006-03-29

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 87a3
    SLIDING MODE CONTROL OF A MAGNETIC LEVITATION SYSTEM
    2010-03-04 16:26:07下载
    积分:1
  • MatlabFileC
    重装系统后恢复matlab文件关联,重装系统后,若没动MATLAB安装目标,则MATLAB不用重新安装。(同样的原因,可以移动MATLAB安装目标)对MATLAB相关文件,建立重新关联就行了。(Reinstall the system restore matlab file association, reinstall the system, if no action MATLAB installation target, MATLAB without having to reinstall. (For the same reason, you can move MATLAB installation target) on MATLAB related files, to establish re-associate on the line.)
    2013-08-03 09:49:24下载
    积分:1
  • 031
    MATLAB求图像中心;包含朴素贝叶斯代码等等(MATLAB for image centers, including plain Bias code, and so on)
    2017-08-21 20:12:33下载
    积分:1
  • ABS gui控制
    MATLAB abs防抱死系统 加入干扰 用PID进行校正。(MATLAB ABS anti lock system adds interference and corrects with PID.)
    2017-09-12 16:04:24下载
    积分:1
  • ZMN-radar
    利用ZMNL方法进行雷达杂波的仿真与模拟,生成具有瑞利分布(ZMNL method using radar cluttersimulation and modeling to generate a Rayleigh distribution )
    2011-05-20 16:54:52下载
    积分:1
  • jihejibian
    大楼图像可以通用的几何畸变校正程序代码,不错。(The building images can be common geometric distortion correction code, yes.)
    2013-04-18 20:50:34下载
    积分:1
  • Ant-colony-algorithm
    人工蚁群算法,提供了一种高效的编程步骤。(Artificial ant colony algorithm, provides an efficient programming steps.)
    2013-12-25 20:54:50下载
    积分:1
  • m_nw8jsg
    毕设的题目,LTE移动通信的无线传播信道模型,通过MATLAB仿真了包括多径信道,考虑了多普勒频移以及瑞利信道,考虑了 nQNOiO参数以及 IYsjtyL衰落的多参数信道模型,调试正常。?(Complete set of topics, mobile wireless channel modeling, simulation by MATLAB, including multipath channel, taking into account the Doppler shift and Rayleigh channel, considering the nQNOiO parameter and multi-parameter IYsjtyL fading channel model, debugging normal.)
    2016-01-13 19:07:32下载
    积分:1
  • matlab-90
    用matlabR2009b进行的90个MATLAB练习。。。(MatlabR2009b carried out using MATLAB Exercise 90. . .)
    2009-12-11 14:23:05下载
    积分:1
  • kdda
    实现信号的KDDA映射变换,KDDA属于线性子空间分析方法LDA的改进算法,采用核方法实现映射(Realize signal KDDA mapping transformation, KDDA belonging to a linear sub-space analysis method to improve the LDA algorithm, use of the mapping method)
    2008-03-28 13:01:58下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载