Practical Data Centric AI in the Real World

Practical Data Centric AI in the Real World

Data-centric AI marks a dramatic shift from how we’ve done AI over the last decade. Instead of solving challenges with better algorithms, we focus on systematically engineering our data to get better and better predictions. But how does that work in the real world?...
Data Monitoring — Be the Master of Your Pipeline

Data Monitoring — Be the Master of Your Pipeline

Data monitoring is essential Once your data pipeline reaches a certain complexity, the requirement for some kind of monitoring is unavoidable. When you get the call (hopefully monitoring can help you avoid the call) that a dashboard is broken because data isn’t being...
Putting together a continuous ML stack

Putting together a continuous ML stack

Due to the increased usage of ML-based products within organizations, a new CI/CD like paradigm is on the rise. On top of testing your code, building a package, and continuously deploying it, we must now incorporate CT (continuous training) that can be stochastically...
Hardware Accelerators for ML Inference

Hardware Accelerators for ML Inference

There are many different types of hardware that can accelerate ML computations – CPUs, GPUs, TPUs, FPGAs, ASICs, and more. Learn more about the different types, when to use them, and how they can be used to speed up ML inference and the performance of ML...