Skip to content
View artigupt's full-sized avatar

Block or report artigupt

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. Clustering-Algorithms Clustering-Algorithms Public

    Implement Hierarchical Agglomerative Clustering and DBScan Algorithm to find clusters of genes that exhibit similar expression profiles and validate clustering results using Jaccard Coefficient and…

    Python

  2. Threshold-Encryption-System Threshold-Encryption-System Public

    A threshold encryption system targets the goal of adding a layer of security during decryption. The target functionality of this project could be defined as creating an encryption system for a grou…

    Python

  3. Problem-Solving-and-exploratory-data-analysis-using-R Problem-Solving-and-exploratory-data-analysis-using-R Public

    Processing and analyzing streaming data of US election trends on Twitter. Tweets are collected over a week from various regions of the country and UI is created using R Shiny

    R

  4. Sentiment-Analysis-using-R Sentiment-Analysis-using-R Public

    Statistical analysis to support new Real estate business data. This project comprises of analyzing sentiments and status of the clients they have expressed on Twitter pertaining to apartment rental…

    R

  5. Parallel-processing-of-Big-Data-using-Hadoop-Map-Reduce-and-Tableau-Visualization Parallel-processing-of-Big-Data-using-Hadoop-Map-Reduce-and-Tableau-Visualization Public

    Design and implement MR algorithms to extract useful intelligence to answer questions associated with classroom data. This intelligence will be offered through a web interface (Tableau Dashboard) a…

    Java

  6. Implementation-of-Top-K-Queries Implementation-of-Top-K-Queries Public

    To implement Top-K queries over a relation Table of arity N + 1. It involves construction of a dense primary B-Tree index on the attribute id of of relation Table as well as implementation of vario…

    Java