Posts by Year

2017

2016

A Dirichlet Process Implementation in Julia

5 minute read

The following code closely follows the lecture notes and examples found here which provide excellent reading on Dirichlet Processes. This post is less about ...

Data Science Workflow with Clojure

less than 1 minute read

Recently I’ve been coding in Clojure using at atom editor combined with the proto-repl and proto-repl-charts plugins. Blog post to come shortly =)

Partial Application for Functions in Julia

1 minute read

Julia is purportedly a multi-paradigm language but I find their support for functional paradigms to be lacking. One feature that I looked for was Currying or...