Skip to content
View KushalJoseph's full-sized avatar

Block or report KushalJoseph

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 Loading

  1. human-body-pose-prediction human-body-pose-prediction Public

    This project predicts future human body poses from past pose sequences using the SMPL model encoded via VPoser. We model the task as a time-series prediction in VPoser latent space using a bidirect…

    Jupyter Notebook

  2. Distilbert-for-NER Distilbert-for-NER Public

    Using a larger BERT-based model for the NER task, this project "distils" the knowledge into a smaller model, thereby providing similar accuracy levels, but fewer model parameters

    Jupyter Notebook 1 1

  3. Connect-4-Bot Connect-4-Bot Public

    I bet this bot can consistently beat even you (a human) at Connect-4! It uses the Monte-Carlo Tree search Reinforcement Technique to play

    Python

  4. Tetris-Compiler Tetris-Compiler Public

    A compiler for a language to "write" your own Tetris Game!

    Python

  5. Genetic-Algorithm-for-CNF Genetic-Algorithm-for-CNF Public

    My version of a genetic algorithm that attempts to solve 3-CNF, along with some comparsion charts and a report about how I tried to improve it, what worked and what didn't.

    Python