Personal Projects

some personal projects that I spent way too much of my free time on!

PSYC 2401: Memory Lab

A set of HTML slides For my Memory lab (PSYC 2401). The slides are created in the reveal.js frameworks by using the Quarto extension in Rstudio!

Principal Component Analysis in Numpy

A machine learning project that implements L2 regularized principal component analysis (PCA) in python by only using numpy. The PCA algorithm is then applied to the Breast Cancer Wisconsin (BCW) data set to reduce the number of variables needed to give an accurate breast cancer diagnosis.