Ronak Shah Data Scientist

Welcome to my personal website!

About me

I’m currently a Master’s student at Stony Brook University where I’m majoring in Applied Math and Statistics with Special focus on Optimization and Operations Research. I’ve experience working with Retail, Hospitality and Logistics. I also have an interest in writing Fantasy Fiction, worldbuilding and Conlanging.

OS

Code

Tools

Projects (More to be posted...)

American Option Pricing

American Option Pricing

Implemented least squares monte carlo to price an american option using python

Check it out
localsearchtsp

Evolutionary Algorithm

  • Simulated Annealing
  • Genetic Algorithm

Implemented evolutionary Algorithm to solve global optimization problems with multiple local minima.

Check it out
convexhull2d

Convex Hull 2D

  • Computational Geometry
  • Quick Hull

Python based implementation of modified quick hull algorithm for finding convex hull of a set of points in two dimensional spaces.

Check it out