BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//American Young Coder - ECPv6.10.1.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:American Young Coder
X-ORIGINAL-URL:https://www.ayclogic.com
X-WR-CALDESC:Events for American Young Coder
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:America/Los_Angeles
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20240310T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20241103T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20241112T173000
DTEND;TZID=America/Los_Angeles:20241112T183000
DTSTAMP:20260520T025757
CREATED:20241113T025053Z
LAST-MODIFIED:20241113T025053Z
UID:27382-1731432600-1731436200@www.ayclogic.com
SUMMARY:5:30 PM – AI / Machine Learning – Gamas
DESCRIPTION:Today We Did\n\nWe went over the vision_learner fast.ai function\nWe utilized the cat_vs_dog_model to predict a new image\n\nHomework\n\nExtract accuracy data from the “result” so it will output of the result like the following. Try your best to get the accuracy from result[2]\n\n“I am <accuracy> % confident that this is a dog image.”\n“I am <accuracy> % confident that this is a cat image.”
URL:https://www.ayclogic.com/event/530-pm-ai-machine-learning-gamas-3/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20241112T180000
DTEND;TZID=America/Los_Angeles:20241112T190000
DTSTAMP:20260520T025757
CREATED:20241113T012205Z
LAST-MODIFIED:20241113T040908Z
UID:27377-1731434400-1731438000@www.ayclogic.com
SUMMARY:6 PM – Intro To Python – Darin
DESCRIPTION:Your Final Exam is Next Week on  November 19 lasting 2 hours.\nWhat We Did Today:\n\nFinished the robux system program.\nReviewed for the final exam next week.\n\nHomework:\nStudy for the final exam next week! \nDo the optional homework for the exploration game for extra practice! \n# Make a text based program that lets you explore islands!\n# You will have like 4 possible islands to explore - use a list \n# example output: \n“””\nWelcome to AYCLOGIC Exploration Game! \nWhat do you want to do?\n1. Explore islands\n2. View explored islands\n3. Exit\nEnter your selection: abcd\nInvalid output. Please try again. \nWhat do you want to do?\n1. Explore islands\n2. View explored islands\n3. Exit\nEnter your selection: 2\nYou haven’t explored any islands! \nWhat do you want to do?\n1. Explore islands\n2. View explored islands\n3. Exit\nEnter your selection: 1\nYou explored Tahiti! \nWhat do you want to do?\n1. Explore islands\n2. View explored islands\n3. Exit\nEnter your selection: 2\nYou have explored:\nTahiti \nWhat do you want to do?\n1. Explore islands\n2. View explored islands\n3. Exit\nEnter your selection: 1\nYou explored Bali! \nWhat do you want to do?\n1. Explore islands\n2. View explored islands\n3. Exit\nEnter your selection: 2\nYou have explored:\nTahiti\nBali \nWhat do you want to do?\n1. Explore islands\n2. View explored islands\n3. Exit\nEnter your selection: 1\nYou explored Hawaii! \nWhat do you want to do?\n1. Explore islands\n2. View explored islands\n3. Exit\nEnter your selection: 2\nYou have explored:\nTahiti\nBali\nHawaii \nWhat do you want to do?\n1. Explore islands\n2. View explored islands\n3. Exit\nEnter your selection: 3\nThank you for using the AYCLOGIC Exploration Game. \nNotes:\nEmail me at ddjapri@ayclogic.com if you have any questions!
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-63/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20241112T180000
DTEND;TZID=America/Los_Angeles:20241112T190000
DTSTAMP:20260520T025757
CREATED:20241113T025918Z
LAST-MODIFIED:20241113T025918Z
UID:27384-1731434400-1731438000@www.ayclogic.com
SUMMARY:6 PM – Intro to Python – Daniel
DESCRIPTION:What We Did\n\nWorked on creating a rectangle and circle again\nUsed the circle and rectangle functions to draw a face\nTalked about project proposals.\n\nHomework\n\nCreate the project proposal with at least 7 different objects\, and with a word for the image. Take a picture once you are done drawing your project proposal and upload it to google drive.\n\nIt needs to have a combination of rectangles\, circles\, and polygons.\nIt needs to have at least one text that is formed by a combination of rectangles or circles or polygons.\nIt needs to have some part of the illustration that keeps changing the colors.\nThe X and Y coordinates need to be between -500 to 500.\nThe illustration needs to be fairly complex. If it is too simple\, then you will not get the maximum grade.\nThere needs to be at least 7 different objects/characters in the final project\nMost of the complex shapes have to be done via functions with coordinates and color as parameters. For example\, draw_cloud(x\,y\, color)\, draw_tree(x\,y\, color)\, draw_airplane(x\,y\, color). The more functions like this\, the higher your grades.\nNo code duplication.\nThe final result has to be the same as the proposal.\n\n\nIf you have any questions\, email me at dmeng@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-daniel-44/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20241112T190000
DTEND;TZID=America/Los_Angeles:20241112T200000
DTSTAMP:20260520T025757
CREATED:20241113T040429Z
LAST-MODIFIED:20241113T040429Z
UID:27381-1731438000-1731441600@www.ayclogic.com
SUMMARY:7 PM – Python OOP – Darin
DESCRIPTION:What We Did Today:\n\nFinished Grocery System\, and got started on the School System application\, introducing more OOP.\n\nHomework:\n\nContinue on your School System application in main.py\, and complete the find method for selection == “3”. Refer to phonebooksystem.py from the previous files for how to find stuff from a dictionary.\n\n\nThis is the comment we wrote for the homework due next week\n\n# your hw is to find the student in the dictionary.\n# If you find the student by the name\, print out the details of the student\, if not\, mention the name doesn't exist\n\n# Refer to phonebooksystem.py to see how to find things with a dictionary\n\n\n\nSubmit this files to the google drive when you are done! \nNotes:\nYou can contact me at ddjapri@ayclogic if you have any questions!
URL:https://www.ayclogic.com/event/7-pm-python-oop-darin-10/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20241112T190000
DTEND;TZID=America/Los_Angeles:20241112T200000
DTSTAMP:20260520T025757
CREATED:20241113T041815Z
LAST-MODIFIED:20241113T041815Z
UID:27388-1731438000-1731441600@www.ayclogic.com
SUMMARY:7 PM - AI / Machine Learning - Gamas
DESCRIPTION:Today We Did\n\nWe learned how to find famous dog breed that is not in the dataset.\nWe learned about fast.ai computer vision\nWe learned how to train the RESTNET34.\nWe used the model to predict new image\n\nHomework\n\nCreate a for loop that will get all the images from a folder.\nFor each of the image\, make prediction using cat_vs_dog_model.\nGet the result[0] and compare with “True” or “False” to know if it is a dog or cat\nAssign “Dog” or “Cat” as image title.\nExtract prediction accuracy from result[2][0] or result[2][1]
URL:https://www.ayclogic.com/event/7-pm-ai-machine-learning-gamas-3/
END:VEVENT
END:VCALENDAR