Skip to content
View CharanyaSudharsanan's full-sized avatar
  • 20:36 (UTC -12:00)

Block or report CharanyaSudharsanan

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. Exploratory-data-analysis Exploratory-data-analysis Public

    Exploring the real flu data from the analysis performed by experts in CDC. Collected , processed and visualized data using twitteR package in R.

    HTML

  2. Distributed-Hash-Table Distributed-Hash-Table Public

    Implemented a peer to peer Distributed Hash Table based on the Chord protocol. Partitioning/Repartitioning is done by SHA1 hash function and Routing is ring based. The model handles node joins and …

    Java 1

  3. Data-Analytics-pipeline Data-Analytics-pipeline Public

    Developed a pipeline to perform multi-class classification on articles from NY Times. Extracted features using MapReduce and performed classification using naïve Bayes and Multilayer Perceptron.

    Jupyter Notebook

  4. Disparity-Estimation-and-MSS Disparity-Estimation-and-MSS Public

    Performed Disparity estimation by two methods - Block Matching and Dynamic Programming using rectified images and their ground truths. Further, eliminated the noisy disparity estimates using consis…

    Jupyter Notebook 1

  5. Big-Data-Analysis Big-Data-Analysis Public

    Automated data collection from multiple sources (Twitter, NY Times) using the APIs offered, processed the data using Big Data Algorithm (Map Reduce) and visualized the data on a webpage using d3.js…

    Jupyter Notebook 1

  6. Simplified-Amazon-Dynamo Simplified-Amazon-Dynamo Public

    A Simplified Amazon Dynamo based replicated key-value storage in Android.

    Java