There are my notes from the DeepLearning.AI course How Transformer LLMs Work Words...
Notes from Week 1 Notes from Week 2 Reinforcement Learning from Human Feedback...
Notes from Week 1 Fine Tuning Fine tuning is the process of training the model with...
Well, not really one vs the other but how to get the best of both worlds! Small object detection is a...
Training an image captioning model with visual attention. An example of combining 2 modalities into a...
Training an RNN encoder-decoder to translate Spanish to English. This is a simple demonstration of...
Training a simple RNN text generator to demonstrate the concept of text generation. This post is a...
Below are my notes from the course "Generative AI with Large Language Models" offered by...
Why crossplatform? Today Tensorflow Lite is available as a library for both iOS and Androi...
Intro We have given a task to build a screen, for mobile devices, which is a single column...
TL;DR Source code on GitHub Get OpenCV First we have to download the OpenC...
Intro In this section we are going to explore the server code, the main parts are: serv...
Intro In this section we are going to explore the client-side code of the project, that is...
Intro In part 1 we had an overview of the architecture, in this part we are going to dive...
This is the first part of a 4 part series story where I describe what it took me to build a simple mu...
Let's try to understand the Web/OpenGL triangle - aka OpenGL Hello World! We will use WebGL for simpl...
Howto: generate multi-domain self-signed certificates (and use with nginx) Intro Often...
Did you know you can easily visualize OpenCV Mat when debugging in xcode? Where's Python...