资源简介
自己编写的期望最大化(EM)算法的MATLAB实现,里面有较为运行方法和程序说明,对新手有很好的帮助
I have written the expectation-maximization (EM) algorithm in MATLAB, which has run more methods and procedures described, there is a good help fo
代码片段和文件信息
function [x] =creatdata()
clc;clear;
mu = [5 10];
SIGMA = [7 0; 0 3];
r1 = mvnrnd(muSIGMA200);
mu = [-2 4];
SIGMA = [10 0; 0 20];
r2 = mvnrnd(muSIGMA300);
mu = [10 22];
SIGMA = [10 1; 1 7];
r3 = mvnrnd(muSIGMA500);
x = [r1‘r2‘r3‘];
%%ll = [ones(size(r1))‘2.*ones(size(r2))‘3.*ones(size(r3))‘];
%%l = ll(1:)‘;
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 348 2014-01-07 22:26 EM\creatdata.m
文件 15628 2009-12-25 07:08 EM\data.mat
文件 2282 2014-01-07 22:25 EM\em.m
文件 915 2011-03-11 23:27 EM\spread.m
文件 334 2014-02-09 17:08 EM\说明.txt
目录 0 2014-02-09 17:08 EM
----------- --------- ---------- ----- ----
19507 6
相关资源
- Gabor Gabor小波变换的matlab实现
- naive_bayes_numeric 利用matlab实现的朴素贝
- inpaintingMatlab
- zifushibie 用MATLAB实现的字符识别
- svd_nosie_removing
- demo_mtbot 多目标跟踪
- zimushibie 图片 26个字母识别 用matla
- darkchannel 用MATLAB实现的darkchannel算法
- ensemblelearning 该源代码主要是利用ba
- QAM16_demo
- ImageMatlab Matlab数字图像处理
- mod_demod 在matlab环境下实现通信系统中
- ID3(matlab) ID3算法的matlab实现
- bemd 二维经验模态分解
- harris2807740
- LCV “An efficientlocalChan–Vesemodelforima
- GA MATLAB实现的改进遗传算法程序
- speech-emotion-recognition-system gmm模型下的
- UAV-Flight-Control-System :对某型无人机的
- Cooperative-spectrum-sensing
- fastlaplacemorian 压缩感知的几种算法算
- shadow-removal 该代码用于在视觉智能监
-
PEM-fuel-cell-model 采用matlab/simuli
nk实现 - surface-quality-detection 用matlab实现的表面
- speech-enhancement 本资料涵盖了几乎所有
- MATLAB_Serial
- gamma matlab实现gamma校正的算法
- EM EM算法Matlab实现。最大期望(EM)算
- adaptive-finite-element-methods 自适应网格有
- shadow-removal 非常全面介绍了阴影检测
评论
共有 条评论