5 PM – AI/ML – Joel
5 PM – AI/ML – Joel
Today we did: We continued with deploying the first project. Homework: Make a new project in Kaggle called 8 AM - AI/ML - Cat vs Dog Breed Classification. Follow the same codeRead More...
Today we did: We continued with deploying the first project. Homework: Make a new project in Kaggle called 8 AM - AI/ML - Cat vs Dog Breed Classification. Follow the same codeRead More...
Today We We went over the homework. We went over how to fix Python errors. Homework (Upload your homework into your Google Drive HW folder a day before the class starts) MakeRead More...
Today we did: We started the Boston House Price Prediction project. Homework: For those of you that didn't finish your personal project, please let me know if you have any issues, andRead More...
Today We Did We started Spaceship project. We cloned Virtual Snow project and made it Spaceship. Homework Change the Asteroid costume to be like below And make the Asteroid appear less frequent.Read More...
Today We Did We deployed cat vs dog classification project into streamlit.io via github. We started pet breed classification project in Kaggle Homework Modify extract_pet_breed(filename) function we wrote in the classso whenRead More...
Your HW: Create a new Java class Jan_3_MethodsHomework.java Create a new method convertFromFahrenheitToCelcius. It has one parameter int fahrenheit. Inside the method, it will convert fahrenheit parameter into celcius by using thisRead More...
What we did today: Went over the Final exam Started the Space ship project. Homework: Make the Bomb and Fireball sprites disappear when they hit the space ship. Make the Bomb andRead More...
Today We Did We continued with YOLO human detection We learned about YOLO COCO dataset. We learned how to create box and label around human. Homework Change the code so it canRead More...
Today's Activities: Introduced the motivation of learning ML/AI Introduced various divisions of ML/AI Introduced Kaggle, an interface for running ML code Homework: Submit to your respective google drive homework folders when youRead More...
What we did: We finished up the game win, game lose, and the game credits page. Homework: Add the sound effects for player hitting the tube, the player collecting the coin, andRead More...
What We Did: Reviewed the practice test Homework: Study for the Final Test (which is next week on Tuesday, January 13) Study the resources attached below to prepare for the test MakeRead More...
Today We Did - Practice dictionaries - Practiced using for loops and if statements to search for materieals - Went over practice final don't "print" a method unless there is a returnRead More...
What we learned today: The turtle library in python Basic functions inside the turtle python library Homework: Do this exercise and name it Jan7_BasicTurtleHW https://www.ayclogic.com/event/6-pm-intro-to-python-46/
What We Did: Started the Birthday Card project. Homework: Make your Shark2 sprite a different color face to the left move in the opposite way of your Shark1 sprite How to submitRead More...
What We Did Today: Changed balloon colors, fixed collision boxes, and added collision box for the target Homework: Continue working on your final projects! But make sure to finish up the designRead More...
Today We Did We reviewed MNIST pycharm homework. We reviewed everyone project proposal We started Titanic Survival Rate project. Homework Start your personal project. Follow the example that you have done inRead More...
Today We: Learned about Half-Circles. Started the Kaleido Spiral project. Homework Draw your project proposal and have it ready by next week. You can look at the projects on this page: https://www.ayclogic.com/intro-to-python-final-project-criteria/ EmailRead More...
Today we did: We did a new project called ZooSystem to practice with inheritance and overriding. Homework: In the ZooSystem, make a new function called initialize_animals, and inside, make one of each:Read More...
What We Did We went over how to use a for loop to go through a dictionary. We used a dictionary on the grocery system. Homework Using the Robux System , insteadRead More...
Today We Did reviewed the practice exercises Homework do the stuff on this link https://www.ayclogic.com/intro-to-python-exercises/
What We Did Today: Went over the Balancing Bacteria optimal solution over greedy search Homework: Code up the second optimal solution using difference arrays for Balancing Bacteria, and submit your answer toRead More...
What We Did Today: Went over debugging concept. Went over more debugging examples. Homework (Upload your homework into your Google Drive HW folder at latest a day before the class starts) MakeRead More...
Today we did: We continued with the Boston Housing Prediction. Homework: #Homework #Create a new model: #XGBRegressor #make a variable called reg and set it to XGBRegressor() #Train it in the sameRead More...
Today We Did We reviewed function and its purpose Homework Memorize how to create a function. Example def greeting(name) def name of the function - "greeting" function parameter - "name" Create aRead More...
Your HW: Create a new class "Student" Attributes (All private) First name Last name Age GradeLevel getInfo method to display the attributes Getters and setters
What we did: Went over homework Continued the Space Ship project Homework: Make the space ship able to move left, right, up, and down. (Hint: You will need to use a foreverRead More...
Today We Did We continued with Pet Breed Prediction kaggle project. Homework In your pet_breed_prediction kaggle project Run the code that would force the fastai library to be version = 2.7.19. ThisRead More...
Today We We continued to work on the Spaceship project. We made out Spaceship shoot fireballs. Homework Implement a feature that destroys the asteroids using the fireball. Implement a feature that causesRead More...
What we learned Continued the monster inheritance project Creating the new methods in the monsterinheritance project
Today We Did We continued with human_detection.py We utilized python dictionary and custom class to store mapping between COCO index number and its name and color. We utilized the confidence level toRead More...
Today's Activities: Worked on the first project: dog and cat classification Got introduced to various libraries for the training stack Learnt about the technicalities of images Homework: Submit to your respective googleRead More...
What We Did: Added the functionality of touching the food for the shopping cart project. Homework: Make it so that when the cat says the 3 types of food at the beginning,Read More...
What We Did We started the shoot balloon game We went over the project proposal Homework Blit the balloon onto the screen and commit and push it to gitlab This Project isRead More...
What We Did: Completed the final test! If you have any questions or are doing anything interesting with Scratch feel free to email me at jsaroufim@ayclogic.com
What we learned: Learn how to use variables and the different data types in python Learn how to use print and f string Homework: Create 14Jan_StringHomework.py Create 14Jan_StringHomework2.py page 25. TRY ITRead More...
Today We We started working on the Animal Race Project. Homework Follow the instructions from page 52-53 of your pink Scratch book. Make sure to add the sprites the instructions tell youRead More...
What We Did: Finished the Birthday Card project. Started the Punch the Dummy project Homework: Save a copy of your Birthday Card project. When you first start the game, Change your ButtonRead More...
What We Did Today: Added collision handling for the target and balloons. Also added visual effects for explosions. Homework: Continue working on your final projects! You have 2 weeks left for theRead More...
Today We Did We reviewed each individual computer vision custom project. We reinstalled fastai to version 2.8.4. provided fastai 2.8.4 requirements.txt for Pycharm project. Went over a little bit about Titanic SurvivalRead More...
Today We: Discussed project proposals. Finished the Kaleido Spiral project. Homework Start coding your project proposals. You have 4 weeks left to do it. I will check your progress next class. EmailRead More...
Today we did: We started GameSystem. Homework: #Add two new attributes to both the character, warrior, and any other #child classes of character. #It will be 'health' and 'damage' and they areRead More...
Today We Did how to build classes how to use those class templates to build objects Homework Copy/Read Pages 158-161 Create a class based on your favorite animal it shouldRead More...
NEXT WEEK IS QUIZ 2, STUDY FOR IT!! What We Did Today: Reviewed for the quiz next week! Homework: Study for next weeks quiz. Notes: If you have any questions, email meRead More...
Today we did: We finished the proposal and continued with ShootBalloon. Homework: Make sure to finish updating the target group in the game loop, and reposition the target x and y inRead More...
Your HW: None We will go over how to move the spawned circle to a different location next class but you could try to figure it out on your own if youRead More...
What We Did Today: Went over the Balancing Bacteria optimal solution 2 implementation using difference arrays Homework: Code up the optimal solution using sorting + binary search on the difference values MaximizingRead More...
What we did today: Reviewed the Scratch clone limit. Added collision to the fireball. Added the bomb. Homework: Make the bomb disappear when it reaches the top. Make the asteroid disappear whenRead More...
Today we did: We finished the Kaggle notebook for the Boston House Price and starting setting up the deployment. Homework: #Homework: # Create a dataframe using pd.DataFrame #You can look at theRead More...
Today We Did We changed our kaggle project to use fastai==2.8.4. We deployed our pet_breed_prediction to streamlit in pycharm. We deployed to streamlit.io We started Single Digit prediction project Homework No homework
Today we did: We continued making the label function for the second project. Homework: In the same way you did the first project, make the dls from dataloaders in the same way.Read More...
Today We Did We learned more about function We created triangle_area function We created circle_are function Homework Create jan_17_many_function_2_hw.py. All of below homeworks are similar to what we did in the classRead More...
Your HW: Make it so that when the user enters "quit" the GrocerySystem exits Try to make it so that when the user enters a number, it prints out the corresponding item'sRead More...
What we did today: Went over homework. Continued the Space Ship project by adding the fireball Made the Fireball disappear and the Astroid disappear when they collided. Homework: Make the Fireball variableRead More...
Today We We continued to work on the Spaceship project. Homework When you collect the fireball powerups, it should increase the fireball variable by 1. When you collect the bomb powerups, itRead More...
Today We Learned We learned about variables and data types. Homework Create a new python file jan_19_string_hw.py Copy codes from text book from page 20 to 23.
Today’s Activities: Continued on the first project: dog and cat classification Learnt about the labelling function, and commenced training with a GPU for classification Homework: Run training again like we did inRead More...
What We Did: Finished our Shopping Cart project. Homework: Add in a duck sprite Add in a variable named age Set age equal to a number of your choosing Make the duckRead More...
What We Did We made the balloon fly up, added the hitbox and created the bad balloons. Homework This Project is Due February 24. Create a project proposal just like shown inRead More...
Gamas substitute Today We Did We went over String homeworks. We started IF ELSE statement. Homework Create a new jan_21_if_else_hw.py python file Copy codes from Pages 78-81 from the textbook. Upload theRead More...
What We Did: Started the Punch the Dummy project Homework: Finish last week's homework if it isn't done: https://www.ayclogic.com/event/5-pm-scratch-1-yitong-24/ Make a Happy costume and an Angry costume for your Head sprite. MakeRead More...
Today We We started continued on the Animal Race Project. We sorted out technical difficulties. Homework No Homework. The next time you enter the Zoom meeting make sure you: Log into yourRead More...
What We Did Today: Added score and bad balloons and text visualization Homework: Continue working on your final projects! You have 1 week left for the final project! Collaborate with your partnerRead More...
Today We: Reviewed final projects. Started the Grocery System project. Homework Keep working on your final project. You have 3 weeks left to do it. I will check your progress next class. Alex FengRead More...
Today we did: We worked on GameSystem and finished it. Homework: Cinema Ticket Booking System: You need to create 3 Python classes in three separate files: a. cinema.py – Cinema class b.Read More...
Today We did reviewed classes class methods class attributes Homework Some more Class based homework Page 162 - TRY IT YOURSELF Page 163 to Page 166 - Copy
Today We Did reviewed the quiz 1 CHALLENGE Question (not required, but might be fun) password= You are an adventurer trying to guess a code to a safe. The safeRead More...
What we learned: Went over the monster inheritance project Continued and Finished the monster inheritance project
What We Did Today: Had our second quiz Homework: None! Notes: If you have any questions, email me at ddjapri@ayclogic.com Class notes can be found here: here
What We Did Today: Went over implementation of the Maximizing Productivity problem involving binary search. Homework: Work on this problem: https://usaco.org/index.php?page=viewproblem2&cpid=1443 and submit your answer to the webpage and google drive when youRead More...
Your HW: Install the assets for the platformer project: https://drive.google.com/drive/folders/1prH-MKi38KmWGltRS4T74mYd-Ndti9Vz?usp=sharing
Today We Did We continued with single digit prediction project. We exported the pkl file into pycharm Homework Modified single_digit_prediction.py file so it can have the streamlit page where you can uploadRead More...
Today We Did We reviewed last week variables and data types. We learned about String features: .title(), .lower(), .upper() and the f format. Homework Memorize all 4 data types and its meaningRead More...
Today We Learned We continued to learn about functions And how we can reduce code duplication with functions. Homework Create jan_24_draw_face_hw.py Create a face function that can draw like this. function nameRead More...
What we did today: Went over homework. Continued working on the Space Ship project. Homework: Implement the timer feature. Have the timer count up until you get hit by an asteroid, thenRead More...
Your HW: Practice the OOP program style Convert the "Tell me your age" project into an OOP class (This is the project that asks the user for age and then prints theRead More...
What we learned today: We setup the project for android studio temperature converter app
Today’s Activities: Learnt a bit about tensors, pre-trained models, model sizes Exported our trained AI model to a .pkl file for use outside of kaggle Ran a quick streamlit app to visualizeRead More...
What We Did: Completed our How Old Are You project. Homework: Add in a monkey sprite Draw a palmtree sprite Add in a dinosaur sprite Draw or make a banana sprite IfRead More...
What We Did We went over the project proposal We created the target and added it to main. Homework In shoot balloon, do the collision detection for the mouse and the balloon,Read More...
Your HW: Adjust your level so that you are able to make all of the jumps
What we learned: The not Operator Using the int function to convert a str to integer Getting input from shell Homework: Name the file 28Jan_InputHW Page 114 to 116: 5th week PageRead More...
What We Did: Continued the Punch the Dummy project. Finished the Eyeball and Head sprite. Started working on the Pow sprite. Homework: Finish the last 2 weeks’ homework: https://www.ayclogic.com/event/5-pm-scratch-1-yitong-24/ How to submitRead More...
Today We We started continued on the Animal Race Project. Homework When the bat touches the finish line, the bat banner sprite should appear. Look at your dog sprite & dog bannerRead More...
Today We: Reviewed final projects. Finished the Grocery System project. Started the Robux Balance project. Homework Keep working on your final project. You have 2 weeks left to do it. I will check yourRead More...
What we learned: Creating a simple robot with only simple shapes (rectangle)
What We Did Today: Added the bug class Homework: Ethan and Rex commit and push the final version of your project by the next 3 days! For everyone else (ethan and rexRead More...
Things to review: We use a for loop to display all items in the dictionary, and we loop through the values because that is what contains the object, which can access theRead More...
Today We did how to we use dictionaries and classes together how classes can reduce code how to use import to use multiple files Homework: Page 167 - TRY IT YOURSELF
Today we Did functions How to use functions with paramaters how to set up functions how to use functions Homework Copy codes from page 130 to 133. https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ number 4Read More...
Today we did: We continued working on ShootBalloon. Homework: #Homework #Make a new class called bug.py #Make the class as usual #Spawn either on the left and make it travel toRead More...
What We Did Today: Learnt the basics of python turtle. Homework: Create two new files: Jan30_PythonShapesHW1.py and Jan30_PythonShapesHW2.py Draw the shapes below, where in HW1.py you use the .goto() function, and in HW2.py you useRead More...
What We Did Today: Went over implementation of the Rounding Roundabout problem involving dynamic programming. Homework: Work on the code implementation for this problem: https://usaco.org/index.php?page=viewproblem2&cpid=1443 and submit your answer to the webpage and googleRead More...
Your HW: Design your Level1 stage (jumps/terrain) Decorate the decor layer as well
Homework: For Russell, make sure to fine tune your model with 10 epochs. If the show results still gets a lot of it wrong (mostly red predictions), train it for 20 epochsRead More...
What we did today: Went over homework. Added the timer, the game over screen, and the bomb and fireball variables increasing when the spaceship touches a bomb or fireball power up. Homework:Read More...
Today we did: We finished the notebook for cat-vs-dog breed classification. Homework: Create a new github repository, and clone it into Pycharm. Add the pkl file that you downloaded into it,Read More...
Today We Did We deployed single_digit_prediction model to streamlit.io using Python 3.12. We started learning about Pandas library. Homework Youtube.csv Use this csv file - https://drive.google.com/file/d/1kP6A9y0UBssOg3Exunv9Mnmilb0657Sh/view?usp=drive_link Load the data Show only theRead More...
What we did today: Went over homework. Finished up the Space Ship project. Started the Cheese Chase project. Homework: Do pages 55 and 56 from your yellow scratch book.
Your HW: Add the "Add teacher" option Add a teacher list Ask the user for the various attributes Create the teacher instance and add it to the list