Posts

Showing posts from August, 2019

Implementation of parallel algorithm for Vector addition and matrix multiplication

Image
Experiment No: HPC- 04 T ITLE: - Implementation of parallel algorithm for Vector addition and matrix multiplication

Implementation of Parallel Merge Sort

Image
Experiment No: HPC- 03 T ITLE: - For Merger Sort, based on existing sequential algorithms, design and implement parallel algorithm utilizing all resources available.

Implementation of parallel reduction using Min, Max, Sum Operations.

Image
Experiment No: HPC-01 T ITLE: - Implement parallel reduction using Min, Max, Sum Operations.

Parallel Implementation of KNN Classifier

Image
Experiment No: HPC - T ITLE: - Write a program for parallel implementation of K Nearest Neighbor Classifier. Problem Statement : - Implementation of KNN classifier using MPI a parallel programming model.

Study & Implementation Using Haddop

Image
Experiment No: DA-05 T ITLE: - Write Hadoop Program to count number of words in file. Problem Statement : - Implementation of Hadoop(Single Node) Map-Reduce technique to count numbers of words in text file.