Skip to content
View devxdebanjan's full-sized avatar
  • Indian Institute of Technology
  • Kharagpur, India
Block or Report

Block or report devxdebanjan

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. 100-days-of-code 100-days-of-code Public

    Forked from kallaway/100-days-of-code

    Fork this template for the 100 days journal - to keep yourself accountable (multiple languages available)

  2. AutoCorrect AutoCorrect Public

    Implemented various spellcheck techniques like cosine similarity, jaccard similarity and levenshtein distance. Open to any further contributions.

    Jupyter Notebook

  3. KMeans KMeans Public

    clustering of night time satellite images and depicting them by use of different colors

    Jupyter Notebook

  4. Prisonergame Prisonergame Public

    A Multithreaded Socket Programming on Windows. This was originally a KRSSG task. Problem statement provided.

    C++

  5. RRTStar-Connect RRTStar-Connect Public

    RRT Star Connect path planning algorithm in work and Rospy turtle wandering through that path with the help of PID. This was originally a KRSSG task and the problem statement and the output is prov…

    Python

  6. geneticalgo geneticalgo Public

    This is a genetic algorithm example in which we use OpenAI gym environment and use its cartpole function. The fitness values for each generation improves though genetic algorithm. Problem statement…

    Python