EuroClojure_2017_PPS_Anglican_updated_pdf__page_12_of_42_

EuroClojure 2017 talk: Intro to Probabilistic Programming and Clojure’s Anglican

At this year’s EuroClojure I gave a talk about probabilistic programming with Clojure, using the Anglican probabilistic programming system. Abstract: Probabilistic Programming Systems aim to merge general purpose programming with probabilistic modelling. They provide powerful statistical inference and thus allow developers to focus on the modelling with tools and environments they are comfortable with. These emerging methods are promising additions to the Data Scientist’s toolbox and an interesting, satisfying playground for programming enthusiasts. This talk is an introduction to Probabilistic Programming Systems, their use and value for the industry and Clojure’s great library “Anglican”. ...

August 31, 2017 · 1 min · Nils

Interview with PurelyFunctional.tv: Intro to Probabilistic Programming and Clojure’s Anglican

I was interviewed by PurelyFuntional.tv about my upcoming talk Intro to Probabilistic Programming and Clojure’s Anglican at EuroClojure 2017. You can find the full interview here: https://purelyfunctional.tv/speaker-interview/nils-blum-oeste-euroclojure-2017-interview/

July 12, 2017 · 1 min · Nils
Clojurescript_s_Reagent__Using_props_in_lifecycle_hooks

Clojurescript's Reagent: Using props in lifecycle hooks

I was struggling to get use Facebook React’s props in Reagent’s lifecycle hooks. Don’t worry if you are in the same boat, here comes the solution. My current way of doing this is to use reagent.core/props in the lifecycle hooks. Here is a small working example (based on my work on an application for polytopic vector analysis (PVA): PVA-Parrot), illustrating how to plot with Reagent and the Flot charting library. Pay attention to the usage of `props` in the first `let` block. ...

March 8, 2015 · 2 min · Nils
Danger Big Data - Keep Clear

Big Data is NOT a competitive advantage

Do you think your company should leverage Big Data? Are you looking for Hadoop and Apache Storm engineers already? Did you evaluate cloud service to run distributed computations and your DevOps team enjoys some good trainings about how to manage those? That’s awesome! Well, as long as you actually need all that stuff: Yes, there is a lot of buzz around Big Data. And yes, I am convinced there is a tremendous amount of value in it. Big Data based companies are real and they can have disruptive products. ...

February 23, 2015 · 2 min · Nils

Not everything that can be counted counts, and not everything that counts can be counted.

Not everything that can be counted counts, and not everything that counts can be counted. ― Albert Einstein

May 23, 2014 · 1 min · Nils