MirahLabs Publications

MirahLabs Engineering Blog

Technical insights, architectural deep-dives, and system designs authored by our product engineers and AI research leads.

Active Filters: Tag: machine-learning Clear All Filters
💻 Artificial Intelligence
Artificial Intelligence Jun 02, 2026

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.

⏱️ 10 min read Read Article
💻 Artificial Intelligence
Artificial Intelligence May 21, 2026

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.

⏱️ 10 min read Read Article
💻 Artificial Intelligence
Artificial Intelligence May 01, 2026

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.

⏱️ 9 min read Read Article
💻 Artificial Intelligence
Artificial Intelligence Apr 28, 2026

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.

⏱️ 10 min read Read Article