Projects

hermes

Deep Learning

Tools for accelerating, serving, and making streaming asynchronous inference requests to complex ensembles of deep learning models at scale.

ml4gw

Deep Learning

Torch utilities for training neural networks for gravitational wave physics applications.

ML Intro Jupyter Book

Just For Fun

High level introduction to ML concepts starting from rules-based AI and introducing ML as an extension of it. Working on a follow-up to introduce the concepts of over-fitting and complexity. Good example of how to leverage Github Workflows for publishing.

Hogwild! on GPU

Deep Learning

Now out-of-date project using the Tensorflow Estimator API to asynchronously train multiple MLP workers on sparse data on a single GPU. Planning to update to more modern Keras syntax when I have the time.