MirahLabs Engineering Blog
Technical insights, architectural deep-dives, and system designs authored by our product engineers and AI research leads.
MLOps: Building Reproducible ML Pipelines with MLflow and DVC
Machine learning without MLOps produces science experiments, not production systems. Learn how MLflow tracks experiments and DVC versions datasets to build reproducible, deployable ML pipelines.
Feature Engineering for Machine Learning: From Raw Data to Model-Ready Features
Feature engineering is the most impactful step in the ML pipeline. Learn how to handle missing data, encode categoricals, create interaction features, and use automated feature selection.
Recommender Systems: Collaborative Filtering to Deep Learning Architectures
Explore the evolution of recommender systems, from simple matrix factorization algorithms to deep neural networks like Wide & Deep and Two-Tower architectures.
Computer Vision with YOLO and PyTorch: From Training to Edge Deployment
Object detection with YOLO achieves real-time performance even on edge devices. Learn how to train custom YOLO models with PyTorch and deploy them to edge hardware using TensorRT and ONNX.