By using this website, you agree to the cookie policy

Blog Publications About πŸŒ™

FDA Clearance

A little over five years ago, my advisor, Dr. Lakshman Tamil, and I began developing an AI for early breast cancer detection.

Read December 2022

My First Trip to India

By way of my career, I’ve had the immense pleasure of traveling to many parts of the world. And earlier this month, I had the opportunity to visit India for the first time.

Read November 2022

Data Science for Babies, 2nd edition

I’m happy to announce the release of Data Science for Babies, 2nd edition, and I’d like to thank everyone who has provided feedback, suggestions, and critiques across all of my books.

Read September 2022

Entrepreneurship for Young Minds

My son, Silas, has started asking a recurring question.

Read July 2022

LZSS in Python

This post walks through a simple LZSS compression implementation, written in Python.

Read May 2022

DevOps for Sponges

Earlier this year, I published a book for teaching data science concepts to young children. While writing this book, I thought of a few other engineering concepts that I would like to include in a subsequent book.

Read May 2022

Data Science for Babies

For those of you with kids or young relatives, you know it can be a challenge explaining to kiddos why you have to work and what you do at work all day.

Read April 2022

LGT wavelet transform from scratch

This post walks through an implementation of the LeGall-Tabatabai wavelet transform.

Read March 2022

DIY Haar wavelet transform

This post walks through an implementation of the Haar wavelet transform.

Read March 2022

DIY Metropolis-Hastings

This post walks through a simple implementation of the Metropolis-Hastings algorithm.

Read March 2022

DIY pseudorandom number generator

This post explores how to create a pseudorandom number generator based on the logistic map.

Read February 2022

Blogging with KaTeX

Yet another blog post about adding KaTeX to your blog.

Read February 2022

Visualizing bootstrapped confidence intervals

The goal of this post is to show an approach for plotting a confidence interval on your ROC curves.

Read January 2022

How to copy terminal text into your blog

Here I present an easy way to copy terminal text into your blog while preserving original coloring.

Read September 2021

Shell aliases

During my time as a software developer I’ve stumbled across various shell aliases which have made my life easier. I’ve written them down here in hopes that you will find them helpful as well.

Read August 2021

What are residual connections?

Abraham Lincoln once famously said, β€œDon’t believe everything you read on the internet!”

Read July 2021