6 PM – Adv AI and Machine Learning – Gamas
6 PM – Adv AI and Machine Learning – Gamas
Today We Did We removed code duplications in glasses and default yolo coco model combined program. We started with bicep curl project. Homework No Homework
Today We Did We removed code duplications in glasses and default yolo coco model combined program. We started with bicep curl project. Homework No Homework
Today’s Activities: Continued multi-class classification on the MNIST dataset. Learned about data augmentation through the batch_tfms parameter for the dataloader. Homework: For Reine: Create a google doc under your homework google drive Write upRead More...
What We Did: Finished our Cinema project. Started working on our Fireball project, got the custom sprite costumes in. Homework: Draw in yourself these 4 things: 1 star 1 apple A leftRead More...
What We Did We reviewed the Evan’s Slime Shooter project. We added in the game win, lose, and landing page. Homework For the project, you can add a background to the scoreRead More...
Today We We went over homework. We went over lists. Homework (Upload your homework into your Google Drive HW folder a day before the class starts) Make a new file called “Mar3_List_HW.py”Read More...
What We Did: Started the Window Cleaner project. Homework: Do page 138, #10-12 in your pink coding book. How to submit homework: Go to your email and compose a new message. GoRead More...
What We Did: Finished our Gobo project. Started working on our Funny Faces project. Homework: Draw the glasses for your funny face as well as the body of your funny face. IfRead More...
What We Did: Continued work on our Window Cleaner project. Homework: Add in a countdown timer that counts down from 60 to 0, and when it is at 0 broadcast a messageRead More...
Today We Did We finished the Titanic Survival Rate pycharm streamlit project. We started Boston Housing Price project Homework Inside BostongHousing.csv, there are 14 columns. Research in the Internet, what each ofRead More...
Today we did: We started learning about dictionaries. Homework: Make sure you review as much as you can and you understand what we learned today.
Today’s Activities: Introduced the topic of ML/AI at a high level. Introduced Kaggle as a platform for running ML code. Homework: Copy the contents from this google colab file to kaggle, andRead More...
Today We did Reviewed/ Started the library System Homework def find_books_by_id(self): # use input to ask for the id of the book your user is looking for # for loopRead More...
What we learned today: We learned about lists We learned about for loops Homework: Create a file called 5_March_ListHW Page 37 to 41 (do not do the “Try It Yourself”) Create aRead More...
Today We did Fix the homework part 2 General Practice Homework -https://www.ayclogic.com/intro-to-python/star-wars-problem/
What We Did Today: Reviewed how to make shape functions. Created a kaleidoscope that changes colors using turtle python. Homework: IF YOU HAVEN'T ALREADY, FINISH YOUR FINAL PROJECT PROPOSAL: Create your finalRead More...
Your HW: Adjust/decorate your level Add bouncy objects if you'd like
Today we did: We continued working on YOLO Human Detection. Homework: Ues cv2.putText in order to display the confidence on the top left of the bounding box rectangle we had earlier. cv2.putTextRead More...
Today we did: We finished the notebook for single digit prediction. Homework: Make a new github repository for this project, and clone into Pycharm using HTTPS. Then, in the Pycharm project, putRead More...
Today We We went over homework. We went over for loops. Homework (Upload your homework into your Google Drive HW folder a day before the class starts) Make a new file calledRead More...
What we did today: Went over last week’s homework from Tuesday Continued the Animal Race project. Homework: Make a Bat Win banner Every new block of code from the dog should beRead More...
What we did today: Finished Cheese Chase Started Fantastic Flowers Went over parameters and functions. Homework: Review about functions Review parameters (I will be having a quiz in which I will giveRead More...
Today We Did We continued with Bicep Curl Project. We were able to show MediaPipe landmarks on screen. Homework Modify bicep_curl.py so it will have the following components drop down menu: Webcam,Read More...
Today’s Activities: Reviewed finals projects Reviewed using pandas Started the Titanic Survival Rate Prediction Problem Homework: For everyone: Continue working on your final project. You want to finish training your model! UploadRead More...
What we learned today: We learned about functions without return values We learned a bit about the positional and keyword as well as default values inside function Homework: Create a file nameRead More...
What We Did: Continued work on our Fireball project. Set up player movement and fireball generation. Homework: When the fireballs are created, for each fireball write the following code: When it startsRead More...
What We Did We finished up Evan's Slime Shooter Project We added in the loading screen and finished Shoot Balloon. Homework If you have any questions, email me at dmeng@ayclogic.com
Today We We went over homework. We finish going over for loops. We went over while loops. Homework (Upload your homework into your Google Drive HW folder a day before the classRead More...
Your HW: Redesign your Level 2 scene Make sure to change up the jumps include a Pit-like area for the enemy to roam in
Your HW: Draw the Play button on the main menu Make sure its centered
What We Did: Finished the Window Cleaner project. Started the Virtual Snow project. Homework: Do page 151, #16-17 in your pink coding book. How to submit homework: Go to your email and compose a newRead More...
Today We Did: Continued work on drawing our Funny Face sprites. Homework: Code in the tie to rotate forever. If you have any questions feel free to email me at jsaroufim@ayclogic.com
Today We Did: Finished our Window Cleaner project. Started work on our Punch the Dummy project. Homework: Code the eye so that when the sprite receives motion on it greater than 50,Read More...
Today we did: We learned how to loop through dictionaries, and did a short exercise. We also started the PhoneBookSystem. Homework: Create a new file called March11_DictionaryHomework and do the following: 6-1.Read More...
Today’s Activities: Introduced the training pipeline for Supervised Learning at a high level. Introduced Kaggle as a platform for running ML code. Homework: In your wed-mar4-catvsdog kaggle notebook, add in 25 cat imagesRead More...
What we learned today: We learned about while loops We learned about the break and continue functions Homework: Name it March12_PracticeQuiz https://www.ayclogic.com/intro-to-python-exercises/
Today We Did FInish up library system initalized functions functions that run automatically when creating a library system (or other system Homework None
Today We did finished review startwars introduce practice work for quiz 2 Homework Finish practice work (copy paste if link broken) https://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/
What We Did Today: Reviewed how to make shape functions. Continued the grocery system project. Homework: Make 50% of progress on your final project which means drawing two object functions or more. SubmitRead More...
Today we did: We worked on ShootBalloon and the personal project. Homework: In your personal project, do at least these parts: Make the player and fish class Do the movements for themRead More...
Today We Did We continued and finished Animal Race project Homework In Animal Race project, when Bat hit the finish line, play "Guitar Chord 2" song.
Today we did: We continued working on the first project. Homework: Create a new Python file in the same folder as your current file and call it yolo_coco_classes.py. Inside, copy from thisRead More...
Homework Research in the Internet about these ML algorithm Random Forest XGBoost
Today We Did We continued with feb_28_supermarket.py We Added the menu and forever loop and if statements to handle the menu selection. Homework Continue with feb_28_supermarket.py After user enter "exit", display howRead More...
Today We We went over homework. We reviewed all previous topics for the quiz. Homework (Upload your homework into your Google Drive HW folder a day before the class starts) Do theseRead More...
Today We We continued working on Cheese Chase project. Homework Make/draw the cheese sprite. When the mouse touches the cheese sprite, make the cheese disappear. If you have any questions, email meRead More...
Your HW: Create a new "Monster" class Attributes: species max health health (default attribute, set it equal to max health) max damage min damage Methods: get_info: returns string in format of "speciesRead More...
What we did today: Went over homework and reviewed functions and parameters Continued the Fantastic Flowers project. Added the petal color and center color parameters and the code need for it toRead More...
Today We Did We continued with Bicep Curl project. We added landmarks on top of the original image. We added the top left corner curl text counter. We extracted Elbow, Shoulder andRead More...
What We Did: Continued work on our Fireball project. Finished the 4 fireball sprites in the project. Homework: Apple: Spawn in a random position When someone touches it: add 1 HP toRead More...
What we learned: We learned about functions with return value Homework: Name the file Mar17_functionsreturnhw 137-139: 14th week https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ number 4 to 7.
Today We We went over the practice quiz. Homework Practice while loops. Study for the quiz on Saturday! If you have any questions, email me at abigail@ayclogic.com
Your HW: Flesh out the handle you win and handle you lose functions Create a new large red font for the text on both game states Draw a message that says "YouRead More...
Today we did: We checked the progress of the final projects and continued working on the Titanic project. Homework: For your final projects, do as much as you can of the following:Read More...
Today We We finished the Funny Faces Project. Homework Set the coordinates/location of all your sprites. When you click the green flag, your sprites should all revert back to the original location.Read More...
What We Did: Continued the Virtual Snow project. Homework: In the backdrop, play the song we downloaded in class together (Jingle Bells) forever. Hint: Look in this project for help https://scratch.mit.edu/projects/1229503527/editor/ HowRead More...
Today We Did We continued with Punch The Dummy Homework Open "Animal Crossing" project and learn how to move the animal from right to left. learn how to move the animal fromRead More...
Today we did: We reviewed the homework and continued with PhoneBookSystem. Homework: Do the second selection, which is the following: Ask for the phone number they want to find. If the phoneRead More...
Today We Did We continued with Boston Housing Price project. We found out fast.ai Neural Network prediction is not good with Boston Housing Price project. Homework Research in the Internet about theseRead More...
Today’s Activities: Continued the first project on Cat vs Dog classification Learned more on how training an AI model in a supervised way works. Homework: In your wed-mar4-catvsdog kaggle notebook, do the following: #Read More...
Today we did Started our grocery store project practiced working with dictionaries and classes Homework Finish the application loop from the grocery store system def application_loop(self): # while True LoopRead More...
Today We Did Review homework Practice problems related to the quiz Homework - Study for the Quiz 2
What We Did Today: Continued the grocery system project, creating visuals for the text-based game Homework: Make 75% of progress on your final project which means drawing two object functions or more.Read More...
Today we did: We made some progress on the final project. Homework: In your personal project, make a timer for the spawn rate of fish. Also, start working on the hitboxes soRead More...
Today we did: We started the second project. Homework: Do some research on the data.yaml file for YOLO object detection: why it's there, what it contains, and what the stuff inside means.
Today We We continued working on Cheese Chase project. Homework When reaching level 2, change the ghost speed from 2 to 4. Use the variable, "ghost speed". If you have any questions,Read More...
Today We Did We finished Grocery Shopping Cart project. Homework Create the following program You have $50 in your wallet. These are books available for you to buy 1. Harry Potter -Read More...
Your HW: Give monster a new method "receive_magic_attack" 2 parameters, magic_type and damage_amount Make it subtract from health damage_amount Create a new class that inherits from Monster This class should override theRead More...
Your HW: Design your Level 2 map Include Bounce Pads, Spikes, Enemy Pits, etc. Add animations to the dinosaur (single looping animation clip)
What we did today: We finished going over Fantastic Flowers project. We worked and finished Intro to List. Homework: Make the cat go through say the items in the entire list. GoRead More...
Today We Did We continued with Bicep Curl project We are able to display fingers We are able to calculate cosine distance and find angle between shoulder, elbow and wrist. Homework increaseRead More...
Today’s Activities: Reviewed finals projects Continued the Titanic Survival Rate Prediction Problem Homework: For everyone: Continue working on your final project. You should have a model trained already at this point, andRead More...
Today We Did: Fixed up our fireball sprite errors. Added the apple and star functionality. Homework: Add a background Add a win banner that: Appears when someone’s health is less than orRead More...
Today We We went over the quiz. We learned about functions. Homework (Upload your homework into your Google Drive HW folder a day before the class starts) Copy down code from pagesRead More...
Your HW: Make the start button on the main menu start the game properly (code in GameController) Finalize your level 1 and 2 levels Add any additional levels or features if youRead More...
Today We Did: Started our introduction to Scratch! Started our Dino Dance project, got the first dinosaur moving. Homework: 1. Add a new switch costume block and pick a different costume thanRead More...
Your HW: Study for your pygame quiz next week Study the basics such as spawning birds, animation, and how to move images in any direction across the screen (up down left right)Read More...
What We Did: Finished the Virtual Snow project. Homework: Finish and submit the practice test: https://docs.google.com/forms/d/e/1FAIpQLSdg8XLDHoPqhLFMOzHQzuae2WeFW5DIXUlglKt0IEi83iZhBg/viewform?usp=header How to submit homework: Go to your email and compose a new message. Go to the codingRead More...
Today we did: We learned about print statements, and variable data types. Homework: Make a new file called March25_VariableDataTypesHomework and do numbers 1-3 (the ones in the big font) from here: https://www.ayclogic.com/java-variables-datatypes/Read More...
Today We Did: Learned about the coordinate system. Started our Draw Shapes project. Homework: Have the cat go in a rectangle with the pen down so that it can create a rectangleRead More...
What We Did: Went over the animal crossing again, making sure everyone understands the coordinate system. Worked on the Punch the Dummy project. Homework:1. Make the sprite move up and down whenRead More...
Today we did: We reviewed the homework and finished GroceryShoppingCartV2. Homework: In your March25_RobuxShoppingCartV2.py, make sure to change this file in the same way we did for the GroceryShoppingCartV2. Make the twoRead More...
Today’s Activities: Continued the first project on Cat vs Dog classification Learned more on how training an AI model in a supervised way works. Homework: In your wed-mar4-catvsdog kaggle notebook, do the following: #Read More...
Today we did Working on making our grocery system better Homework The idea is to create a menu based on what is inside your current food dictionary. When we add food toRead More...
Today we Did Quiz DAY! I know its spring break, so if you weren't here , let your parents contact us to schedule a test day
Your HW: Install blender from blender.org No class next week, Happy Easter! (Resumes 4/10)
What We Did Today: Continued the grocery system project, creating visuals for the text-based game Homework: Make 100% of progress on your final project!. You should make sure you meet all theRead More...
Today we did: We worked on the personal project and ShootBalloon. Homework: Do the hitboxes for the player and the fish class. Do the collision functions for the player and fish soRead More...
Today we did: We started working on the Titanic Survivor Project. Homework: #Make this function return only #from the name in the dataset #the title (Mr., Miss., Master., Mrs., etc.) #The wayRead More...
Today We We went over homework. We continued to learn about functions. Homework (Upload your homework into your Google Drive HW folder a day before the class starts) Make a new fileRead More...
What we did today: Went over homework from March, 13. Finished the Animal Race project Started Ask Gobo project Homework: Add at least one or more responses to the project. (Examples: Absolutely,Read More...
Your HW: Add the arrow attack functionality (very much the same as the sword attack) Make it so after every encounter (no matter what type of attack) the enemy attacks back SubtractRead More...
What we did today: Went over Intro to List Reviewed what a list is Went over Intro to List homework Started Mary had a Little Lamb Homework: Add the broadcast code toRead More...
Today We Did We added bicep curl counting codes We added face landmarks. Homework Change is_smilling(..) function to return True when you are smiling. And False otherwise. In your program, add codesRead More...
Today’s Activities: Reviewed finals projects, debugged streamlit and dataset related issues. Finished the Titanic Survival Rate Prediction Problem! Homework: Part 1: Continue working on your final project. Your goal this week isRead More...
Today We Did: Finished our Fireball project. Introduced the practice final project. Went over how to share projects and the test format. Homework: Do this practice test: https://docs.google.com/forms/d/1tNhLbsE9wZ6YiULGhG5Huut-zQaXekyxNUzg1ObUlXY/viewform?edit_requested=true If you forgot howRead More...
What we learned today: We learned about the random methods random integer, random float, random choice Homework: Create a file called 31Mar_Magic8Ball and do the problems here https://www.ayclogic.com/intro-to-python/magic-8-ball/
Today We We went over homework. We continued to learn about functions. Homework (Upload your homework into your Google Drive HW folder a day before the class starts) Make a new fileRead More...
Today We Did: Continued work on our Dino Dance project. Homework: Add in a ballerina sprite from the list of available sprites. Inside of this ballerina you have two options: 1: MakeRead More...
Today we did: We reviewed the homework and learned about Scanner and If-Elif-Else statements. Homework: Make a new Java Class (same project) and call it March31_ScannerIfElseHomework. Inside this class, do the followingRead More...
What We Did: Finished the Virtual Snow project. Homework: Study for your final test next week: Broadcast and When I Receive How to make, control clones, and delete clones X and YRead More...
Today we did: We reviewed the homework and starting learning about OOP and classes. Homework: Come up with a class you want to make. It should be a specific type likeRead More...
Today’s Activities: Continued the first project on Cat vs Dog classification, doing deployment outside of Kaggle. Homework: Part 1 In your pycharm project, do the following: # hw: # deploy the streamlitRead More...
Today We Did: Continued work on our Draw Shapes project. We did the Rectangle, Square, and Triangle today. Homework: Have the cat go to the bottom left of the screen and createRead More...
What We Did: Finished our Punch The Dummy project. Started our Virtual Snow project. Homework: Make it so that when the snow appears when it is cloned, it starts falling down towardsRead More...
What we learned today: We learned the functions with return and functions without return value Homework: Name the file 03Mar_functions_without_ReturnHw 130 to 133 130, 131 (TRY IT YOURSELF), 132 Name the fileRead More...