Technical Posts
Gradient Descent in Neural Networks: Understanding How Machines Learn
Learn how Gradient Descent helps neural networks improve predictions through gradual optimization of weights and biases. Discover the core mechanics of machine learning.
read moreTechnical Posts
Understanding Neural Networks: Weights, Biases, and Activations
This article breaks down the key mathematical concepts behind neural networks, including weights, biases, and activations, with an example of handwritten digit recognition.
read moreTechnical Posts
Orchestrating workflows in the Cloud
AWS Step Functions vs Azure Logic Apps vs Azure Durable Functions vs Temporal
read moreTechnical Posts
Sub-Word Tokenization: Breaking Words Like a Pro
Take a detour before diving into transformers and explore sub-word tokenization techniques like Byte-Pair Encoding, WordPiece, and Unigram models. Learn how they handle rare words, reduce vocabulary size, and make models more efficient!
read moreTechnical Posts
N-Grams Uncovered: A Key Component of Large Language Models
Decoding N-Grams: The Heart of Large Language Models
read moreTechnical Posts
Beginner’s Guide to AI: Diving Into My First AI Blog Post
Why am I writing these AI blogs? Discover my journey into AI and LLMs!
read moreTechnical Posts
Tricky gRPC load balancing
Emulates and resolves load balancing problems with gRPC
read more