AI Geek Programmer Blog

Machine learning, computer vision, deep learning and artificial intelligence engineering.

Deep Learning Sits Inside Machine Learning and AI

Deep Learning Sits Inside Machine Learning and AI

  • AI Geek Programmer
  • 20 August 2026

I keep coming back to one simple fact: AI is the broad label, machine learning is the method that learns from data, and deep learning is a kind of machine...

Read article
What AI Machine Learning Really Means in Practice

What AI Machine Learning Really Means in Practice

  • AI Geek Programmer
  • 16 August 2026

Answer the question behind the keyword "ai machine learning" directly, for a Machine Learning reader of aigeekprogrammer.com. Explain the key facts plainly and keep the piece focused on this exact question rather than a general overview of the topic.

Read article

Small Team Ships a New Static Site Toolchain

  • AI Geek Programmer
  • 15 August 2026

A small team released a new staticsite toolchain this week, aimed at developers who want fast builds without a large framework.

Read article

Why Static Sites Still Win for Small Blogs

  • AI Geek Programmer
  • 15 August 2026

I keep coming back to static site generators when a project is small and the content does not change every minute. A static generator builds plain HTML files ahead of time, so the server just hands them out. There is no database query per page view and no serverside template render at request time.

Read article
Crafting Text Generators: A Dive into Transformer Architecture

Crafting Text Generators: A Dive into Transformer Architecture

  • AI Geek Programmer
  • NLP
  • 19 August 2023

A small decoder-based language model. Or how to use part of the Transformer architecture to generate text resembling a well-known literary work (Pytorch).

Read article
Fine-tuning with limited hardware resources

Fine-tuning with limited hardware resources

  • AI Geek Programmer
  • NLP
  • 26 June 2023

Efficient fine-tuning of a large language model in Google Colab using PEFT, LoRa and quantization (base model: RedPajama INCITE Chat 3B)

Read article