MirahLabs Engineering Blog

Technical insights, tutorials, and architectures written by our design and backend engineers.

Active Filters: Tag: machine-learning Clear All
Artificial Intelligence May 24, 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.

⏱️ 21 min read Read Article
Artificial Intelligence May 22, 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.

⏱️ 22 min read Read Article
Artificial Intelligence May 21, 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.

⏱️ 22 min read Read Article
Artificial Intelligence May 11, 2026

Ethical AI: Bias Detection, Fairness Metrics, and Responsible ML Deployment

AI systems can perpetuate and amplify societal biases. Learn how to audit models for bias, apply fairness constraints during training, and build responsible AI governance frameworks.

⏱️ 21 min read Read Article
Artificial Intelligence April 03, 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.

⏱️ 21 min read Read Article