AI for Youth Academy Future Scholars Research Initiative

Year 1 - Week 08

Chapter 8: Review Week - Connecting the Dots

Over the past seven weeks, you have learned a lot: from why math exists to how AI learns. This week, we pause to review everything and see how it all connects. Think of this as putting together the pieces of a puzzle - you will see the big picture emerge!

Part 1: The Power of Math

In Week 1, we asked: Where does math come from? The answer: math comes from the need to solve problems!

Math is a tool for simplifying the world. We turn complex things into numbers and shapes that we can calculate with.

Part 2: Coordinates and Distance

In Week 2, we learned about the coordinate plane - a way to describe any location with two numbers (x, y).

Why does a robot need this? To know where it is and where it needs to go.

Part 3: Vectors - The Language of AI

In Week 4, we discovered how computers understand words: word vectors!

Words become lists of numbers (vectors), and words with similar meanings end up close together in "vector space."

Part 4: Vector Operations

In Week 5, we learned how to manipulate vectors: vector addition and scalar multiplication.

This is useful for path planning.

Part 5: What Is Intelligence?

In Week 6, we asked a deep question: When does a machine behave "intelligently"?

The key insight: A task is intelligent when the gap between input and output requires understanding, pattern recognition, and decision-making.

Part 6: Gradient Descent - How AI Learns

Week 7 was the most exciting: we learned gradient descent - the core algorithm behind modern AI!

  • y_hat: What our model predicts the answer should be
  • Error (loss): How far our prediction is from the real answer
  • Gradient (slope): Which direction makes the error smaller
  • Learning rate: How big each step is

The Big Picture: How It All Connects

We started small: numbers and coordinates. Then vectors and matrices. Finally, how AI learns. Each step built on the previous one.

AI is not magic. It's just turning information into numbers, starting with a guess, measuring the error, and improving step by step.

Looking Ahead

You've completed the first phase of the AI for Youth Academy! You've learned:

  • How to describe the world with coordinates and vectors
  • How to program in Python
  • How machines "learn" from data
  • Gradient descent - the core algorithm of modern AI

Coming up next, we'll explore neural networks - many "neurons" learning together!