Today’s Activities:
- Revisited homework on using different models for training and analyzed their performance.
- Learnt about virtual environments and dependencies (your “copy” of the computer)
- Setup github and demonstrated web app deployment (now you can ask your friends to check out your ai models haha)
Homework:
- Copy the Jan26_CatVSDog.ipynb into Feb2_PetBreed.ipynb
- MODIFY the labeling function such that it labels by the dog BREED.
You do not return “dog” vs “cat” but rather you return “Siamese”, “Abyssinian”, etcHint: You need to only keep the string WITHOUT numbers.
- Run training again after modifying
- This should result in MULTI-class classification
Upload the file Jan26_CatVSDog_Evaluation.py to the google drive when you are done.
Notes:
You can reach me at ddjapri@ayclogic.com.
All class notes can be found here.