Welcome to my Parallel and Distributed Computing repository! This repository serves as a learning hub where I explore various fundamental and advanced concepts in parallelism, concurrency, and ...
Abstract: We consider the distributed memory parallel multiplication of a sparse matrix by a dense matrix (SpMM). The dense matrix is often a collection of dense vectors. Standard implementations will ...
This project implements a scalable, parallel, and distributed version of the Random Forest algorithm for classification tasks. The implementation handles "large" datasets stored in CSV format ...