Below is a selection of my open-source projects, statistical packages, and machine learning
implementations. You can find all of my source code and contributions on my GitHub
profile.
A Bayesian sum-of-trees model designed to handle semi-supervised learning problems with
multiple
instance learning (MIL) data structures, where observations are organized into bags and
only
bag-level labels are observed.
A simple implementation of feedforward neural networks in Python, designed for
educational purposes to illustrate the fundamentals of deep learning and
backpropagation.
A simple implementation of the EM algorithm for fitting Gaussian mixture models in R,
designed for
educational purposes to illustrate the fundamentals of probabilistic modeling.