Welcome![Sign In][Sign Up]
Location:
Search - EM source code

Search list

[Windows DevelopEM.tar

Description: mixtureEM的模型与及其数据库平台,源代码为Java语言。-mixtureEM the model and its database platform, the source code for Java.
Platform: | Size: 4840 | Author: new | Hits:

[OtherKMEANS01

Description: This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen.-This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen.
Platform: | Size: 270336 | Author: 赵丁香 | Hits:

[AI-NN-PRempca

Description: 用EM算法估计PCA参数,效果比传统的PCA要好,原文发表于神经计算杂志上,有兴趣者可以先看论文。-using EM algorithm parameters estimated PCA results than the traditional PCA better, in the language of neural computation published in the magazine, those who are interested can read papers.
Platform: | Size: 159744 | Author: 武旗 | Hits:

[OtherEMReader

Description: EM射频卡读写器源代码,开发环境keil-EM RF card reader source code development environment Keil
Platform: | Size: 26624 | Author: 姜明建 | Hits:

[Windows DevelopEM.tar

Description: mixtureEM的模型与及其数据库平台,源代码为Java语言。-mixtureEM the model and its database platform, the source code for Java.
Platform: | Size: 5120 | Author: new | Hits:

[matlabemgmm

Description: EM算法估计GMM的matlab版本的源代码,适合给类机器学习问题-EM algorithm estimates GMM Matlab version of the source code, suitable for the type of machine learning problems
Platform: | Size: 3072 | Author: 罗军 | Hits:

[matlabmlcgmm

Description: MEL 求解GMM模型的参数matlab环境下的源代码,和大家分享-MEL Solving GMM model parameters Matlab environment of the source code and share
Platform: | Size: 1024 | Author: 罗军 | Hits:

[Other Databasesppkd

Description: 基于有限高斯混合模型的EM算法的源程序代码,里面有实验报告和运行结果。 -based on finite Gaussian mixture model of the EM algorithm source code, which has run reports and experimental results.
Platform: | Size: 52224 | Author: | Hits:

[Mathimatics-Numerical algorithmsCRC64

Description: CRC循环64位校验的源码,可直接引用该函数使用,有疑问请EM:lovely6226@163.com-Cyclic 64 check source code, can be directly invoked the function uses, the question please EM : lovely6226@163.com
Platform: | Size: 1024 | Author: 张雪奇 | Hits:

[Otherassociated.code.files

Description: ti的TMS320C64XEMAC应用源代码-ti s TMS320C64XEMAC application source code
Platform: | Size: 736256 | Author: deff | Hits:

[Graph programEM_lgorithmrsegimage

Description: 用EM算法进行图像的分割,matlab源代码。-EM algorithm using image segmentation, matlab source code.
Platform: | Size: 332800 | Author: mona | Hits:

[Algorithmem-c++

Description: 本文介绍了用c++实现em算法,非常有用!-This paper introduces the use c++ Realize em algorithm, very useful!
Platform: | Size: 6144 | Author: 钟宏 | Hits:

[Special EffectsPR_AI_code

Description: 这是《精通VC++数字图像模式识别技术及工程实践[第2版]》光盘源代码,其中包括EM算法、fisher判别函数、HMM隐马尔科夫模型、BP神经网络、小波变换、alpha-beta剪枝、A*算法等,还包含几个纹理分析、人脸定位、字符识别、车牌号识别、8数码、黑白棋、离线/在线签名等实例,因此对于学习模式识别、人工智能的朋友们都大有裨益。光盘中的素材请见另外一个资源。-This is " proficient in VC++ Digital Image Pattern Recognition Technology and Engineering Practice [2nd edition]" CD-ROM source code, including the EM algorithm, fisher discriminant function, HMM hidden Markov model, BP neural network, wavelet transform, alpha- beta pruning, A* algorithm, but also contains a number of texture analysis, face positioning, character recognition, license plate number recognition, digital 8, Reversi, offline/online signatures examples, so for studying pattern recognition, artificial intelligence friends are of great benefit. CD-ROM material, see the other resources.
Platform: | Size: 14680064 | Author: | Hits:

[Windows Developrnnsimv2

Description: em algorithm source code in matlab
Platform: | Size: 309248 | Author: hargy | Hits:

[matlabEM

Description: 这次上传的程序源码是关于EM算法的编程实例。-The upload process is on the EM algorithm source code programming examples.
Platform: | Size: 2048 | Author: apple | Hits:

[matlabEM

Description: em算法的学习资料,各种格式,包含c和matlab源代码,希望有所帮助-em algorithm learning materials, a variety of formats, including c and matlab source code, hope that helps
Platform: | Size: 3632128 | Author: nebula | Hits:

[e-languageImitation-EM-source-code

Description: 模仿曾经的Edgamemaker的源码,基本用的E语言开发,但是核心的Game.exe程序并不开源,会弄得自己研究吧,缺少文件压缩包内有源码,自己用易语言编译即可-模仿曾经的Edgamemaker的源码,基本用的E语言开发,但是核心的Game.exe程序并不开源,会弄得自己研究吧,缺少文件压缩包内有源码,自己用易语言编译即可 模仿曾经的Edgamemaker的源码,基本用的E语言开发,但是核心的Game.exe程序并不开源,会弄得自己研究吧,缺少文件压缩包内有源码,自己用易语言编译即可 Once the imitation Edgamemaker source code, E language development basic use, but the core of the Game.exe program is not open, get their study it, the lack of file compression package within the source code, easy to use their own language can be compiled
Platform: | Size: 3810304 | Author: 韩家祺 | Hits:

[matlabEM算法之三硬币模型:matlab编程实现

Description: EM算法是人工智能十大算法之一。三硬币模型算例出自李航的《统计学习方法》,书中给出了计算结果和简单解说,对于不是学数学的看这种复杂的公式看不懂,我也看了很久才看懂。我用matlab编写的代码,并作了详细的注释。(EM algorithm is one of the ten major algorithms of artificial intelligence. The three coin model is derived from Li Hang's statistical learning method. In the book, the calculation results and simple commentary are given. For those who do not learn mathematics, they can not clearly understand this complicated formula. I have seen it for a long time,too. I used MATLAB language wrrting the source code in and annotated it in detail.)
Platform: | Size: 27648 | Author: 碎风 | Hits:

[OtherEM-X抽奖程序

Description: 一个EM-X抽奖程序,基于lua的程序源码(A EM-X lottery program, Lua based program source code)
Platform: | Size: 113664 | Author: 艾斯菲格 | Hits:

[OtherMATLAB实现MAP EM算法全集

Description: MATLAB实现EM算法和k均值算法,有资料和源代码(MATLAB to achieve EM algorithm and K means algorithm, data and source code)
Platform: | Size: 3279872 | Author: yoghurt_ty | Hits:
« 12 3 4 »

CodeBus www.codebus.net