Skip to content
View AjayRajNelapudi's full-sized avatar
👻
What I cannot create, I do not understand. - Richard Feynman
👻
What I cannot create, I do not understand. - Richard Feynman
Block or Report

Block or report AjayRajNelapudi

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

  1. Towers-Distributor Towers-Distributor Public

    Distributes 5G cell sites and base stations using Spectral & K-Means clustering, further enhanced using custom optimization techniques.

    HTML 4

  2. Dissimilar-Vectors-Clustering Dissimilar-Vectors-Clustering Public

    Clusters dissimilar vectors by considering all available features and building normalized vectors. Applicable in Natural Language Processing to match strings based on vocabulary and frequency.

    Python

  3. Project-Team-Builder Project-Team-Builder Public

    This project analyzes a batch of students then builds teams for projects such that all the teams are strong enough to complete their project.

    Python

  4. Employee-Appraisal-Approximation Employee-Appraisal-Approximation Public

    This project approximates each employee's salary appraisal in percentage using weighted features to assign ranks to each cluster.

    Python

  5. Algorithm-for-Fast-Sparse-Matrix-Multiplication Algorithm-for-Fast-Sparse-Matrix-Multiplication Public

    Multiplies two sparse matrices by converting them to triplet format and taking advantage of its locality of reference to reduce the no of multiplications.

    C

  6. Recursive-Algorithm-for-Generating-Combinations Recursive-Algorithm-for-Generating-Combinations Public

    Inspired by the recursive tree of Towers of Hanoi recursive solution, this algorithm generates all possible combinations for a given input array of increasing order.

    Python