搜索结果
找到约 160 项符合
yx-em 的查询结果
数值算法/人工智能 混合高斯模型和EM算法结合
混合高斯模型和EM算法结合,当中用到了自己写的Kmeans聚类,附带测试样例、训练样例和main函数。
系统设计方案 this a 8-bit risc micro process,Th eM C Ud esignedis c ompatiblew ith PIC16C57 o microchip Technolog
this a 8-bit risc micro process,Th eM C Ud esignedis c ompatiblew ith PIC16C57 o microchip Technology Inc.in
the instruction system
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算法程序包,可用于混合高斯模型,值得一看哦
单片机开发 51单片机读EM卡的程序,EM卡输出是曼彻斯特吗有.很好用的.
51单片机读EM卡的程序,EM卡输出是曼彻斯特吗有.很好用的.
加密解密 EM分群,matlab程式碼,用來分群用的
EM分群,matlab程式碼,用來分群用的
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)
% ...