This is the big idea about making computers think and solve problems like humans.
Artificial Intelligence (AI)
his company made the iPhone and has a voice assistant named Siri.
Apple
This is what computers use to process numbers, words, or images, turning them into something the AI can understand.
data
In a game, this is what the AI character that you play against is often called.
NPC
I am an online notebook where you can write and run Python code for AI projects, especially helpful for training models.
Google Colab
This programming language is very popular for building AI projects.
Python
This company is famous for its search engine and also makes the Android operating system.
his is a part of AI that's inspired by the human brain, with many connected "neurons" learning from data.
Neural Network
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
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
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
This company developed the Windows operating system and the Xbox gaming console.
Microsoft
When a Neural Network has many, many layers, it's called this specific type of learning.
Deep Learning
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?
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
This type of AI is super good at creating new things, like stories, poems, or even smart replies.
Generative AI
This social media company changed its name to Meta and is focusing on something called the Metaverse.
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
This popular Python library is often used to create simple 2D games, like the dodge ball game I talked about.
Pygame
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)
This is the name for AI systems that can plan steps and act on their own to achieve a complex goal.
Agentic AI
This company is known for its powerful graphics cards and is now a big player in AI, making chips that train AI models.
NVIDIA
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
In a Reinforcement Learning game, the "points" or "feedback" the AI gets for its actions are called this.
reward
I am a Python framework used to build web applications, allowing your AI "brain" (like your chatbot) to communicate with a website.
Flask