What is the main purpose of the training phase in AI model learning?
Think about what the model needs to do before it can work well on new examples.
During training, the AI model changes its internal settings to learn patterns from the data. This helps it make good predictions on data it hasn't seen before.
Which type of data is essential for supervised learning in AI?
Supervised learning needs examples with known answers to learn from.
Supervised learning requires labeled data, where each example has a known correct output. This guides the model to learn the right patterns.
How does poor quality data affect the learning of an AI model?
Consider what happens if the model learns from wrong or confusing examples.
Poor quality data can mislead the model, causing it to make wrong predictions because it learns from mistakes or noise in the data.
Why do AI models use separate training and testing datasets?
Think about how we test if someone really understands a subject.
Testing data is kept separate to see if the model can generalize its learning to new examples, not just memorize the training data.
What is the main reason an AI model overfits the training data?
Think about what happens if you memorize answers instead of understanding concepts.
Overfitting occurs when the model captures noise and random details in training data, which do not apply to new data, reducing its general usefulness.