The Coding Notebook
Memorable coding moments of a software engineer

AI For Developers: How Transformer LLMs Work

02 Apr 2025
There are my notes from the DeepLearning.AI course How Transformer LLMs Work

Notes from course: Generative AI with Large Language Models - Week 3

23 Mar 2025
Below are my notes from Week 3 of the course  "Generative AI with Large Language Models" offered by  deeplearning.ai

Notes from course: Generative AI with Large Language Models - Week 2

23 Mar 2025
Below are my notes from Week 2 of the course  "Generative AI with Large Language Models" offered by  deeplearning.ai

Notes from course: Generative AI with Large Language Models - Week 1

21 Mar 2025
Below are my notes from Week 1 of the course  "Generative AI with Large Language Models" offered by  deeplearning.ai

OpenCV vs YOLO for Small Object Detection

16 Feb 2025
Well, not really one vs the other but how to get the best of both worlds!

AI for Developers: Image captioning using visual attention

29 Jan 2025
Training an image captioning model with visual attention. An example of combining 2 modalities into a single model.

AI for Developers: RNN encoder-decoder seq2seq translation

27 Jan 2025
Training an RNN encoder-decoder to translate Spanish to English. This is a simple demonstration of sequence-to-sequence model.

AI for Developers: Using RNNs

24 Jan 2025
Training a simple RNN text generator to demonstrate the concept of text generation.

Building TensorFlow Lite for Android on WSL

02 Feb 2024
In this post I am going to document the process of building the TensorFlow Lite android library and C library (libtensorflowlite_c) on Ubunt...

Using OpenGL in Flutter

14 Jan 2023
 In this video tutorial we'll see how to use OpenGL in Flutter on Android