My First Robotics Courses
- Amethyst Aurora
- Mar 14, 2020
- 1 min read
Updated: Mar 19, 2020
In 2019, I finally started learning about the courses I was most interested in taking: Robotics and AI. I bought my first robot, and taught her to move away from a light, a behavior known as 'anti-moth.' I also taught her to avoid objects. She was a great little bird-student. I made a video.
I also took one course in AI, where I used Python to make modifications to a checkers game, a course in Machine Learning, where I used R to create a model that would predict future sunspots, and an advanced software development class, where I used C++ to create a dice game. Oh and no biggie, but I got As in all those subjects.
int grades = new FileInputStream("grades.txt");
for (int i = 0; int i < grades.length; i++) {
int gradeList [] = new int [i];
if (gradeList[i] >= 90) {
System.out.println("A");
}
else {
System.out.println("Not good enough.");
}
}Finally my associate's degree, my independent study, beginner and advanced coding courses were all complete. I also finished the JavaScript program on Khan Academy. For my final project, I created an ant simulation. See it below.
Also, my favorite projects that I worked on in the Khan Academy environment.



Comments