Skip to content

Tag: machine learning

All the articles with the tag "machine learning".

Exploring the Diverse World of LLM Models

Exploring the Diverse World of LLM Models

· Updated:

LLaMA, Mistral, Falcon, GPT — the LLM landscape is crowded. Compare model families, sizes, licensing, and what each is actually good for.

Key Parameters of Large Language Models

Key Parameters of Large Language Models

· Updated:

Temperature, top-p, top-k, context length — LLM inference parameters explained so you stop guessing why the model gives weird output.

LLM Distillation Explained

LLM Distillation Explained

How tiny 7B and 8B models keep punching above their weight — knowledge distillation, the teacher-student trick that makes local AI actually usable on home hardware.

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.