CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matlab Bayesian

搜索资源列表

  1. BayesianClasser

    0下载:
  2. 贝叶斯分类器Matlab实现 机器学习算法,用于分类的朴素贝叶斯分类器,Navie Bayesian Classifier 。-Bayesian classifier Matlab achieve machine learning algorithms for classification Naive Bayes classifier, Navie Bayesian Classifier.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:691
    • 提供者:叶晞
  1. BCS_CODE

    0下载:
  2. matlab写的贝叶斯的压缩感知的代码,应用范围广泛,很不错。-matlab write code compression Bayesian perception, wide range of applications, very good.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1481722
    • 提供者:zhenhua
  1. NaiveBayes

    0下载:
  2. MATLAB编写的朴素贝叶斯算法,注释十分详尽,使用起来很方便。同时加入了Laplace平滑。-Bayesian algorithms written in MATLAB, very detailed notes, very easy to use. While adding the Laplace smooth.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:3583
    • 提供者:wazirlee
  1. bayes

    0下载:
  2. 基于贝叶斯算法的数字图图像抠图,在matlab下实现其运行,图像保存在目录为e盘-Based on bayesian algorithm of digital map image cutout, achieve its operation under matlab, to e disk images stored in the directory
  3. 所属分类:Other systems

    • 发布日期:2017-04-23
    • 文件大小:124049
    • 提供者:秋先生
  1. Laplace-kalman-bayes-kalman

    0下载:
  2. 拉普拉斯(Laplace)、卡尔曼(kalman)、贝叶斯(bayes)几种关于图像处理中图像融合或滤波的matlab源程序。-Laplace (Laplace), Kalman (kalman), Bayesian (bayes) several image processing or filtering in image fusion matlab source.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:451009
    • 提供者:李晓玲
  1. Fast-Tracking

    0下载:
  2. “Fast Tracking via Dense Spatio-Temporal Context Learning,” In ECCV 2014的源代码,效果非常好。-In this paper, we present a simple yet fast and robust algorithm which exploits the spatio-temporal context for visual tracking. Our approach formulates the spatio-te
  3. 所属分类:matlab

    • 发布日期:2017-05-26
    • 文件大小:8956254
    • 提供者:happy
  1. shenjingwangluo

    0下载:
  2. 可自由选择贝叶斯正则化算法或者是L-M 优化算法的神经网络matlab代码-The freedom to choose the Bayesian regularization algorithm or LM optimization algorithm neural network matlab code
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:760
    • 提供者:吴清若
  1. fullbnt

    0下载:
  2. 利用MATLAB的fullbnt贝叶斯网络工具箱构建贝叶斯网络,进行贝叶斯网络推理- The fullbnt Bayesian networks using MATLAB toolbox to build Bayesian networks, Bayesian network inference
  3. 所属分类:matlab

    • 发布日期:2017-05-11
    • 文件大小:2270703
    • 提供者:张磊
  1. mg2D

    2下载:
  2. 二维贝叶斯反演方法的实现matlab代码,包含地质统计学知识-The realization of two-dimensional Bayesian inversion method matlab code, including geostatistics knowledge
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5540697
    • 提供者:邹晓峰
  1. beiyesijuece_matlab

    0下载:
  2. 基于MATLAB的模式识别的贝叶斯决策,处理水环境分类问题,共分为5类,最后得出五类总的识别率。 -Bayesian decision pattern recognition based on MATLAB, the problem of classification of water environment treatment, is divided into 5 categories, finally obtains five kinds of total recognition rat
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:42169
    • 提供者:张文波
  1. zuidasiranguji_matlab

    1下载:
  2. 基于MATLAB的模式识别的参数估计的最大似然估计,处理水环境分类问题,共分为5类,最后利用贝叶斯决策得出五类总的识别率。 -Maximum likelihood estimation of parameters of pattern recognition of MATLAB estimation based on classification of water environment treatment problem, is divided into 5 categories, the
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:47340
    • 提供者:张文波
  1. LJLSDS

    0下载:
  2. 【matlab国外编程代做】畸变图形矫正matlab 源码,贝叶斯 可以作为参考使用学习-[Do] matlab programming abroad generation graphics distortion correction matlab source code, can be used as a reference to use Bayesian learning
  3. 所属分类:Fractal program

    • 发布日期:2017-04-24
    • 文件大小:159026
    • 提供者:盆盆
  1. SexRecognition

    0下载:
  2. 男女性别识别Matlab程序,根据男女身高体重特征进行贝叶斯分类,进行识别-Gender recognition Matlab program, based on height and weight male and female characteristics Bayesian classification, identification
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2563
    • 提供者:
  1. project1_code

    0下载:
  2. 这是matlab编写的3个常用机器学习分类器代码。其中包括了: 1)PCA 分类其;2)LDA分类器:3)naive贝叶斯分类器。 3个算法的实现参考了《Introduction to Machine Learning》。 除了这3个分类算法的实现外,代码里面还包含了用于测试的main.m 主程序和一个实验的简要报告。实验在著名数据集acoustic_train_data 上进行。-This source code includes the implementation of three f
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:372147
    • 提供者:hhj
  1. FullBNT-1.0.7

    1下载:
  2. matlab贝叶斯工具箱,最新版1.0.7-bayesian toolbox for matlab
  3. 所属分类:matlab

    • 发布日期:2017-05-30
    • 文件大小:12428661
    • 提供者:name
  1. Bayes

    0下载:
  2. 贝叶斯分类器matlab代码,主要利用naive bayes分类器的思想利用后验概率进行分类。-Bayesian classifier matlab code, after the main use of naive bayes classifier utilizing the posterior probability ideological classification.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-23
    • 文件大小:7199384
    • 提供者:
  1. bcs_ver0.1

    0下载:
  2. 贝叶斯压缩感知的最新程序,利用MATLAB编程,希望对大家有用。-Bayesian compression perceived latest procedures, using MATLAB, we hope to be useful.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:980238
    • 提供者:zhangyan
  1. kalman-filter

    2下载:
  2. 贝叶斯卡尔曼滤波器的实现。通过卡尔曼滤波可以将信号中的噪声去除,提取原信号。即具有还原信号的功能。-kfdemo.m is a Matlab scr ipt file to run a demonstration of the Bayesian Kalman filter. It loads file kfdemo.mat (saved as version 4 so that it will read in either v4 or v5 Matlab). The othe
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:8055
    • 提供者:kamhom
  1. fenlei

    0下载:
  2. 实现基于matlab的男女身高体重分类问题,采用parson窗方法和贝叶斯分类方法-Matlab gender-based classification of height and weight, using parson window method and Bayesian methods
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3762
    • 提供者:张洪坤
  1. SparseBayes

    0下载:
  2. 利用稀疏贝叶斯实现的图像分类,实现效果很好,matlab代码-Sparse Bayesian image classification implemented to achieve good results, matlab codes
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:25844
    • 提供者:王健
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 35 »
搜珍网 www.dssz.com