@kambale
Machine Learning Engineer | AI Community Leader | Technical Educator
I'm a Machine Learning Engineer passionate about building production-ready ML systems for the African market. With experience in TensorFlow, Keras, and Python-based workflows, I help teams bridge the gap between machine learning research and real-world deployment—especially on resource-constrained devices. I'm also a Google Developer Expert in AI. I regularly speak at tech conferences including PyCon Africa, DevFest Kampala, DevFest Nairobi and more and also write technical articles on AI/ML here.
Nothing here yet.
Feb 9 · 10 min read · Last week, we learned that JAX makes code fast through JIT compilation. We took a matrix multiplication from 2 seconds to 0.001 seconds with a single decorator. But speed isn't JAX's only trick. The real power of JAX lies in its transformations; func...
Join discussion
Feb 2 · 9 min read · If you've been doing machine learning in Python for any length of time, you've written code like this: import numpy as np x = np.random.randn(1000, 1000) y = np.random.randn(1000, 1000) result = np.dot(x, y) NumPy is comfortable. It's the first thi...
Join discussion
Dec 10, 2025 · 4 min read · In the dystopian logic of the digital age, a new anxiety has gripped the writing world. From university lecture halls in Makerere to newsrooms in Kampala, humans are facing a pressure that would have seemed laughable just two years ago: the pressure ...
Join discussion