/Distributed-Matrix-multiplication

This project uses client server distributed architecture to perform multiplication of 10,000*10,000 dimension matrices. I have used amazon web services to create server and clients. Each row column multiplication is performed by one slave and results are collected by the master server.

Primary LanguageJava

This repository is not active