Blog

Your blog category

The Total Derivative: Correcting the Misconception of Backpropagation’s Chain Rule

This article uses concepts from this brilliant paper. For a deeper understanding of the mathematics please refer to the paper. Here we try to present the math in a more intuitive and explicit way, with some important nuances highlighted. 1 Introduction Discussions about Backpropagation often say we use the ‘chain rule’ to derive the gradient […]

The Total Derivative: Correcting the Misconception of Backpropagation’s Chain Rule Read More »

Benchmarking Tabular Reinforcement Learning Algorithms

In the previous posts, we explored Part I of the seminal book Reinforcement Learning by Sutton and Barto [1] (*). In that section, we delved into the three fundamental techniques underlying nearly every modern Reinforcement Learning (RL) algorithm: Dynamic Programming (DP), Monte Carlo methods (MC), and Temporal Difference Learning (TD). We not only discussed algorithms

Benchmarking Tabular Reinforcement Learning Algorithms Read More »

Think. Know. Act. How AI’s Core Capabilities Will Shape the Future of Work

“It is not the strongest of the species that survives, nor the most intelligent, but the one most responsive to change.” – Charles Darwin, Originator of Evolutionary Theory Not long ago, I came across an article about a CEO, who was visibly frustrated with their company’s new AI assistant. The system could draft nice emails

Think. Know. Act. How AI’s Core Capabilities Will Shape the Future of Work Read More »

Build and Query Knowledge Graphs with LLMs

Knowledge Graphs are relevant A Knowledge Graph could be defined as a structured representation of information that connects concepts, entities, and their relationships in a way that mimics human understanding. It is often used to organise and integrate data from various sources, enabling machines to reason, infer, and retrieve relevant information more effectively. In a previous

Build and Query Knowledge Graphs with LLMs Read More »

The Shape‑First Tune‑Up Provides Organizations with a Means to Reduce MongoDB Expenses by 79%

TL;DR A fast‑growing SaaS woke up to a silent auto‑scale from M20 → M60, adding 20 % to their cloud bill overnight. In a frantic 48‑hour sprint we: flattened N + 1 waterfalls with $lookup , tamed unbounded cursors with projection, limit() and TTL, split 16 MB “jumbo” docs into lean metadata + GridFS blobs,

The Shape‑First Tune‑Up Provides Organizations with a Means to Reduce MongoDB Expenses by 79% Read More »