Posts by Steven Forsyth
Technical Walkthrough
Jul 02, 2021
Accelerating Blender Python Using CUDA
This post described two different approaches for how to accelerate matrix multiplication. The first approach used the Numba compiler to decrease the overhead associated with loops in Python code. The second approach used CUDA to parallelize matrix multiplication.
9 MIN READ
Technical Walkthrough
Jun 18, 2019
Combating Adversarial Attacks with a Barrage of Random Transforms (BaRT)
Wherever you look these days, you can find AI affecting your life in one way or another. Whether it’s the Netflix recommendation system or self driving cars…
15 MIN READ