Skip to content
View MitaliBhiwande's full-sized avatar
Block or Report

Block or report MitaliBhiwande

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

    Colelction of various clustering algorithms including K means, HAC, DBscan. Also includes Hadoop, MapReduce, implementation of K mean algorithm

    Python 6 1

  2. Dynamic-Circle-Detection Dynamic-Circle-Detection Public

    A program to automatically detect overlapping circles in an image dynamically using Simple Blob detector.

    Python 3

  3. LongestCommonSubsequence LongestCommonSubsequence Public

    Java program to find the LCS of input string.

    Java

  4. minheapPrim minheapPrim Public

    Implementation of Prims Algorithm in java

    Java 1

  5. Boolean-relevance-model Boolean-relevance-model Public

    Implemented the Boolean relevance model using Apache Lucene for information retrieval by retrieving postings list for each term based on Term-at-a-time and Document-at-a-Time indexing technique and…

    Java

  6. IR-Model-Evaluation IR-Model-Evaluation Public

    Indexed Twitter data in three distinct languages and implemented the BM25, Vector Space Model and DFR relevance models by tuning the parameters for obtaining optimal query processing results.