Closing Activity
What advice can I give to teams whose models are inaccurate? How can they improve their models?
If learners' models are inaccurate, here is some advice you can give them to improve their models: 1. Increase the amount of training data: If the model is not accurate, it may not have enough examples to learn from. Encourage learners to add more fractions images to the training dataset to help the model learn more effectively. 2. Improve the data quality: Sometimes, poor-quality data can lead to inaccurate models. Encourage learners to ensure that the images they use are clear and high-quality.
What is supervised learning?
Supervised learning is a type of machine learning where the algorithm is trained on a labeled dataset, meaning that the input data is paired with a corresponding output label or target variable. The goal of supervised learning is to learn a mapping function from the input to the output based on the labeled examples provided during training. In supervised learning, the labeled dataset is split into two parts: training and testing sets. The training set is used to train the algorithm to make predictions, while the testing set is used to evaluate the model’s performance on unseen data.
Can you take photos that the AI model classifies incorrectly? Why do you think the model classified these incorrectly?
Yes, it's entirely possible to take photos that the AI model classifies incorrectly! ML models are trained on lots of pictures so they can learn to recognize different objects like people, animals, and things. However, sometimes these models can make mistakes and classify pictures incorrectly. This can happen for several reasons, such as if the picture is too blurry or too dark, or if the model hasn't seen enough different kinds of pictures to know what to do. Sometimes, the model might also be biased and make mistakes more often for certain types of pictures, like pictures of people with darker skin.