Back to learning paths
1
Learn
2
Simulate
3
Quiz
Intermediate30 mins+79 XPNode 01 of 16

AI/ML Fundamentals

The math you actually need, the models companies fine-tune, and the evaluation that stops you shipping a confident wrong answer.

Launch Simulator

Mastery unlocks after a 90% Quiz score

Real-world analogy

A model is a very expensive intern. It is fast, it is confident, and it will fabricate a citation unless you check its work.

◎ Why it matters in production

Job posts now say 'familiar with LLMs'. That does not mean you used ChatGPT. It means you can talk about eval, retrieval, and failure modes.

supervised · nns · eval · llms · rag

Fundamental concepts you will master

Fit vs. memorise

Train, val, test. Leakage is how you get a 99% accuracy that dies in production.

Loss is a compass

Gradient descent is just walking downhill. The interesting part is the shape of the hill.

Eval before demo

Precision, recall, calibration — pick the metric the product actually cares about.

LLMs as APIs

Context windows, tokens, temperature, and why the prompt is not the product.

Step-by-step curriculum

1

The supervised loop

Features, labels, split, fit, evaluate. Do it by hand once.

2

Classical models

Linear, trees, boosting — still what a lot of tabular jobs run.

3

Neural nets

Layers, activations, backprop at the level you can explain on a whiteboard.

4

LLMs

Tokenisation, decoding, fine-tune vs RAG vs agents.

5

Eval & safety

Hallucinations, bias, and the test set you should have held out.

Ready to see it in action?

Build your own path, step through operations, and watch mastery unlock after 90%.

Launch Interactive Simulator
Next →