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

Hi, I'm VanessaSaurus, a Software Engineer.
Building tools, containers, and cloudy things, with a penchant for Python and parsnips. -- about me

Raaawwr..!

Segmentation of MRI with Bayesian Methods Let’s say that I am a proponent of the idea that I can segment the brain into meaningful regions (e.g., caudate, amygdala, hippocampus…), which some may think is akin to cutting up the United States into said states.  This could... Read more

Dimensionality Estimation of ICA with Bayesian Analysis Across methods of matrix decomposition (ICA, Archetypal Analysis, NNMF), we run into the problem of needing to know how many signals to decompose our data to.  This is called model order selection.  If we choose a number that is too... Read more

Mutual Information for Image Registration Mutual information is an important concept for medical imaging, because it is so prominently used in image registration.  Let’s set up a typical registration problem.  Here we have two pictures of something that you see everyday, a dancing pickle! I’ve... Read more

Multidimensional Scaling (MDS) Multidimensional scaling (MDS) is a way to reduce the dimensionality of data to visualize it.  We basically want to project our (likely highly dimensional) data into a lower dimensional space and preserve the distances between points.  The first time that... Read more