Skip to content
View vrangasam's full-sized avatar

Block or report vrangasam

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. recommendation-system-collaborative-filtering recommendation-system-collaborative-filtering Public

    Item-to-Item collaborative filtering performed using cosine-similarity among k neighbors; rating predicted using similarity score and ratings of k nearest neighbors. Using predicted ratings, movies…

    Jupyter Notebook

  2. cloud-terasort cloud-terasort Public

    The application is about sorting Tera data (generated using Teragen from Hadoop or Gensort from sortbenchmark.org) using Shared-Memory, Hadoop and Spark in AWS EC2 instances in single node and mult…

    Shell

  3. sentiment-analysis-predict-actors-popularity sentiment-analysis-predict-actors-popularity Public

    Performed sentimental analysis on tweets about actors and predicted their popularity specific to various regions in United States of America using Logistic Regression model.

    Jupyter Notebook

  4. hardware-benchmarking hardware-benchmarking Public

    The application is designed to benchmark different parts of the computer such as CPU, Memory and Disk. These experiments were executed on AWS EC2 t2.micro instance and the results were recorded. Th…

    Java 1