CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - 高斯算法

搜索资源列表

  1. 高斯粒子滤波算法

    6下载:
  2. 本程序实现了基于matlab的高斯粒子滤波方法,附有大量例子,可供直接使用。
  3. 所属分类:matlab例程

  1. randgen

    0下载:
  2. 产生2维高斯分布的matlab代码,应用价值高-Have a 2-dimensional Gaussian distribution of the matlab code, the application of high value
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1490
    • 提供者:王江曼
  1. GaussBackGroundModel

    0下载:
  2. 混合高斯背景建模的实现程序,Matlab编写,运算速度极慢,但可作为理解算法的示例代码.系作者参加SJTU PRP项目时所写。此代码已在原项目中不再使用。-The realization of Gaussian mixture background modeling procedure, Matlab writing, computing speed is very slow, but the understanding of the algorithm can be used as sampl
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1404
    • 提供者:liangyihao
  1. EMDfenshufourier

    0下载:
  2. 经验模式分解算法是仿真分数阶高斯噪声(fGn)和分数阶布朗运动(fBm)的新方法, 利用MATLAB的GUI开发环境,设计和实现了基于经验模式分解的分数阶随机序列仿真系统。-Empirical mode decomposition algorithm is a simulation of fractional Gaussian noise (fGn) and fractional Brownian motion (fBm) of the new method, using MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:265833
    • 提供者:齐磊
  1. blogreg

    1下载:
  2. 实现在参数先验是高斯分布情况下,利用马尔科夫链蒙特卡洛算法来对Logistic 回归模型参数的后验分布进行抽样 -It implements different Markov Chain Monte Carlo strategies for sampling from the posterior distribution over the parameter values for Logistic Regression models with a Gaussian prior on th
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:29829
    • 提供者:王而山
  1. gpml-matlab-v3.1-2010-09-27

    2下载:
  2. 高斯过程算法在回归和分类中的应用程序。与书本《基于高斯过程的机器学习》配套。本程序是最新的v3.1版,更新于2010-09-27-Gaussian process regression and classification algorithm in the application. And the book " machine learning based on Gaussian process" support. This program is the latest v3.1
  3. 所属分类:matlab

    • 发布日期:2016-01-25
    • 文件大小:609280
    • 提供者:hu
  1. lixiang

    0下载:
  2. 理想无算法调制解调,包含了产生高斯噪声的子程序。-Non-ideal modulation and demodulation algorithms, including Gaussian noise to generate the subroutine.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:3987
    • 提供者:echo
  1. gaussgradient

    0下载:
  2. 本算法是基于高斯分布的梯度边缘检测法,采用MATLAB实现-The algorithm is based on the Gaussian distribution of the gradient edge detection method, the use of MATLAB to achieve
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1980
    • 提供者:黄石
  1. Gauss

    0下载:
  2. 高斯插值算法,有人需要吗,我的收藏,欢迎下载-Gaussian interpolation algorithm, some people need to be done, my collection, please download
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:687
    • 提供者:全能骑士
  1. EM_GM_fast

    0下载:
  2. EM算法的高斯分布的MATLAB程序源码实现-EM Algorithm for Gaussian distribution of the MATLAB program source code to achieve
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3358
    • 提供者:夏常源
  1. gaussian_mixture_model

    0下载:
  2. 基于高斯混合分布的假设,利用EM算法对数据进行分类-classification based on the Gaussian Mixtrue Models using EM algorithms
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:24655
    • 提供者:王生
  1. Gaussian_Pyramids

    0下载:
  2. 基于高斯滤波器的图像压缩算法。可以处理真彩图和灰度图,相当实用。-Gaussian filter based on image compression algorithms. Can handle true color pictures and grayscale, quite useful.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1860
    • 提供者:秦关
  1. gmm

    0下载:
  2. 求高斯混合模型的EM算法,matlab程序。-Seeking EM algorithm for Gaussian mixture model, matlab program.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:13314
    • 提供者:
  1. GMM_background_src

    1下载:
  2. 基于有限混合高斯模型的数据分类 1、使用基于有限高斯混合模型的EM算法对数据样本进行归类 2、使用C++或者Matlab语言编程环境实现该算法,并用给定的数据包对算法的正确性进行检验 -Gaussian mixture model based on limited data classification 1, using the finite Gaussian mixture model based on EM algorithm to classify the data sam
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:5302
    • 提供者:路江
  1. nonlinear-equation

    1下载:
  2. mulStablePoint 用不动点迭代法求非线性方程组的一个根 mulNewton 用牛顿法法求非线性方程组的一个根 mulDiscNewton 用离散牛顿法法求非线性方程组的一个根 mulMix 用牛顿-雅可比迭代法求非线性方程组的一个根 mulNewtonSOR 用牛顿-SOR迭代法求非线性方程组的一个根 mulDNewton 用牛顿下山法求非线性方程组的一个根 mulGXF1 用两点割线法的第一种形式求非线性方程组的一个根 mulGXF2 用两点割线法
  3. 所属分类:matlab

    • 发布日期:2017-03-21
    • 文件大小:11028
    • 提供者:汪张扬
  1. emcenter

    0下载:
  2. 我写的改进中心点的混合高斯分布的EM算法-I wrote to improve the center of the EM algorithm for Gaussian mixture
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2454
    • 提供者:lwm
  1. demo1

    0下载:
  2. 我自己写的关于二维混合高斯分布的EM算法-I wrote about the distribution of two-dimensional Gaussian mixture EM algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1284
    • 提供者:lwm
  1. upf_demos

    0下载:
  2. 粒子滤波改进算法仿真比较,我觉得很好用,大家快下载,贝叶斯滤波适合非线性和非高斯环境,这种非线性统计理论很先进-Improved particle filtering algorithm for simulation and comparison, I feel useful, we quickly download, Bayesian filtering for nonlinear and non-Gaussian environment, which is very advanced sta
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:34783
    • 提供者:李文兵
  1. GaussianParticleFilter

    0下载:
  2. 利用高斯算法的粒子滤波器,可以应用于机器人自主定位等应用-Gaussian particle filter algorithm can be used in applications such as robot self-localization
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:74166
    • 提供者:程鹏
  1. EM算法用于高斯混合模型

    1下载:
  2. EM算法在高斯混合模型的参数估计中的应用,内服Matlab程序例子。(Application of Matlab program and EM algorithm in parameter estimation of Gaussian mixture model.)
  3. 所属分类:matlab例程

    • 发布日期:2020-06-11
    • 文件大小:227328
    • 提供者:jiangjingjing
« 12 3 4 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com