Projects & Blogs

  • COVID-19 Simulation with people movement

  • COVID-19 was simulated using the SIR model with population travel dynamics. Impacts of social distancing and popular places on disease spread were also analyzed. How disease spread over multiple cities was also simulated.

  • Genetic Algorithm & its application: TSP

    PDF
  • In this project, I used Genetic Algorithm to solve the famous traveling Salesman Problem. Complete Genetic Algorithm was coded from scratch and no external GA library was used. Various forms of fitness value upgrades, selection, mutation, and crossover (including Partially Mapped Crossover and Ordered Crossover) were used. Time and space complexity analysis were also performed.

  • SPOT - Safest Path Optimization Tool

    PDF
  • In this project, I created an app using R Shiny to find the safest path between a source and destination which has the least number of accidents. User can decide between the shortest or safest path and assign weights to safety and length while finding the optimal path.

  • How to find an plot the optimal path without using NetworkX and Plotly

  • In this article, I used python to find the optimal path between a source and destination using Dijkstra's algorithm and then plot it on a map using OpenStreetMap and Plotly.

  • How to animate plots drawn using any library in R

  • In this article, I have created plots for each time period and stitched them together as an animation