Warning: MathJax requires JavaScript to process the mathematics on this page.
If your browser supports JavaScript, be sure it is enabled.

Hi, I'm Vanessa, a Principal Computer Scientist.
Building schedulers, containers, and cloudy things, with a love for learning and new experiences. -- about me

Raaawwr..!

Laplace Smoothing Why do we need Laplace Smoothing? Let’s return to the problem of using Naive Bayes to classify a recipe as “ice cream”(1) or “sorbet” (2) based on the ingredients (x).  When we are calculating our posterior probabilities, or the probability... Read more

Naive Bayes Naive Bayes is a supervised, probabilistic classification method for discrete classes that makes some strong assumptions about the data, but works pretty well.  If you think back to regression,  regression, we were trying to predict p(y x), and this is... Read more

Diffusion Tensor Imaging (DTI) Diffusion Tensor Imaging looks at white matter integrity.  It is a MRI based method that uses diffusion properties of water molecules to construct white matter fibers (anatomical connections) between brain regions.  There are many metrics of white matter tracts you... Read more

K-Means Clustering K-Means clustering is a bread and butter method of unsupervised clustering in machine learning, and I love it because it’s so intuiitive, and possibly because I learned about it in one of my favorite classes at Stanford, BMI 214 with... Read more