« All Events
7 PM – AI / Machine Learning – Gamas
November 12 @ 7:00 pm - 8:00 pm
Today We Did
- We learned how to find famous dog breed that is not in the dataset.
- We learned about fast.ai computer vision
- We learned how to train the RESTNET34.
- We used the model to predict new image
Homework
- Create a for loop that will get all the images from a folder.
- For each of the image, make prediction using cat_vs_dog_model.
- Get the result[0] and compare with “True” or “False” to know if it is a dog or cat
- Assign “Dog” or “Cat” as image title.
- Extract prediction accuracy from result[2][0] or result[2][1]