American Young Coder

AYC logo
Loading Events

« All Events

  • This event has passed.

7 PM – AI and Machine Learning – Gamas

October 22 @ 7:00 pm - 8:00 pm

Today We Did
  1. We continued with Pet Breed Classification project
  2. We continued with extract_breed_name function
  3. We did the data loader (dls)
Homework
  1. Changed the implementation of extract_breed_namefunction, so it will return CAT and also DOG in front of its breed name
  2. Also it needs to remove the “_” at the end
  3. For example
    1. print(extract_breed_name(“Abyssinian_1.jpg”))
    2. Abyssinian_
    3. After you change your code, the function will return
    4. CAT – Abyssinian
  4. Another example
    1. print(extract_breed_name(“english_cocker_spaniel_35.jpg”))
    2. english_cocker_spaniel_
    3. After you change the your code, the function will return
    4. DOG – english_cocker_spaniel

Details

Date:
October 22
Time:
7:00 pm - 8:00 pm