This is our new project that we will start that includes battling robots.
These are the requirements for our sumo bots.
In class today we coded and setup an servos to power the wheels for our rolling robots.
Today in class we were tested with the task of powering on our Arduino with four battery packs that we stripped and tied two of the wires together specifically the red and black wires .We did this so that our Arduino and servos can be successfully turned on without the computer power.
On this day we used the website tinker cad where you can code a simulation of what would happen when we do code our servos. In this we were also challenged with the task of powering two servos with two battery packs as well.
Today in class we've coded our Arduinos to move forward back left and right.
Today in class we made a sturdy base and a cool battle bot deign for our prototype.
Today in class we coded our Arduinos to go through a course with left and right turns.
Today in class we set up a bluetooth module to our arduino
Today in class we used our servo code and our bluetooth code combined them and now our robots can move by our phones
In class we went onto onshape and we created new wheels for a hobby motor
In class we created a new and robot base build this new robot base will be moving with a hobby motor so we can finally choose between hobby motor or servo
The overall goal of this model is to recognize all of the students in the images that are from my google drive at a high accuracy.I think that the data used to train the model were the actual images of the different students from my google drive and since the model is training itself using these images it was able to easily recognize any one of them at 99%.The actual model is predicting the students at a high accuracy because of the prediction & probability and training code I inputted so the model can do so. Overall the unit we worked on covered python and in learning it with the help of Ms.White & Pascal we were eventually able to create our own student recognition model.Some fundamentals we learned along the way were for example data structures which is in python you have to store certain things and that's where data structures come in which allow you to store data in your code.We also learned about loops where in python when you want your outcome to repeat any amount of times even forever.There were also fundamentals like functions which are a block of code you can use when defining something that you can also call back at any part of your code.An image from the perspective of a computer would just be numbers ranging from 0 -255 meaning white or black.Machine learning to me is any type of AI where it's constantly learning and understanding. And to explain the image provided, it shows that my model was accurate in predicting the student images.