↧
LDA in Ruby
Since Ruby is my new favorite toy, I thought it would be fun to try my hand at C extensions. I came across David Blei’s C code for Latent Dirichlet Allocation and it looked simple enough to convert...
View Article10 Reasons to Use Git for Research
Git is a version control system that has been gaining in popularity recently. If you have heard of or used Subversion or CVS, you are familiar with the basic principle of keeping track of changes by...
View ArticleJekyll and Code
Tom Preston-Werner, aka mojombo, rocks. When GitHub announced GitHub Pages recently, they pointed to a new blog engine, Jekyll. Jekyll generates the blog as a set of static pages — no database reads,...
View Article