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..!

Feature Selection Science these days is defined by big data.  In economics, medicine, politics, just about any field, we are constantly collecting information about things and trying to build models to understand and predict our world.  In this light, you can imagine... Read more

Support Vector Machines (SVMs) Support Vector Machines (SVMs) **are supervised machine learning classifiers based on the idea that if we plot our data in some n dimensional space, we can draw a **separating hyperplane between the classes.  Based on this description alone, you will... Read more

Gaussian Discriminant Analysis (GDA) Gaussian Discriminant Analysis (GDA) is another generative learning algorithm  that models p(x y) as a multivariate normal distribution.  This means that: The cursive N symbol is used to represent this particular distribution, which represents a nasty looking density equation that is parameterized... Read more

Image Registration When we talk about registration, we are talking about a transform of one image into another image’s space by way of transforms.  What does this mean exactly? If each image is a matrix of numbers, the “transform” is another matrix that... Read more