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

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

于 2020-02-26 发布
0 209
下载积分: 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 个回复

  • M1
    说明:  Use of DFT or FFT with Matlab
    2009-06-14 02:56:54下载
    积分:1
  • 51847167snake_gvf_demo
    GVF SNKE 模型matlab源代码(gvf snake)
    2010-11-06 13:41:04下载
    积分:1
  • improvedGA
    说明:  此程序为改进遗传算法,使用了新的自然数编码方式,进一步缩短了染色体长度,提高了计算效率。(This program to improve the genetic algorithm, using a new natural number encoding to further shorten the chromosome length, improve the computational efficiency.)
    2010-04-26 22:55:07下载
    积分:1
  • V-type_Antenna
    用MOM计算V型天线的电流分布、输入阻抗及辐射方向图。其中L=0.3λ,L/a=2000,激励用δ-gap模型。(MOM calculated using V-shaped antenna current distribution, input impedance and radiation pattern. Where L = 0.3λ, L/a = 2000, excitation δ-gap model.)
    2013-08-13 16:10:14下载
    积分:1
  • yuyinshengka
    2PSK,QPSK,MSK,QAM的调制方式鉴别,其中有符号速率的估计,频偏的估计,确定载频,并画出星座图,用simulink编写(2PSK, QPSK, MSK, QAM modulation scheme identification, including the estimated symbol rate, frequency offset estimate to determine the carrier frequency, and draw the constellations, written in simulink)
    2016-06-20 19:16:05下载
    积分:1
  • EMD-svm
    使用emd和svm进行预测使用svm进行预测使用emd和svm进行预测使用svm进行预测使用emd和svm进行预测使用svm进行预测(Predicting with emd and svm Predicting with svm Predicting with emd and svm Predicting with svm Predicting with emd and svm Predicting with svm)
    2021-03-24 14:59:15下载
    积分:1
  • VCmatlabengine
    vc和matlab混合编程,调用matlab强大的计算数学库(vc and mixed matlab programming, matlab call powerful computational mathematics library)
    2009-05-24 13:58:36下载
    积分:1
  • fuzzyDC
    说明:  模糊控制的DCDC变换器,模糊规则按照自己设定的,根据具体情况可以自己设定。(Fuzzy control of DCDC converters, according to their own set of fuzzy rules, can be set according to specific circumstances.)
    2010-04-13 22:48:17下载
    积分:1
  • minitabguiderevised
    Easy guide for learning Minitab
    2012-10-17 15:50:29下载
    积分:1
  • 精通MATLAB Simulink系统仿真(2015代码)
    说明:  matlab智能算法的源程序,包括多种粒子群,遗传、神经网络等等(Matlab intelligent algorithm source code, including a variety of particle swarm optimization, genetic, neural network, and so on)
    2021-01-12 20:36:14下载
    积分:1
  • 696518资源总数
  • 104313会员总数
  • 30今日下载