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

Block or report AnshPrakash

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. AlphaY AlphaY Public

    An AI bot for playing the two-player board of Yinsh having an average branching factor of 35. Uses Min-Max with alpha-Beta Pruning to find the best possible move using a custom made evalution for e…

    Python

  2. ARM_Processor ARM_Processor Public

    Implementing an ARM processor in VHDL. Implementing various modules like Controller, datapath, ALU, Instruction Decoder

    VHDL

  3. ComputerVision ComputerVision Public

    Computer Vision-based solutions to various problems like involving finding the medial axis of a medical tool, augmenting a 3D model on markers and creating 3D movement after calibrating the camera …

    Python

  4. Digital-Image-Processing Digital-Image-Processing Public

    Digital Image Processing assignments. Includes various implementation like Dodge and burn for displaying HDR images, Denoising Filters using Anisotropic Diffusion, Wiener Filter, Haar Wavelet trans…

    C++ 1

  5. Machine-Learning Machine-Learning Public

    Implementation of various algorithms like locally weighted Linear Regression, GDA, Support vector machine, Naive Bayes, Decision Trees, Forward and Back Propagation and training CNN using Pytorch F…

    Python 2

  6. R-Tree R-Tree Public

    On-Disk Implementation of R-Tree with Insertion and Bulk Load. This data structure efficiently stores and retrieve multi-dimensional data, very similar to B+ Tree where data is 1D though.

    C++