Apr 2026 Generative AI

Fine-Tuning Gemma 2B on PubMedQA: Building a Medical Q&A Assistant with LoRA, Keras Kinetic, and TPU

How I used a single Python decorator to fine-tune a medical question-answering model on a remote TPU โ€” no Docker, no Kubernetes YAML, just Python.

55 1
Dec 2025 Generative AI

Building a Science Simulator Hub with Google AI Studio, Google Antigravity and Gemini 3

Making physics, sound, and systems thinking interactive for students.

155 1
Nov 2025 Tutorial

Connect to Google Colab Server in VS Code IDE with Colab Extension

If you're in data science, ML, or AI engineering you've likely juggled multiple notebook workflows. Here's how to connect Colab directly from VS Code.

53
Jun 2025 Generative AI

Gemini for Productivity: How Google's AI is Changing the Way We Work

In today's hyperconnected world, productivity isn't just about working harder โ€” it's about working smarter with AI.

51
May 2025 Tutorial

How to Use Gemini to Generate Flowcharts with Mermaid and Visualize Them in draw.io

Creating flowcharts can be tedious โ€” especially when brainstorming or documenting workflows. With Gemini and Mermaid it's a breeze.

14
Feb 2025 Generative AI

Deploying DeepSeek-R1 Models on AWS: A Game Changer for Generative AI

In the fast-paced world of generative AI, efficiently deploying and scaling AI models is critical. Here's how to deploy DeepSeek-R1 on AWS.

Nov 2023 Generative AI

Build your own Generative AI app in minutes with AWS PartyRock

Everyone is jumping on the Generative AI bandwagon. AWS PartyRock lets you build your own GenAI app without writing a single line of code.

12
Feb 2023 Machine Learning

How to use TensorBoard with PyTorch

TensorBoard is an open-source tool for visualizing and understanding deep learning model performance. Here's how to hook it up with PyTorch.

186
Feb 2023 Machine Learning

Introduction to Federated Learning

An overview of federated learning โ€” training ML models across decentralised devices without sharing raw data, a key technique for privacy-preserving AI.

124
Feb 2023 Analytics

Introduction to Marketing Mix Modelling (MMM) Part I

An overview of Marketing Mix Modelling โ€” a statistical analysis technique used to understand the impact of various marketing tactics on sales.

81 1
Jan 2023 Analytics

Drive Business Revenue via Revenue Growth Management (RGM)

Revenue growth management focuses on increasing revenue through the coordinated management of sales, pricing, promotions, and trade spend.

55
May 2019 Tutorial

How to use TensorBoard with Google Colab

One of the biggest hurdles for ML practitioners is visualizing training runs in Colab. This guide shows how to run TensorBoard directly inside a Colab notebook.

223 3
Oct 2019 Tutorial

Setting up Anaconda3 to work with macOS Catalina zsh shell

After updating to macOS Catalina, Anaconda3 stopped working with the new default zsh shell. Here's the fix.

185 4
May 2020 Tutorial

How to uninstall or remove Anaconda completely from macOS

Anaconda is widely used in data science but removing it completely from macOS can be tricky. This is the clean way to do it.

64
Dec 2020 Tutorial

Setting up virtual environment for Python with Anaconda

A virtual environment is an isolated copy of Python that maintains its own files and directories. Here's how to set one up with Anaconda.

25
Read more on Medium