— Changes from DSM-IV to DSM-V — The DSM is the Diagnostic and Statistical Manual of Mental Disorders, and is the “gold standard” that clinicians use to make an assessment about an individual. The DSM-V was published (officially) on May 18, 2013, and while there are many... Read more
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..!
— Modularity Optimization Algorithm of Newman — When we create a network, we are concerned about how the components are broken into groups, and how those groups are connected. This is relevant to graph theory, where the basic idea is to have entities in some system represented... Read more
— Flatten 3D Data to Vector, and back to 3D in R — There is surprisingly little help online about how to flatten some 3D data, and then “unflatten” it back to its original size. Why would you want this functionality? Many machine learning algorithms that work with images treat pixel values as... Read more
— Archetypal Analysis — Archetypal Analysis is an unsupervised learning algorithm that postulates that each of our set of observations is some combination of some number, K, “pure subtypes,” or archetypes. I’ll also refer to these as prototypes. In the simple case of adult human... Read more