Blog
My random thoughts on science, math, and occassionally the places and animals I encounter.
Miracle Hunter
A short anecdote I wrote for a storytelling slam Read More
Hyperparameter tuning and ChatGPT's first failure mode!
An exploration of hyperparameter tuning and prompt engineering with ChatGPT Read More
A toy Neural Network and an introduction to Tensorflow
I wanted to take a dive into companion coding using ChatGPT, so I asked it to help me write a blog post on an introduction to ML methods in python, specifically, I wanted to build a Neural Network using tensorflow to analyze a toy dataset (I even let Chat pick the dataset!). Read More
Building your own neural network
Have you ever wanted to know how a neural network works? In this post, I will show you how to build a basic neural network from scratch. Read More
Back of the envelope calculation of R_0 for the SARS-Cov-2 Delta strain
A quick back of the envelope calculation of the viral reproductive number for the SARS-Cov-2 Delta strain based on readily available data. Read More