Code. Test. Write.
Here are 3 of my writing samples. Its usually about Machine Learning, Deep Learning, and Data Science.
Featured Articles
GroqRAG: Implementing advanced RAG models with Groq
This guide details the implementation of an advanced and robust RAG pipeline using the Groq API in Python. The pipeline includes multi-step document retrieval, verification, response generation, and a state-of-the-art ranking algorithm to identify the most relevant documents. It is designed to handle multiple documents stored in a data/ folder and maintain conversational context across messages.
6 min read
Unraveling CUDA DDP: How Distributed GPUs Collaborate to Accelerate Deep Learning
CUDA Distributed Data Parallel (DDP) distributes computations across multiple GPUs and machines to accelerate deep learning. This article explores the mathematical principles behind gradient synchronization and its impact on model updates, including how batch size and learning rates affect training in distributed setups.
3 min read