Intro to solving Differential Equations in Julia (2hrs)

On February 6 (10AM PST/1 PM EST/19:00 CET) Chris Rackauckas gave an introductory tutorial on solving differential equations in Julia. This tutorial targets … Read more

Similar

FastAI.jl: FastAI for Julia

I am excited to announce the release of FastAI.jl, a fastai-like library for deep learning in Julia. Features include high-level training loops with hyperparameter scheduling and callbacks, a data block API, learning rate finder, dataset loading, efficien... (more…)

Read more »

Demystifying auto-vectorization in Julia

One of the most impressive features of Julia is that it lets you write generic code. Julia’s powerful LLVM-based compiler can automatically generate highly efficient machine code for base functions and user-written functions alike, on any architecture sup... (more…)

Read more »