AI BASICS
TECH GIANTS
HOW COMPUTERS THINK
AI IN GAMES
WHAT AM I? (AI Tools)
100

This is the big idea about making computers think and solve problems like humans.

Artificial Intelligence (AI)

100

his company made the iPhone and has a voice assistant named Siri.

Apple

100

This is what computers use to process numbers, words, or images, turning them into something the AI can understand.

data

100

In a game, this is what the AI character that you play against is often called.

NPC

100

I am an online notebook where you can write and run Python code for AI projects, especially helpful for training models.

Google Colab

200

This programming language is very popular for building AI projects.

Python

200

This company is famous for its search engine and also makes the Android operating system.

Google

200

his is a part of AI that's inspired by the human brain, with many connected "neurons" learning from data.

Neural Network

200

When a game AI gets better over time by playing many rounds and learning from its wins and losses, it's using this type of learning.

Reinforcement Learning

200

I am a web-based tool from Google that lets you quickly train simple AI models (like recognizing hand gestures) without writing code.

Google Teachable Machine

300

AI systems often learn by trying things and getting feedback, like earning points in a game. This type of learning is called this.  

Reinforcement Learning

300

This company developed the Windows operating system and the Xbox gaming console.

Microsoft

300

When a Neural Network has many, many layers, it's called this specific type of learning.

Deep Learning

300

If a game AI gives you helpful tips or makes the game easier when you're struggling, it's adapting the gameplay to your style. This is a form of this.

personalization or adaptive difficulty?

300

I am a big online hub where you can find and share many pre-trained AI models, especially Large Language Models, and tools to work with them.

Hugging Face

400

This type of AI is super good at creating new things, like stories, poems, or even smart replies.

Generative AI

400

This social media company changed its name to Meta and is focusing on something called the Metaverse.

Facebook

400

To make an AI model super good at a specific task, like talking about health, you would "train" it more on that specific kind of information. This process is called this.

fine-tuning

400

This popular Python library is often used to create simple 2D games, like the dodge ball game I talked about.

Pygame

400

I am a powerful AI model that can understand and generate human-like text, often used for chatbots and writing tasks. Google has a family of me called Gemini.

Large Language Model (LLM)

500

This is the name for AI systems that can plan steps and act on their own to achieve a complex goal.

Agentic AI

500

This company is known for its powerful graphics cards and is now a big player in AI, making chips that train AI models.

NVIDIA

500

This powerful AI architecture is used in Large Language Models to help them understand and generate human-like text by figuring out relationships between words.

What is the Transformer architecture

500

In a Reinforcement Learning game, the "points" or "feedback" the AI gets for its actions are called this.

reward

500

I am a Python framework used to build web applications, allowing your AI "brain" (like your chatbot) to communicate with a website.

Flask