I wrote a blog post about how to implement your own (operator overloading based) automatic differentiation (AD) in one day (actually 3 hrs) last year. AD looks like magic sometimes, but I’m going to t... (more…)
Read more »
Here's a language that gives near-C performance that feels like Python or Ruby with optional type annotations (that you can feed to one of two static analysis tools) that has good support for macros plus decent-ish support for FP, plus a lot more. What's ... (more…)
Read more »
Last time I have posted about the take-aways for DataFrames.jl from
JuliaCon 2020. This time I wanted to share my general conclusions
from attending different talks at this extremely successful event. (more…)
Read more »
It has been a year and a half since I wrote the first version of this tutorial and it is time for an update. Knet (pronounced “kay-net”)...
Read more »