Tag: Machine Learning
-

LLM Fine-Tuning Explained: What Actually Changes Inside the Model
LLM fine-tuning runs the pretraining objective on your data with a loss mask. What actually changes, when to do it, and how…
-

The Calculus Behind Backpropagation: Every Derivative, From First Principles
The calculus behind backpropagation, derived from first principles: the nudge ratio, the power rule, the chain rule, partial derivatives, and the fan-out…
-

How Neural Networks Learn: From One Neuron to Backpropagation, Concept by Concept
How do neural networks learn? Build it from scratch, concept by concept — from a single neuron to weighted sums, ReLU, loss,…