登录
首页 » matlab » bpm

bpm

于 2010-05-17 发布 文件大小:237KB
0 223
下载积分: 1 下载次数: 55

代码说明:

  Thomas Minka 编写的适用于Bayesian Point Machine,Expectation Propagation计算的matlab工具箱。对科研人员很有价值。 (This toolbox implements the EP algorithms described in Thomas Minka s thesis and UAI paper.)

文件列表:

bpm\@bpm_ep
bpm\@bpm_ep\bpm_ep.m
bpm\@bpm_ep\classify.m
bpm\@bpm_ep\display.m
bpm\@bpm_ep\draw.m
bpm\@bpm_ep\get_s.m
bpm\@bpm_ep\get_v.m
bpm\@bpm_ep\get_w.m
bpm\@bpm_ep\predict.m
bpm\@bpm_ep\retrain.m
bpm\@bpm_ep\set_kernel.m
bpm\@bpm_ep\set_restrict.m
bpm\@bpm_ep\set_stepsize.m
bpm\@bpm_ep\set_vp.m
bpm\@bpm_ep\set_X.m
bpm\@bpm_ep\set_Y.m
bpm\@bpm_ep\subsasgn.m
bpm\@bpm_ep\subsref.m
bpm\@bpm_ep\train.m
bpm\@bpm_ep\train_ard.m
bpm\@bpm_ep\train_ard_kernel.m
bpm\@bpm_ep\train_kernel.m
bpm\@bpm_ep\train_linear.m
bpm\COPYING
bpm\Contents.m
bpm\README.txt
bpm\bpm_brute.m
bpm\bpm_classify.m
bpm\bpm_direct.m
bpm\bpm_draw.m
bpm\bpm_likelihood.m
bpm\bpm_task.m
bpm\brute_predict.m
bpm\data
bpm\data\bits.mat
bpm\data\breast_cancer_wisconsin.mat
bpm\data\digit.mat
bpm\data\example2.mat
bpm\data\example3.mat
bpm\data\heart.mat
bpm\data\ionosphere.mat
bpm\data\pima.mat
bpm\data\six_pts.mat
bpm\data\sonar.mat
bpm\data\three_pts.mat
bpm\data\thyroid.mat
bpm\draw_ellipsoid.m
bpm\draw_vs_point.m
bpm\kernelmtx_discrete.m
bpm\kernelmtx_linear.m
bpm\kernelmtx_poly.m
bpm\kernelmtx_rbf.m
bpm\other
bpm\other\billiard
bpm\other\billiard\billiard.m
bpm\other\billiard\kbilliard.m
bpm\other\billiard\tbilliard.m
bpm\other\ep
bpm\other\ep\ep_kernel.m
bpm\other\ep\ep_probit.m
bpm\other\ep\ep_step.m
bpm\other\logreg
bpm\other\logreg\logreg_newton.m
bpm\other\old
bpm\other\old\junk
bpm\other\old\kernel.m
bpm\other\old\kerneldiag.m
bpm\other\old\kernelmtx.m
bpm\other\old\svkernelv.m
bpm\other\old\test_maire.m
bpm\other\sep
bpm\other\sep\adf_step.m
bpm\other\sep\bayes_brute.m
bpm\other\sep\bayes_brute2.m
bpm\other\sep\bayes_predict_brute.m
bpm\other\sep\digit_compare.mat
bpm\other\sep\digit_compare2.mat
bpm\other\sep\draw_ellipsoid.m
bpm\other\sep\ep_kernel.m
bpm\other\sep\ep_step.m
bpm\other\sep\ep_step_sphere.m
bpm\other\sep\gpc.png
bpm\other\sep\gpc2.png
bpm\other\sep\gpc2t.png
bpm\other\sep\gpr.m
bpm\other\sep\gpr.png
bpm\other\sep\gpr2.png
bpm\other\sep\gpr2s.png
bpm\other\sep\gpr2t.png
bpm\other\sep\heart_result.mat
bpm\other\sep\ion_results.mat
bpm\other\sep\opper_mf.m
bpm\other\sep\opper_tap.m
bpm\other\sep\opper_vb.m
bpm\other\sep\perceptron.m
bpm\other\sep\pima_small.mat
bpm\other\sep\pima_time.mat
bpm\other\sep\rujan.results
bpm\other\sep\rujan_pms
bpm\other\sep\save_rujan.m

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

发表评论

