Skip to content
View kushagraghosh's full-sized avatar

Block or report kushagraghosh

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
kushagraghosh/README.md

Pinned Loading

  1. HousingInequalityFluidVisualization HousingInequalityFluidVisualization Public

    Using Python 3.6 and NumPy to create a Physics Fluid Simulation Analogy to visualize national housing and wealth outcome differences from 1967-2020 based on U.S. Census Bureau data (for Duke Bass C…

    Python 1

  2. SimpleBreakoutGame SimpleBreakoutGame Public

    Using Java (with OpenJFX, GIT, Markdown, IntelliJ) to make a program that allows someone to play the Breakout game, in which a ball bounces around the window and destroys blocks as it hits them.

    Java

  3. DataRepairAndFairness DataRepairAndFairness Public

    Using PostgreSQL & Python for investigating algorithmic bias in representation for marginalized subpopulations, particularly within various data repair algorithms (Holoclean, MuSe) and machine lear…

    Jupyter Notebook 1

  4. NotUber NotUber Public

    KD-Tree implementation for matching drivers and passengers to nearest nodes, Grid Partitioning, A* search algorithm, Dijkstra's algorithm, Euclidian and Manhattan Distance, Theoretical and Practica…

    Python 1

  5. EuroSAT EuroSAT Public

    Trained a ResNet50 model on the EuroSAT satellite imagery dataset w/ PyTorch. Analyzed the model's encoder by visualizing linear interpolations within the embedding space to illustrate the semantic…

    Python 1

  6. HTTPLoadTesting HTTPLoadTesting Public

    Created a Python library for load testing and benchmarking HTTP endpoints

    Python