首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 在CUDA中隐藏的马尔可夫模型算法的实现

在CUDA中隐藏的马尔可夫模型算法的实现

资 源 简 介

Introduction This software is used for educational purposes in order to teach how to implement the various Hidden Markov Model (HMM) algorithms in C and CUDA. It contains the necessary files to run the following algorithms: * Forward Algorithm (fo) * Viterbi Algorithm (vit) * Baum-Welch Algorithm (bwa) Additionally, it contains various test files needed to test the algorithms in both C and CUDA along with timer functions so that the user can see the time difference between C and CUDA. It is not recommended to use the algorithms in a production environment as they have not been completely optimized. Note - This code was originally based on the work done by Chuan Liu, which can be found here: http://liuchuan.org/pub/cuHMM.pdf http://code.google.com/p/chmm Installation Prerequisites: * NVIDIA graphics card (CUDA-capable) * Linux (I used Ubuntu 10.04 32-bit) 1) Install the CUDA SDK * There are many guide on the Internet on

文 件 列 表

hmm_cuda_v1.1
build
doc
lib
Makefile
README.txt
resources
src
TODO.txt

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
0.166498s