-
Mars_v2
GPU实现的MapReduce framework,对于学习并行编程和cuda平台的编程方面有着极好的参考价值,里面附带论文。用户要求有NViDIA显卡,并且安装cuda编程环境。(We design and implement Mars, a MapReduce framework, on graphics
processors (GPUs). MapReduce is a distributed programming
framework originally proposed by Google for the ease of development
of web search applications on a large number of commodity
CPUs. Compared with CPUs, GPUs have an order of magnitude
higher computation power and memory bandwidth, but are harder
to program since their architectures are designed as a special-purpose
co-processor and their programming interfaces are typically for
graphics applications.)
- 2009-03-17 11:22:47下载
- 积分:1
-
利用CUDA平台计算矩阵乘法的GPU编程
本程序为简易的CUDA编程,两个程序都是计算矩阵的乘法。其中Matrix1和Matrix2的区别是Matrix2使用了shared memory。每个程序都使用了串行和并行两种方式计算乘法,最后将并行的运算结果与串行运算结果对比,验证计算的正确性。同时,程序中利用CUDA计时模块统计了并行运算的耗时。因此可以得出使用shared memory后改善的运行时间。
- 2022-12-18 17:50:03下载
- 积分:1
-
ad9850
内含串行与并行模式程序。有读函数,写函数,复位说明 与测试程序主函数(With serial and parallel mode program. Read write function, function, reset and test program main function)
- 2013-08-31 13:08:23下载
- 积分:1
-
基于Hadoop的文本分类(1)-文本预处理&文本表示
资源描述一、环境环境:Ubuntu14、Hadoop2.6,Eclipse、NLPIR/ICTCLAS2015等;
二、算法简介:
1、此项目是基于Hadoop2.6进行MapReduce并行开发;
2、此项目是文本分类的文本预处理和文本表示部分,包括分词,去停用词,特征选择和文本表示等(分类算法采用的是随机森林算法,暂时未开放,读者可自行采用Mahout或Weka进行验证);
3、分词采用的是NLPIR/ICTCLAS2015;文本表示采用的是VSM模型,权重计算采用TFIDF进行文本表示;特征选择采用CHI算法(卡方统计);
4、关于并行分词环境搭建,可参考我的博客http://www.cnblogs.com/merru/p/4917665.html
5、关于Hadoop环境搭建,可参考我的博客http://www.cnblogs.com/merru/p/4901528.html和http://www.cnblogs.com/merru/p/4905118.html。
- 2022-03-01 12:43:10下载
- 积分:1
-
mapreduce下矩阵相乘——内积方法
左矩阵A是m×s,右矩阵B是s×n,结果矩阵C是m×n。
- 2023-01-06 10:40:03下载
- 积分:1
-
code
用MPI实现的矩阵乘法的cannon算法,linux平台(matrix multiplication in Cannon method with MPI)
- 2013-02-08 16:03:34下载
- 积分:1
-
para-FEM
并行技术在电磁有限元计算中的应用,pdf电子书(Parallel technology in the electromagnetic finite element calculation of, pdf ebook)
- 2013-06-21 17:23:50下载
- 积分:1
-
(强化学习入门)David Silver
说明: 深度学习的中文版本,里面详细介绍了深度学习的各种算法,其中还有一些用到的基础内容,例如矩阵和向量的范数(Chinese version of the depth of learning, which detailed the depth of learning algorithms, some of which used the basics, such as vector and matrix norm)
- 2019-06-20 21:48:45下载
- 积分:1
-
311854200325244
说明: 基于matlab语言,用传递矩阵法求解转子临界转速(Solution of Rotor Critical Speed by Transfer Matrix Method)
- 2019-03-22 14:00:54下载
- 积分:1
-
MapReduce-WordCount
并行计算课程实验,C++实现的基于mapreduce模型的WordCount程序。(Experimental parallel computing course, C++ implementation of the model based on mapreduce WordCount program.)
- 2020-06-30 02:00:02下载
- 积分:1