Hello! This week I started building some choose-your-own-adventure-style puzzles about
debugging networking problems. I’m pretty excited about it and I’m trying to organize my thoughts so here’s a blog post! (more…)
Read more »
Have you ever wondered how the app Prisma manages to turn your photos into impressionist paintings? They use, amongst
other things, a special type of algorithm called neural styles.
Read more »
If you have a large collection of data and have to do similar computations on each element, data parallelism is an easy way to speedup computation using multiple CPUs and machines as well as GPU(s). While this is not the only kind of parallelism, it cover... (more…)
Read more »
Want another comic like this
in your email every Saturday? Sign up here!
(more…)
Read more »
Denoising diffusion probabilistic models for AI art generation from first principles in Julia. This is part 1 of a 3 part series on these models. (more…)
Read more »