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

Block or report riteshnaik

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. Image-Compression-Vector-Quantization Image-Compression-Vector-Quantization Public

    Implementation of k-means using random initialization for cluster centers for image compression

    MATLAB 2 1

  2. Error-detection-and-correction-dealing-with-homophone-confusion Error-detection-and-correction-dealing-with-homophone-confusion Public

    Error detection and correction: dealing with homophone confusion

    Python 1

  3. sklearn_scipy2013 sklearn_scipy2013 Public

    Forked from jakevdp/sklearn_scipy2013

    Scikit-learn tutorials for the Scipy 2013 conference

    Python

  4. Game-Playing Game-Playing Public

    Implementation of Greedy, Minimax and Alpha-Beta pruning algorithms with positional weight evaluation function to determine the next move for a player in the Reversi game.

    C++ 1

  5. Logic-Inference-Engine Logic-Inference-Engine Public

    Implemented backward-chaining algorithm to determine if the query can be inferred from the information given in the knowledge base.

    C++

  6. Uninformed-Search-in-Social-Network Uninformed-Search-in-Social-Network Public

    Implemented Breadth-first search, Depth-first search and Uniform-cost search using distance of their relationship as cost, to find path between two people in the social network

    C++