How Models Learn
Training shows the model billions of examples, adjusts its internal settings when guesses are wrong, and tests on new text.
- Describe training as examples plus feedback on wrong guesses
- Explain train and test split in plain words
- State that training data shapes model behaviour
Finish first
Topic contents
Lesson 1 of 3
Learning from examples
Before a chatbot talks to you, it trains on huge text collections: books, websites, forums and more. The task is often predict the next token in each snippet.
When the guess is wrong, training nudges internal settings slightly so similar situations score better next time. Many nudges over many examples build skill.
Follow the step-flow animation. See examples enter, guesses happen, feedback arrives, settings adjust, repeat.
Lesson 2 of 3
Train versus test
Builders hold back some text for testing only. If the model memorised training lines, it would ace training but fail on fresh paragraphs.
Good test scores suggest the model learned general patterns. Bad test scores suggest memorising or missing skills.
You never see the raw training set in class. You interact with the finished model whose behaviour was shaped by it.
Lesson 3 of 3
Data leaves fingerprints
Models reflect what was common in training. If certain views dominated, outputs may echo them. Rare languages or names may get weak treatment.
Fine-tuning later can adjust a model for a calmer school tutoring tone or stricter safety rules, but it still builds on the base training.
Next you will study confident wrong answers, bias and how to use AI carefully.
Practice
Work these out yourself
No answer key here on purpose: these are the questions worth thinking through before you move on. Open one and work it out.
0/3 attemptedAssessment
Check your understanding
Answer each question, then read the explanation. That is where the learning is.
Finished this topic?
0 of 3 lessons marked done. Marking the topic complete ticks the rest.
