搜索结果
找到约 156 项符合
EM 的查询结果
按分类筛选
- 全部分类
- matlab例程 (27)
- 人工智能/神经网络 (25)
- 其他书籍 (9)
- 单片机开发 (8)
- 文章/文档 (6)
- 数学计算 (6)
- 技术资料 (6)
- 数值算法/人工智能 (5)
- 源码 (5)
- 驱动编程 (4)
- 书籍 (4)
- 其他 (3)
- 通讯/手机编程 (3)
- 系统设计方案 (3)
- 嵌入式/单片机编程 (3)
- 汇编语言 (3)
- 微处理器开发 (3)
- 模拟电子 (2)
- 传感与控制 (2)
- 通讯编程文档 (2)
- 软件设计/软件工程 (2)
- Delphi控件源码 (2)
- 学术论文 (1)
- 电机控制 (1)
- PCB相关 (1)
- 单片机编程 (1)
- 可编程逻辑 (1)
- 其他数据库 (1)
- RFID编程 (1)
- 生物技术 (1)
- 书籍源码 (1)
- 数据结构 (1)
- 加密解密 (1)
- 编辑器/阅读器 (1)
- 语音压缩 (1)
- Java编程 (1)
- 行业发展研究 (1)
- 电子书籍 (1)
- 邮电通讯系统 (1)
- 软件工程 (1)
- VC书籍 (1)
- Internet/网络编程 (1)
- 中间件编程 (1)
- 论文 (1)
- VIP专区 (1)
数值算法/人工智能 混合高斯模型和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)
% ...