搜索结果
找到约 401 项符合
EM-map 的查询结果
matlab例程 In this demo, I use the EM algorithm with a Rauch-Tung-Striebel smoother and an M step, which I ve r
In this demo, I use the EM algorithm with a Rauch-Tung-Striebel smoother and an M step, which I ve recently derived, to train a two-layer perceptron, so as to classify medical data (kindly provided by Steve Roberts and Will Penny from EE, Imperial College). The data and simulations are described in: ...
数学计算 本文介绍了用c++实现em算法
本文介绍了用c++实现em算法,非常有用!
matlab例程 高斯混合模型参数估计,EM算法,sunMOG.m为函数,testMOG4.m为测试程序
高斯混合模型参数估计,EM算法,sunMOG.m为函数,testMOG4.m为测试程序
人工智能/神经网络 一个很有用的EM算法程序包
一个很有用的EM算法程序包,可用于混合高斯模型,值得一看哦
STL stl中map用法详解
stl中map用法详解
文件格式 Mapinfo Tab格式参考【dat id map tab】,英文的
Mapinfo Tab格式参考【dat id map tab】,英文的
单片机开发 51单片机读EM卡的程序,EM卡输出是曼彻斯特吗有.很好用的.
51单片机读EM卡的程序,EM卡输出是曼彻斯特吗有.很好用的.
加密解密 EM分群,matlab程式碼,用來分群用的
EM分群,matlab程式碼,用來分群用的
BREW编程 MAP 算法 源程序 第三代 数字通信 turbo码相关
MAP 算法 源程序 第三代 数字通信 turbo码相关
matlab例程 % EM algorithm for k multidimensional Gaussian mixture estimation % % Inputs: % X(n,d) - input da
% EM algorithm for k multidimensional Gaussian mixture estimation
%
% Inputs:
% X(n,d) - input data, n=number of observations, d=dimension of variable
% k - maximum number of Gaussian components allowed
% ltol - percentage of the log likelihood difference between 2 iterations ([] for none)
% ...