Skip to content
View ruparelmetarya's full-sized avatar

Block or report ruparelmetarya

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. Deep-Learning-Based-Tamper-Detection-on-Images Deep-Learning-Based-Tamper-Detection-on-Images Public

    Digital images are easy to manipulate and edit due to availability of powerful image processing and editing software. Nowadays, it is possible to add or remove important features from an image with…

    Jupyter Notebook 4

  2. Replicated-Concurrency-Control-and-Recovery Replicated-Concurrency-Control-and-Recovery Public

    A distributed database, complete with multiversion concurrency control, deadlock detection, replication, and failure recovery.

    Python

  3. Time-series-AD Time-series-AD Public

    Research on different time-series Anomaly Detection Algorithms like RNNs, Hierarchal Temporal Memory, KMeans, etc.

    Python 1

  4. Unsupervised-Anomaly-Detection Unsupervised-Anomaly-Detection Public

    NYU Grad Project - Research on different Unsupervised AD techniques. This approach also addresses the caveats of unsupervised dataset and how to tackle it. Approaches ranges from statistical to Neu…

    Python 1

  5. Fast-Image-Retrieval Fast-Image-Retrieval Public

    The code contains the implementation of idea of the following paper with our improvements. A statistical based model which, when given a query image finds all the images similar to it from a corpus…

    Python 1

  6. OpenMP-vs-TBB-A-survey-on-Parallel-Programming-Models OpenMP-vs-TBB-A-survey-on-Parallel-Programming-Models Public

    We compare two parallel programming approaches for multi-core systems: the well-known OpenMP and Threading Building Blocks (TBB) library by IntelR . The comparison is made using the paral- lelizati…

    C++