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

Median Filtering Median filtering is another filtering technique similar to convolution in that we define a small window ( an nxn square smaller than our image) to move across it, and based on the pixels that fall within that window, we define... Read more

Convolution I remember in my first image processing course, the instructors threw around the term convolution like flying latkes in this video.  It definitely happens a lot when you are new to a field that people (professors) make assumptions about the jargon of... Read more

Elastic Net: Flexible Regularization for Linear Regression As a reminder, a regularization technique applied to linear regression helps us to select the most relevant features, x, to predict an outcome y.  For now, see my post about LASSO for more details about regularization.  Both LASSO and elastic net,... Read more

LASSO: Regularization for Linear Regression From the mind of the master, we can define lasso as follows: “The Lasso is a shrinkage and selection method for linear regression. It minimizes the usual sum of squared errors, with a bound on the sum of the absolute... Read more