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

Non-Negative Matrix Factorization Non-negative matrix factorization (nnmf) is an unsupervised machine learning method for (you predicted it, strictly positive) data!  The goal of nnmf, of course, is dimensionality reduction.  We start with a dataset, X (size N x p), and want to decompose... Read more

Sparse K-Means Clustering "Sparcl" Tibshirani and Witten introduced a variation of K-Means clustering called “Sparcl.”  What gives it this name?  It is a method of sparse clustering that clusters with an adaptively chosen set of features, by way of the lasso penalty.  This method... Read more

The Arden Syntax What is the Arden Syntax? “A standard for representing clinical and scientific knowledge in an executable format.”* The goal of the Arden Syntax is to be a standard programming language for the implementation of clinical decision support systems. It gets... Read more