Skip to content

Tag: machine learning

All the articles with the tag "machine learning".

Self-Supervised Learning Explained

Self-Supervised Learning Explained

Self-supervised learning is the technique behind GPT, BERT, and modern LLMs. Learn how models teach themselves from unlabeled data.

Running Gemma 4 Locally with Ollama

Running Gemma 4 Locally with Ollama

Google's Gemma 4 is the best open model they've shipped yet. Here's how to pull it, run it, and actually use it for real work with Ollama on your own hardware.

1-Bit LLMs: The Quantization Endgame

1-Bit LLMs: The Quantization Endgame

1-bit models store weights as -1, 0, or 1. That sounds insane until you see them run a 100B parameter model on a laptop CPU. Here's what's actually happening.