Day: April 21, 2026
4 posts
Bringing Multimodal Gemma 4 E2B to the Edge: A Deep Dive into LiteRT-LM and Qualcomm QNN
Running Large Language Models (LLMs) on mobile devices used to be a futuristic dream. Today, with Google’s release…
Fine-Tuning Gemma 3 on TPU for Medical Q&A with Keras and JAX
I wanted to build a medical Q&A fine-tuning project that stayed genuinely TPU-native on Kaggle. This project uses…
SQL Subquery and CTEs( Common Table Expressions)
What is a subquery? Subquery is a query nested inside another query statement. It allows the query to…