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:20260308T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20261101T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260302T180000
DTEND;TZID=America/Los_Angeles:20260302T190000
DTSTAMP:20260530T072840
CREATED:20260303T030354Z
LAST-MODIFIED:20260303T030354Z
UID:32726-1772474400-1772478000@www.ayclogic.com
SUMMARY:6 PM - Adv AI and Machine Learning - Gamas
DESCRIPTION:Today We Did\n\nWe removed code duplications in glasses and default yolo coco model combined program.\nWe started with bicep curl project.\n\nHomework\n\nNo Homework
URL:https://www.ayclogic.com/event/6-pm-adv-ai-and-machine-learning-gamas-6/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260302T190000
DTEND;TZID=America/Los_Angeles:20260302T200000
DTSTAMP:20260530T072840
CREATED:20260303T041846Z
LAST-MODIFIED:20260303T041916Z
UID:32729-1772478000-1772481600@www.ayclogic.com
SUMMARY:7 PM – AI/ML – Darin
DESCRIPTION:Today’s Activities:\n\nContinued multi-class classification on the MNIST dataset.\nLearned about data augmentation through the batch_tfms parameter for the dataloader.\n\nHomework:\nFor Reine: \n\nCreate a google doc under your homework google drive \nWrite up your project proposal for training your own AI model detailing:\n– What you will be classifying (has to be multi-class classification!)\n– Where your data comes from (provide a link or methodology of getting the dataset). If you are using an existing dataset\, you have to add more images from online means (gather data from outside of kaggle\, whether it’s online images\, etc)\n– How you will train your AI model (what transformations on the data you will use\, and the flow of training)\nYou can view the list of transformations here: https://docs.fast.ai/vision.augment.html#aug_transforms\n\nEnsure the google doc is public access and that it is in your homework folder. \n  \nFor everyone: \n\nContinue working on your final project. You want to at least ensure you have the data loader setup with the proper transformations (also at this point it should be easy to run training once you have the dataloader). Upload your latest progress as an ipynb to the google drive.\nCreate a new kaggle notebook Mar9_PandasHW.ipynb and do the following:\nYoutube.csv  \n\nUse this csv file – https://drive.google.com/file/d/1kP6A9y0UBssOg3Exunv9Mnmilb0657Sh/view?usp=drive_link \nLoad the data\n\nShow only the Channel and Subscribers columns\n\nFind channels with more than 2000 subscribers\n\nAdd a column Subs_per_Video\n\nWhich channel is the most efficient?\n\n\n\nHW Note: you can display rows with conditions like this:\ndf_math_greater_than_80 = df[df["Math"] > 80]\nprint("\nStudents with Math Score Greater Than 80:")\nprint(df_math_greater_than_80)\nprint(df.head())\nNotes:\nYou can reach me at ddjapri@ayclogic.com. \nAll class notes can be found here.
URL:https://www.ayclogic.com/event/7-pm-ai-ml-darin-9/
CATEGORIES:AI/ML,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260303T160000
DTEND;TZID=America/Los_Angeles:20260303T170000
DTSTAMP:20260530T072840
CREATED:20260304T010226Z
LAST-MODIFIED:20260304T010226Z
UID:32740-1772553600-1772557200@www.ayclogic.com
SUMMARY:Scratch 2 - Tue 4:00 PM - Julian
DESCRIPTION:What We Did:\n\nFinished our Cinema project.\nStarted working on our Fireball project\, got the custom sprite costumes in.\n\nHomework:\n\nDraw in yourself these 4 things:\n\n1 star\n1 apple\nA left projectile\nA right projectile\n\n\nThe left and right projectiles will be shot by someone on the left and someone on the right\, as the name implies.\n\nIf you have any questions feel free to email me at jsaroufim@ayclogic.com
URL:https://www.ayclogic.com/event/scratch-2-tue-400-pm-julian-16/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260303T170000
DTEND;TZID=America/Los_Angeles:20260303T180000
DTSTAMP:20260530T072840
CREATED:20260304T015651Z
LAST-MODIFIED:20260304T015651Z
UID:32743-1772557200-1772560800@www.ayclogic.com
SUMMARY:5:00 PM – Python Game Development – Daniel
DESCRIPTION:What We Did\n\nWe reviewed the Evan’s Slime Shooter project.\nWe added in the game win\, lose\, and landing page.\n\nHomework\n\nFor the project\, you can add a background to the score and the game win and game lose to add contrast for better visuals.\nCommit and push changes to gitlab when you are done.\nIf you have any questions\, email me at dmeng@ayclogic.com
URL:https://www.ayclogic.com/event/500-pm-python-game-development-daniel-24/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260303T173000
DTEND;TZID=America/Los_Angeles:20260303T183000
DTSTAMP:20260530T072840
CREATED:20260304T023848Z
LAST-MODIFIED:20260304T023848Z
UID:32745-1772559000-1772562600@www.ayclogic.com
SUMMARY:5:30 PM – Intro to Python – Abigail
DESCRIPTION:Today We\n\n\n\n\nWe went over homework.\nWe went over lists.\n\nHomework\n(Upload your homework into your Google Drive HW folder a day before the class starts) \n\nMake a new file called “Mar3_List_HW.py”\nCopy down code from page 37-41.\n(Optional)(Page 42 – Try it Yourself Section) do 3-4 to 3-6.\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/530-pm-intro-to-python-abigail/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260303T180000
DTEND;TZID=America/Los_Angeles:20260303T190000
DTSTAMP:20260530T072840
CREATED:20260309T044942Z
LAST-MODIFIED:20260309T044942Z
UID:32793-1772560800-1772564400@www.ayclogic.com
SUMMARY:6 PM - Unity Game Development - Bill
DESCRIPTION:Your HW:\n\nNone
URL:https://www.ayclogic.com/event/6-pm-unity-game-development-bill-10/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260303T190000
DTEND;TZID=America/Los_Angeles:20260303T200000
DTSTAMP:20260530T072840
CREATED:20260309T045958Z
LAST-MODIFIED:20260309T045958Z
UID:32795-1772564400-1772568000@www.ayclogic.com
SUMMARY:7 PM - Python Game Development - Bill
DESCRIPTION:Your HW:\n\nNone
URL:https://www.ayclogic.com/event/7-pm-python-game-development-bill-6/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260304T170000
DTEND;TZID=America/Los_Angeles:20260304T180000
DTSTAMP:20260530T072840
CREATED:20260305T020353Z
LAST-MODIFIED:20260305T020353Z
UID:32747-1772643600-1772647200@www.ayclogic.com
SUMMARY:5 PM – Scratch 1 – Yitong
DESCRIPTION:What We Did:\n\nStarted the Window Cleaner project.\n\nHomework:\n\nDo page 138\, #10-12 in your pink coding book.\n\nHow to submit homework:\n\nGo to your email and compose a new message.\n\n\n\n\nGo to the coding homework calendar to copy my email address and paste it into the email message.\n\n\n\n\n\nGo to your project and make sure it is SHARED. Copy the link and paste it into the email message.\n\n\n\n\n\n\nThis is what your email message should look like when you’re done.\n\n\n\n\n\nEmail me for help: yitong@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-scratch-1-yitong-31/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260304T170000
DTEND;TZID=America/Los_Angeles:20260304T180000
DTSTAMP:20260530T072840
CREATED:20260305T024252Z
LAST-MODIFIED:20260305T024252Z
UID:32749-1772643600-1772647200@www.ayclogic.com
SUMMARY:Scratch 1 - Wed 5:00 PM - Julian
DESCRIPTION:What We Did:\n\nFinished our Gobo project.\nStarted working on our Funny Faces project.\n\nHomework:\n\nDraw the glasses for your funny face as well as the body of your funny face.\n\nIf you have any questions feel free to email me at jsaroufim@ayclogic.com
URL:https://www.ayclogic.com/event/scratch-1-wed-500-pm-julian-2/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260304T180000
DTEND;TZID=America/Los_Angeles:20260304T190000
DTSTAMP:20260530T072840
CREATED:20260305T025834Z
LAST-MODIFIED:20260305T030024Z
UID:32751-1772647200-1772650800@www.ayclogic.com
SUMMARY:Scratch 1 - Wed 6:00 PM - Julian
DESCRIPTION:What We Did:\n\nContinued work on our Window Cleaner project.\n\nHomework:\n\nAdd in a countdown timer that counts down from 60 to 0\, and when it is at 0 broadcast a message that explains they’ve reached the end of the game.\n**Hint** you might need a new variable for this!\n\nIf you have any questions feel free to email me at jsaroufim@ayclogic.com
URL:https://www.ayclogic.com/event/scratch-1-wed-600-pm-julian-4/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260304T190000
DTEND;TZID=America/Los_Angeles:20260304T200000
DTSTAMP:20260530T072840
CREATED:20260305T034640Z
LAST-MODIFIED:20260305T034640Z
UID:32755-1772650800-1772654400@www.ayclogic.com
SUMMARY:7 PM - AI and Machine Learning - Gamas
DESCRIPTION:Today We Did\n\nWe finished the Titanic Survival Rate pycharm streamlit project.\nWe started Boston Housing Price project\n\nHomework\n\nInside BostongHousing.csv\, there are 14 columns. Research in the Internet\, what each of those 14 columns mean. Find the explanation for each column and how they play a role in deciding the housing price. Make sure you do good research\, not only finding out the acronym\, but also the how does each of this data matters for boston housing price.
URL:https://www.ayclogic.com/event/7-pm-ai-and-machine-learning-gamas-16/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260304T190000
DTEND;TZID=America/Los_Angeles:20260304T200000
DTSTAMP:20260530T072840
CREATED:20260305T040347Z
LAST-MODIFIED:20260305T040347Z
UID:32757-1772650800-1772654400@www.ayclogic.com
SUMMARY:7 PM - Python OOP - Joel
DESCRIPTION:Today we did:\n\nWe started learning about dictionaries.\n\nHomework:\n\nMake sure you review as much as you can and you understand what we learned today.
URL:https://www.ayclogic.com/event/7-pm-python-oop-joel/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260304T190000
DTEND;TZID=America/Los_Angeles:20260304T200000
DTSTAMP:20260530T072840
CREATED:20260305T062853Z
LAST-MODIFIED:20260305T063006Z
UID:32754-1772650800-1772654400@www.ayclogic.com
SUMMARY:7 PM – AI/ML – Darin
DESCRIPTION:Today’s Activities:\n\nIntroduced the topic of ML/AI at a high level.\nIntroduced Kaggle as a platform for running ML code.\n\nHomework:\nCopy the contents from this google colab file to kaggle\, and complete the hw\, then save as .ipynb: https://colab.research.google.com/drive/1qjmmP4LhSIgVD0qmExb_fmuB-Sm_511n \nNotes:\nYou can reach me at ddjapri@ayclogic.com. \nAll class notes can be found here.
URL:https://www.ayclogic.com/event/7-pm-ai-ml-darin-10/
CATEGORIES:AI/ML,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260305T000000
DTEND;TZID=America/Los_Angeles:20260305T000000
DTSTAMP:20260530T072840
CREATED:20260306T030109Z
LAST-MODIFIED:20260306T034804Z
UID:32765-1772668800-1772668800@www.ayclogic.com
SUMMARY:6:00 PM- Python OOP - Joshua
DESCRIPTION:Today We did\n\nReviewed/ Started the library System\n\n  \n  \nHomework\n\ndef find_books_by_id(self):\n    # use input to ask for the id of the book your user is looking for\n\n\n    # for loop to go through every single book in your dictionary (hint (look at your list_books method)\n\n    # get the book from the foor loop\, and get the ID of that book\n\n\n    # if statement to check if that ID is the the ssame as what the user is looking for\n    # if it is \, print the info like we have done\n\n\n\n    pass
URL:https://www.ayclogic.com/event/600-pm-intro-to-python-joshua/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260305T170000
DTEND;TZID=America/Los_Angeles:20260305T180000
DTSTAMP:20260530T072840
CREATED:20260306T015656Z
LAST-MODIFIED:20260306T015656Z
UID:32763-1772730000-1772733600@www.ayclogic.com
SUMMARY:5 PM - Intro to Python - Brandon
DESCRIPTION:What we learned today:\n\nWe learned about lists\nWe learned about for loops\n\nHomework: \n\nCreate a file called 5_March_ListHW Page 37 to 41 (do not do the “Try It Yourself”)\nCreate a file called 5_March_For_Loop1HW https://www.ayclogic.com/animal-list-and-for-loop-exercises/ \nCreate a file called 5_March_For_Loop2HW Homework: 54 and 55.\nUse the same file as the ForLoop2 Homework: Page 56 TRY IT YOURSELF\nCreate a file called 5_March_For_Loop3HW Page 56 to 58
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-brandon-9/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260305T190000
DTEND;TZID=America/Los_Angeles:20260305T200000
DTSTAMP:20260530T072840
CREATED:20260306T035009Z
LAST-MODIFIED:20260306T035836Z
UID:32768-1772737200-1772740800@www.ayclogic.com
SUMMARY:7:00 PM- Intro to Python - Joshua
DESCRIPTION:Today We did\n\nFix the homework part 2\nGeneral Practice\n\n  \nHomework\n-https://www.ayclogic.com/intro-to-python/star-wars-problem/
URL:https://www.ayclogic.com/event/700-pm-intro-to-python-joshua-12/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260306T170000
DTEND;TZID=America/Los_Angeles:20260306T180000
DTSTAMP:20260530T072840
CREATED:20260307T014410Z
LAST-MODIFIED:20260307T020755Z
UID:32773-1772816400-1772820000@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – Darin
DESCRIPTION:What We Did Today:\n\n\n\n\nReviewed how to make shape functions.\nCreated a kaleidoscope that changes colors using turtle python.\n\nHomework:\nIF YOU HAVEN’T ALREADY\, FINISH YOUR FINAL PROJECT PROPOSAL: \nCreate your final project proposal on paper or digital drawing! Upload a png\, jpg\, or pdf file of your proposal through taking a picture/screenshot to the google drive when done\, and name it FinalProjectProposal.extension. \nThe final project criteria is shown here: https://www.ayclogic.com/intro-to-python-final-project-criteria/. You must make sure your project proposal fits the criteria. However for this proposal you don’t need to color it\, you may just use text to describe the color of the things in your scene. \nYou can look at past projects for inspiration\, but do not duplicate what has been done 1:1 – https://www.ayclogic.com/python-projects/ \nThese are examples of project proposals: \n\n  \n\n\nOTHERWISE: \nMake 25% of progress on your final project which means drawing two object functions or more. Submit the .py file to the google drive if you are done. \n\n\n\nNotes:\nIf you have any questions\, email me at ddjapri@ayclogic.com \nClass notes can be found here: here
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-darin-40/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260306T190000
DTEND;TZID=America/Los_Angeles:20260306T200000
DTSTAMP:20260530T072840
CREATED:20260309T050136Z
LAST-MODIFIED:20260309T050136Z
UID:32797-1772823600-1772827200@www.ayclogic.com
SUMMARY:7 PM - Unity Game Development - Bill
DESCRIPTION:Your HW:\n\nAdjust/decorate your level\nAdd bouncy objects if you’d like
URL:https://www.ayclogic.com/event/7-pm-unity-game-development-bill-9/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260306T200000
DTEND;TZID=America/Los_Angeles:20260306T210000
DTSTAMP:20260530T072840
CREATED:20260307T115932Z
LAST-MODIFIED:20260307T115932Z
UID:32779-1772827200-1772830800@www.ayclogic.com
SUMMARY:8 PM - Advanced AI/ML - Joel
DESCRIPTION:Today we did:\n\nWe continued working on YOLO Human Detection.\n\nHomework:\n\nUes cv2.putText in order to display the confidence on the top left of the bounding box rectangle we had earlier.\ncv2.putText has several arguments:\n\nPut in the image/frame that we are dealing with as the first one.\nPut in the text that you want to display for the confidence. Remember\, you can use an f-string to display the value of the confidence in this string.\nNext is the coordinate of the text that you want to have. Play around with this until you get it exactly above the bounding box’s top left corner. Remember you can use the bounding box’s x1 and y1 coordinates since that is the top left corner of the bounding box. These coordinates are in parentheses. So something like (x1\, y1).\nNext\, put cv2.FONT_HERSHEY_SIMPLEX as an argument. This is just setting the font of the text.\nNext is the fontScale\, or size of the text. Try a low number but pick what you like.\nNext is the color\, similar to the way did it in cv2.rectangle\, it’s probably nice to use the same color. Remember it uses parentheses.\nFinally\, set the thickness of the text with a number. 1-10 is alright\, pick what you like.\n\n\n\nIf you have any questions\, feel free to email me at joel@ayclogic.com.
URL:https://www.ayclogic.com/event/8-pm-advanced-ai-ml-joel-2/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260307T090000
DTEND;TZID=America/Los_Angeles:20260307T100000
DTSTAMP:20260530T072840
CREATED:20260307T020201Z
LAST-MODIFIED:20260307T020201Z
UID:32776-1772874000-1772877600@www.ayclogic.com
SUMMARY:9 PM - AI/ML - Joel
DESCRIPTION:Today we did:\n\nWe finished the notebook for single digit prediction.\n\nHomework:\n\nMake a new github repository for this project\, and clone into Pycharm using HTTPS. Then\, in the Pycharm project\, put the pkl file you downloaded into it\, and also have a requirements.txt file with the following requirements:\nstreamlit==1.41.1\nnumpy==2.0.2\npandas==2.2.2\nscipy==1.15.3\nmatplotlib==3.10.0\npillow==11.3.0\ntorch==2.8.0\nfastai==2.8.4
URL:https://www.ayclogic.com/event/9-pm-ai-ml-joel/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260307T123000
DTEND;TZID=America/Los_Angeles:20260307T133000
DTSTAMP:20260530T072840
CREATED:20260307T214328Z
LAST-MODIFIED:20260307T214402Z
UID:32782-1772886600-1772890200@www.ayclogic.com
SUMMARY:12:30 PM – Intro to Python – Abigail
DESCRIPTION:Today We\n\n\n\n\nWe went over homework.\nWe went over for loops.\n\nHomework\n(Upload your homework into your Google Drive HW folder a day before the class starts) \n\nMake a new file called “Mar7_ForLoop_HW.py”\nCopy down code from page 54-55.\n(Page 56 – Try it Yourself Section) do 4-1 to 4-2.\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/1230-pm-intro-to-python-abigail-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260307T160000
DTEND;TZID=America/Los_Angeles:20260307T170000
DTSTAMP:20260530T072840
CREATED:20260308T023955Z
LAST-MODIFIED:20260308T023955Z
UID:32788-1772899200-1772902800@www.ayclogic.com
SUMMARY:Sat 4 PM - Scratch 1 - Elijah
DESCRIPTION:What we did today:\n\nWent over last week’s homework from Tuesday\nContinued the Animal Race project.\n\nHomework:\n\nMake a Bat Win banner\nEvery new block of code from the dog should be transferred to bat as well\, changing the broadcast to Bat win instead of Dog win.\nThe Bat win Banner should also have the same code as the Dog win banner.
URL:https://www.ayclogic.com/event/sat-4-pm-scratch-1-elijah/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260307T170000
DTEND;TZID=America/Los_Angeles:20260307T180000
DTSTAMP:20260530T072840
CREATED:20260308T024457Z
LAST-MODIFIED:20260308T024457Z
UID:32790-1772902800-1772906400@www.ayclogic.com
SUMMARY:Sat 5 PM - Scratch 2 - Elijah
DESCRIPTION:What we did today:\n\nFinished Cheese Chase\nStarted Fantastic Flowers\nWent over parameters and functions.\n\nHomework:\n\nReview about functions\nReview parameters (I will be having a quiz in which I will give a problem similar to today’s problem in class to solve and explain why.)\nDo pages 110 to page 113 in your pink Scratch 1 book.
URL:https://www.ayclogic.com/event/sat-5-pm-scratch-2-elijah-6/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260307T170000
DTEND;TZID=America/Los_Angeles:20260307T180000
DTSTAMP:20260530T072840
CREATED:20260309T050223Z
LAST-MODIFIED:20260309T050223Z
UID:32799-1772902800-1772906400@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Bill
DESCRIPTION:Today We:\n\nTook the first Java Quiz
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-bill-16/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260309T180000
DTEND;TZID=America/Los_Angeles:20260309T190000
DTSTAMP:20260530T072840
CREATED:20260310T020909Z
LAST-MODIFIED:20260310T020909Z
UID:32803-1773079200-1773082800@www.ayclogic.com
SUMMARY:6 PM - Adv AI and Machine Learning - Gamas
DESCRIPTION:Today We Did\n\nWe continued with Bicep Curl Project.\nWe were able to show MediaPipe landmarks on screen.\n\nHomework\n\nModify bicep_curl.py so it will have the following components\n\ndrop down menu: Webcam\, Video URL\nIf user select Video URL\, show a text field “Video URL” where user can enter a video internet URL link.\n“Start Detection” checkbox\nMake your bicep_curl.py show the camera video only after user check “Start Detection” checkbox.\nThis homework is very similar to what you did in your YOLO project.
URL:https://www.ayclogic.com/event/6-pm-adv-ai-and-machine-learning-gamas-7/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260309T190000
DTEND;TZID=America/Los_Angeles:20260309T200000
DTSTAMP:20260530T072840
CREATED:20260310T033604Z
LAST-MODIFIED:20260310T035916Z
UID:32805-1773082800-1773086400@www.ayclogic.com
SUMMARY:7 PM – AI/ML – Darin
DESCRIPTION:Today’s Activities:\n\nReviewed finals projects\nReviewed using pandas\nStarted the Titanic Survival Rate Prediction Problem\n\nHomework:\nFor everyone: \n\nContinue working on your final project. You want to finish training your model! Upload your latest progress as an ipynb to the google drive.\n\nFor those with issues on training the models\, do this fix: \n!pip install -U "fastprogress==1.0.3"\nimport fastprogress\nprint("fastprogress:"\, fastprogress.__version__)\nThen ensure it is 1.0.3\, if it isn’t restart the notebook (theres a restart and clear cell output button on the top right of the notebook page). \nNotes:\nYou can reach me at ddjapri@ayclogic.com. \nAll class notes can be found here.
URL:https://www.ayclogic.com/event/7-pm-ai-ml-darin-11/
CATEGORIES:AI/ML,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260310T080000
DTEND;TZID=America/Los_Angeles:20260310T170000
DTSTAMP:20260530T072840
CREATED:20260311T010820Z
LAST-MODIFIED:20260311T010820Z
UID:32811-1773129600-1773162000@www.ayclogic.com
SUMMARY:5 PM - Intro To Python - Brandon
DESCRIPTION:What we learned today:\n\nWe learned about functions without return values\nWe learned a bit about the positional and keyword as well as default values inside function\n\nHomework:\n\nCreate a file name it 10March_FunctionWithoutReturnHW\nCopy codes from page 130 to 133.\nhttps://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ number 4 to 6.\n130\, 131 (TRY IT YOURSELF)\, 132
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-brandon-10/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260310T160000
DTEND;TZID=America/Los_Angeles:20260310T170000
DTSTAMP:20260530T072840
CREATED:20260311T000119Z
LAST-MODIFIED:20260311T000119Z
UID:32809-1773158400-1773162000@www.ayclogic.com
SUMMARY:Scratch 2 - Tue 4:00 PM - Julian
DESCRIPTION:What We Did:\n\nContinued work on our Fireball project.\n\nSet up player movement and fireball generation.\n\n\n\nHomework:\n\nWhen the fireballs are created\, for each fireball write the following code:\n\nWhen it starts as a clone have it move across the screen in the direction the player shoots from.\n\n\n\nIf you have any questions feel free to email me at jsaroufim@ayclogic.com
URL:https://www.ayclogic.com/event/scratch-2-tue-400-pm-julian-17/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260310T170000
DTEND;TZID=America/Los_Angeles:20260310T180000
DTSTAMP:20260530T072840
CREATED:20260311T185822Z
LAST-MODIFIED:20260311T185822Z
UID:32827-1773162000-1773165600@www.ayclogic.com
SUMMARY:5:00 PM – Python Game Development – Daniel
DESCRIPTION:What We Did\n\nWe finished up Evan’s Slime Shooter Project\nWe added in the loading screen and finished Shoot Balloon.\n\nHomework\n\nIf you have any questions\, email me at dmeng@ayclogic.com
URL:https://www.ayclogic.com/event/500-pm-python-game-development-daniel-25/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260310T173000
DTEND;TZID=America/Los_Angeles:20260310T183000
DTSTAMP:20260530T072840
CREATED:20260311T014352Z
LAST-MODIFIED:20260311T014352Z
UID:32815-1773163800-1773167400@www.ayclogic.com
SUMMARY:5:30 PM – Intro to Python – Abigail
DESCRIPTION:Today We\n\n\n\n\nWe went over homework.\nWe finish going over for loops.\nWe went over while loops.\n\nHomework\n(Upload your homework into your Google Drive HW folder a day before the class starts) \n\nMake a new file called “Mar10_WhileLoop_HW.py”\nPages 121-123\, Copy down the code.\nPage 123-124\, do the “Try it Yourself” sections 7-4 to 7-7.\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/530-pm-intro-to-python-abigail-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR