BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//American Young Coder - ECPv6.10.1.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
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:20250309T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20251102T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250107T173000
DTEND;TZID=America/Los_Angeles:20250107T183000
DTSTAMP:20260514T093306
CREATED:20250108T030702Z
LAST-MODIFIED:20250108T030702Z
UID:27808-1736271000-1736274600@www.ayclogic.com
SUMMARY:5:30 PM - AI / Machine Learning - Gamas
DESCRIPTION:Today We Did\n\nWe reviewed what we did in Pet Breed project.\nWe started handwritten digit prediction project.\n\nHomework\n\nContinue on your handwritten digit prediction project. Following example in pet breed project\, continue your handwritten digit prediction project until you have your model fully tune and able to predict hand written single digit image.\nSpecifically for this project\, you need to resize the image to 28 x 28 before you feed to the model for prediction. Otherwise\, the model will have hard time predicting.\n\n\nnumber_img = PILImage.create(img)\nnumber_img = number_img.resize((28\, 28)\, Image.NEAREST)\nresult = model.predict(number_img)\n\n\n\nOnce you finished with the code\, go to https://sketch.io/sketchpad/ and generate several hand written number and upload it to your kaggle.com and see if your model can predict the image accurately.
URL:https://www.ayclogic.com/event/530-pm-ai-machine-learning-gamas-8/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250107T180000
DTEND;TZID=America/Los_Angeles:20250107T190000
DTSTAMP:20260514T093306
CREATED:20250108T040119Z
LAST-MODIFIED:20250108T040208Z
UID:27807-1736272800-1736276400@www.ayclogic.com
SUMMARY:6 PM – Python OOP – Darin
DESCRIPTION:What We Did Today:\n\nReviewed and finished the phone book system program\, reviewing how to use dictionaries.\nReplaced our grocery system program to use a dictionary\, making the code more efficient\n\nHomework:\nCreate a new file called robuxSystemV2.py and do the following: \n\nUsing your previous robuxSystem from Thonny\, change it to use a dictionary to store the itemName and itemPrice in two separate dictionaries\, as we did with grocery system!\nMake it so that the if\, elif\, and else structure is the same as GrocerySystem!\n\nSubmit these into the google drive when you are done! \nNotes:\nEmail me at ddjapri@ayclogic.com if you have any questions!
URL:https://www.ayclogic.com/event/6-pm-python-oop-darin-15/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250107T190000
DTEND;TZID=America/Los_Angeles:20250107T200000
DTSTAMP:20260514T093306
CREATED:20250108T040529Z
LAST-MODIFIED:20250108T040529Z
UID:27812-1736276400-1736280000@www.ayclogic.com
SUMMARY:7 PM – Python OOP – Darin
DESCRIPTION:What We Did Today:\n\nReviewed how OOP works\, and finished the supermarket application project\nGot started on MonsterInheritance project and learnt a bit about inheritance\n\nHomework:\n"""\nYour homework is to implement option 2\, looping over self.monsters\, such that it prints like this:\n\nPlease select one of the following\n1. Add Monster\n2. List all monsters\n3. Play Adventure\nEnter your selection (Enter 'exit' to quit): 2\n- Dragon - 100 health - 50 Max attack\n- Troll - 50 health - 20 Max attack\n- Water Golem - 30 health - 20 Max attack\n- Cyclops - 60 health - 30 Max attack\n\nIf the user enters "3" as a selection\, prompt the user for their name\, and their health\, \nand store these two variables as self variables\n\nin other words\, create two new attributes inside of def __init__ of the MonsterSystem class\n"""\nNotes:\nYou can contact me at ddjapri@ayclogic if you have any questions!
URL:https://www.ayclogic.com/event/7-pm-python-oop-darin-16/
CATEGORIES:OOP Python,Python Class
END:VEVENT
END:VCALENDAR