-
Dev on Docker, Deploy on Singularity The MLOps Workflow You've Been Missing
Tutorials ·You’ve perfected your machine learning model in a Docker container on your local machine. But how do you run it on a secure, shared high-performance computing (HPC) cluster? The answer is Singularity. Let’s walk through the process.
-
GROOD - GRadient-aware Out-Of-Distribution detection
Publications ·Out-of-Distribution (OOD) detection, the task of identifying inputs that a model has not been trained on, is fundamental for the safe and reliable deployment of deep learning models in real-world applications like autonomous driving and healthcare. Models that perform well on familiar, in-distribution...
-
Decoding LLM Hallucinations An In-Depth Survey Summary
Paper Review ·The rapid advancement of Large Language Models (LLMs) has brought transformative capabilities, yet their tendency to “hallucinate”—generating outputs that are nonsensical, factually incorrect, or unfaithful to provided context—poses significant risks to their reliability, especially in information-critical applications . A comprehensive survey by Huang (Huang et al., 2025) systematically explores this phenomenon, offering a detailed taxonomy, analyzing root causes,...