Collection of some small codes that I have written (and think are useful). I try my best to update them frequently. Project codes are currently private.

  1. Some algorithms to numerically solve Boundary value problems: Code. (These were written as part of summer internship at TIFR-CAM at the end of 3rd year of my UG).

  2. Some codes useful for understanding Tensorflow from basics: Code.

  3. Small codes to understand bandit algorithms: Code (More to come soon).

  4. CS-50 codes: Code (These were developed for CS-50 MOOC during my 1st year of UG. May not be very useful but I found the exercises useful and interesting).

Some other codes written in MATLAB for Machine learning can be found on same account.


Few others:

  1. MLP-blending: Multi-layer perceptron based blending limiter for hyperbolic PDEs (with Arpit Babbar) (currently private).

  2. MECI-MLP: MLP based framework for minimum energy control input problem for linear dynamical systems with unknown dynamics (currently private).

  3. TS-optimal-control : Thompson sampling (with continuous action space) based optimal control of uncertain dynamical systems (private).