AI Terminology
/Beginner
Model
Definition
The mathematical file or program that is produced after training a Machine Learning algorithm on a dataset. It recognizes patterns and makes predictions on new, unseen data.
Explain Like I'm New
If the algorithm is the 'recipe', and the training data is the 'ingredients', the Model is the 'baked cake'. Once the cake is baked, you can't un-bake it. You just use it to answer questions.
Real World Example
GPT-4 is a Model. OpenAI spent months running algorithms on supercomputers to analyze the internet. The final result is a massive mathematical file (the Model) that can predict what word should come next in a sentence.
Common Use Cases
- •Deploying AI
- •Inference
Interview Questions
basic
- Is a Machine Learning Model just a list of 'If/Else' programming statements?
intermediate
- What does it mean to 'Save' or 'Export' a trained model?