1.1 Git
Git is a distributed version control system that is widely used in software development to manage changes to source code and collaborate with other developers.
1.2 Python
Python is an easy to learn, powerful programming language.
1.3 BlueROV2 Platform
UUVs
1.4 Linear Algebra
Linear algebra is a branch of mathematics that deals with vectors and matrices.
1.5 Calculus
Calculus is a branch of mathematics that deals with the study of rates of change.
1.6 Underwater Physics
Buoyancy
1.7 Machine Learning
Computers don't see the world the way we do, they have to learn from examples. In this session, we will explore how image classification teaches computers to recognize what is in a picture, then train your own model to identify handwritten digits using Python.
1.8 Object Detection
To make robots see, we need to create a way for them to interpret the world. One solution is object detection: drawing boxes around objects we want a computer to identify in an image.