Skip to content
View imuqtadir's full-sized avatar
  • AWS
  • United States of America

Block or report imuqtadir

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

Popular repositories Loading

  1. Sentiment-Analysis Sentiment-Analysis Public

    This Project involves a process of analyzing sentiments about any particular movie using user reviews available on social networking sites like Facebook and Twitter into categories namely, Positive…

    Python 6 3

  2. Apache-Solr-Wikipedia-and-Related-News-Articles Apache-Solr-Wikipedia-and-Related-News-Articles Public

    The project aims to provide a customized search engine for Wikipedia Articles and once the user clicks on the Article, a related news is also retrieved using a the description of the article to for…

    CSS 1

  3. Simple-Dynamo Simple-Dynamo Public

    The main goal of this project is implementing a simplified version of Dynamo. There are three main pieces that are included: 1) Partitioning, 2) Replication, and 3) Failure handling. The main goal …

    Java 1

  4. Boolean-Search-Engine Boolean-Search-Engine Public

    Project parses the news corpus and retrieves all the relevant information from the article such as Author, Date, Place, Titile etc. by parsing it and indexes these fields in separate indexes. The u…

    Java 1

  5. Handwritten-Digits-Classification Handwritten-Digits-Classification Public

    A Multi-Layer Perceptron Neural Network approach for determining hand-written digits along with regularization.

    Python

  6. Simple-DHT Simple-DHT Public

    The project implements a simple DHT based on Chord. Although the design is based on Chord, it is a simplified version of Chord; we do not implement finger tables and finger-based routing. There are…

    Java