Skip to content
View subuv's full-sized avatar

Block or report subuv

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. Spatial-Data-Histogram Spatial-Data-Histogram Public

    To create a complex aggregate in PostgreSQL for computing the spatial histogram in a 3D space.

    C 2

  2. Movie-Recommender-Expert-System Movie-Recommender-Expert-System Public

    This expert system, written in Clips, recommends a movie based on user input.

    CLIPS 1

  3. A-Star-Algorithm A-Star-Algorithm Public

    Implementation of A Star algorithm using shortest distance and the fewest number of links heuristics, traversed from the start node to end node.

    C#

  4. QuantifyingInherentGraphAnonymity QuantifyingInherentGraphAnonymity Public

    Designed and implemented novel algorithms for quantifying inherent anonymity in large social graphs using high performance computing techniques for parallel processing. Python, NumPy, SciPy, Pandas…

    Cuda 1

  5. GraphStructuralDistance GraphStructuralDistance Public

    Calculate structural distance between graphs using Structural Distance algorithm proposed by Carter Butts and Kathleen Carley based on their paper "Some simple algorithms for structural comparison"

    Python

  6. YelpSentimentAnalysis YelpSentimentAnalysis Public

    Applied the K Means Clustering algorithm in Mahout to find clusters for Yelp review academic dataset (https://www.yelp.com/academic_dataset). The top terms in each cluster can be used to categorize…

    Java