0 个回复

  • Cricle_Azimuth_Elevation
    基于均匀圆阵的方位角和俯仰角联合估计,采用MUSIC算法和MNM算法估计(Based on Uniform Circular Array azimuth and pitch angle of the joint estimation using MUSIC algorithm and MNM algorithm estimates)
    2008-04-15 09:18:16下载
    积分:1
  • ForcedPendulum
    This simulink model simulates the damped driven pendulum, showing it s chaotic motion. theta = angle of pendulum omega = (d/dt)theta = angular velocity Gamma(t) = gcos(phi) = Force omega_d = (d/dt) phi Gamma(t) = (d/dt)omega + omega/Q + sin(theta) Play with the initial conditions (omega_0, theta_0, phi_0 = omega(t=0), theta(t=0), phi(t=0)) and the system parameters (g, Q, omega_d) and the solver parameters/method. Chaos can be seen for Q=2, omega_d=w/3. The program outputs to Matlab time, theta(time) & omega(time). Plot the phase space via: plot(mod(theta+pi, 2*pi)-pi, omega, . ) Plot the Poincare sections using: t_P = (0:2*pi/omega_d:max(time)) plot(mod(spline(time, theta+pi, t_P), 2*pi)-pi, spline(time, omega, t_P), . ) System is described in: "Fractal basin boundaries and intermittency in the driven damped pendulum" E. G. Gwinn and R. M. Westervelt PRA 33(6):4143 (1986) (This simulink model simulates the damped driven pendulum, showing it s chaotic motion. theta = angle of pendulum omega = (d/dt)theta = angular velocity Gamma(t) = gcos(phi) = Force omega_d = (d/dt) phi Gamma(t) = (d/dt)omega+ omega/Q+ sin(theta) Play with the initial conditions (omega_0, theta_0, phi_0 = omega(t=0), theta(t=0), phi(t=0)) and the system parameters (g, Q, omega_d) and the solver parameters/method. Chaos can be seen for Q=2, omega_d=w/3. The program outputs to Matlab time, theta(time) & omega(time). Plot the phase space via: plot(mod(theta+pi, 2*pi)-pi, omega, . ) Plot the Poincare sections using: t_P = (0:2*pi/omega_d:max(time)) plot(mod(spline(time, theta+pi, t_P), 2*pi)-pi, spline(time, omega, t_P), . ) System is described in: "Fractal basin boundaries and intermittency in the driven damped pendulum" E. G. Gwinn and R. M. Westervelt PRA 33(6):4143 (1986) )
    2010-02-17 07:28:51下载
    积分:1
  • FABC_MATLAB_wo
    国外蜂群算法(Artificial Bee Colony Algorithm ,ABC)源码,已通过测试。 (Foreign colony algorithm (Artificial Bee Colony Algoriithm, ABC) source complete source code, has been tested. )
    2012-05-20 08:03:50下载
    积分:1
  • power_transformer
    功率电子领域matlab仿真文件,已经验证过,程序运行正常(Power electronics field matlab simulation file, has already been verified, the normal operating procedures)
    2013-08-26 22:16:59下载
    积分:1
  • 1
    matlab code for JTAG cable checking
    2014-02-04 19:27:39下载
    积分:1
  • heijai
    采用热核构造权重,小波包分析提取振动信号中的特征频率,利用自然梯度算法。( Thermonuclear using weighting factors Wavelet packet analysis to extract vibration signal characteristic frequency, Use of natural gradient algorithm.)
    2016-05-12 14:48:43下载
    积分:1
  • ditfft
    本程序是对iditfft算法的仿真,即对快速傅立叶变换的仿真。(This program is iditfft simulation algorithm, namely, the fast Fourier transform simulation.)
    2009-10-23 10:41:30下载
    积分:1
  • askdemodwork
    Amplitude Shift Keying (ASK) modulation with using MATLAB simulink.
    2010-11-28 02:13:50下载
    积分:1
  • pcm_matlab
    pcm编码的MATLAB实现,主要是通过13折线吗,取样量化编码的实现。(pcm encoded MATLAB realize, mainly through the 13 line it, the realization of sampling quantization coding.)
    2008-07-02 16:12:27下载
    积分:1
  • Back_Projection_Detectability_Tests
    后向投影的一个很好的工具箱,利用matlab编写,很容易看懂,主要用于雷达等方面(Line_Phantoms For Back_Projection Detectability Tests)
    2011-01-08 22:05:06下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载