Academia
Parallel Power Iteration using MPI
Parallel power iteration with MPI, featuring custom C++ matrix and vector classes, and left stochastic matrix generation using a Bernoulli distribution with a configurable seed.
Image convolution using Message Passing Interface (MPI)
Application of convolution kernels such as sharpening, blurring, edge detection to grayscale images in parallel using MPI.
Modeling of radiative heat-exchange using Finite Element Method (FEM)
A finite element method based solver for a mathematical model of heat-transfer comprised of a coupled system of conduction and radiation.
Gradient Boosting Machine with Local Regression weak learner
Demonstrative project to construct a locally weighted regression based gradient boosting machine to predict material properties.
Stochastic Modeling in R
This study explores stochastic modeling techniques in the context of materials science, using R and RStudio for implementation.