Blogs

My "Full-Stack" MLOps Journey: From Broken Models to Actually Working AI
My "Full-Stack" MLOps …

Or: How I learned to stop worrying and love debugging neural networks

The Grand Plan (That Almost Failed Spectacularly)

I recently completed what I’d call my first “full-stack” MLOps project – and by “full-stack” I mean the entire pipeline from raw data to deployed …

Building Powerful Ensemble Models in R: A Complete Guide to Stacking and Deployment
Building Powerful …

Building on our previous exploration of tree-based models (https://dev.to/afrologicinsect/tree-based-models-for-alzheimers-disease-classification-a-tidymodels-approach-136h), let’s dive into ensemble methods and see how R makes it incredibly easy to build, deploy, and interact with …

Generalized Additive Models (GAMs) in R: Handling Non-linearity in Dolphin Behavior Analysis
Generalized Additive …

Initially published on May 27, 2025 GAMs (Generalized Additive Models) handle non-linearity in model development through their flexible approach. The “additive” in the model …