Skip to content
View adityamuralidaran's full-sized avatar

Block or report adityamuralidaran

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Connected-Components-Using-MapReduce Connected-Components-Using-MapReduce Public

    Implemented an algorithm using large-star and small-star operations on a large undirected graph to find the connected component label for every vertex using Python / Apache Spark. It is assumed tha…

    Python 2

  2. GaussianKernel_in_NVIDIA_CUDA GaussianKernel_in_NVIDIA_CUDA Public

    Implemented an efficient C++/CUDA program for fast computing of Gaussian kernel density estimate using stencil computation in GPGPU architecture of an input vector that exceeds the capacity of sing…

    C++ 1

  3. DataAnalytics_ML_Pipeline DataAnalytics_ML_Pipeline Public

    A data pipeline was built, that takes a document as an input and uses Apache Spark MapReduce and Machine Learning libraries to classify in one of the topics – Business, Sports, Politics and Technology

    Python 1

  4. Distributed-Key-Value-Storage Distributed-Key-Value-Storage Public

    Developed a simplified version of Amazon Dynamo key-value storage system. Implemented chain replication to provide concurrency. Handled node failures while continuing to provide availability and li…

    Java

  5. Chord-Based-DHT Chord-Based-DHT Public

    Implemented the operations of insert, delete and query of keys in a Chord based Distributed Hash Table. Used SHA-1 hash function to generate IDs for the nodes and the keys. Handled node join in the…

    Java

  6. Multicast-Group-Messenger Multicast-Group-Messenger Public

    Implemented ISIS algorithm with modification to achieve FIFO-Total ordering of messages that is multi-casted to 5 AVDs.

    Java