Ai6 Flashcards
(63 cards)
What does AI stand for?
Artificial Intelligence
True or False: AI is only used for robots.
False
What does ML stand for in AI?
Machine Learning
What is the main difference between AI and ML?
Simple example:
AI: A robot that can clean your house and chat with you.
ML: The part of that robot that learns which rooms get dirty fastest based on past cleaning data.
What does NLP stand for?
Natural Language Processing
Fill in the blank: NLP helps computers understand ________.
human language
What does API stand for?
Application Programming Interface
Which best describes an API?
“A set of rules that lets software programs communicate with each other”
True or False: LLM stands for Long Language Machine.
False
What’s is an LLM
An LLM (Large Language Model) is a type of AI trained on huge amounts of text so it can understand and generate human language.
How to remember it:
Think of an LLM like a giant reservoir filled with words. When you ask it something, it draws from that reservoir — like turning on a tap — and gives you a stream of language instead of water.
What does SDK stand for?
Software Development Kit
Fill in the blank: An SDK gives developers the ________ they need to build software.
An SDK (Software Development Kit) gives developers the tools, libraries, documentation, and code samples they need to build software for a specific platform or framework.
What does a vector database store?
Numbers that represent meaning, used for fast AI search.
What is a common use of embeddings in AI?
To compare the meaning or similarity between words, documents, or images by converting them into numerical vectors that capture semantic relationships — like plotting ideas on a map, where similar meanings are closer together.
Fill in the blank: A chatbot like ChatGPT is powered by a ______.
Large Language Model (LLM)
What is the goal of a classification problem in AI?
To sort data into categories, like spam vs not spam.
Detailed explanation:- To automatically assign input data to one of several predefined categories or classes based on patterns learned from labelled training data. For example, identifying whether an email is spam or not spam, or classifying images of animals into categories like cats, dogs, or birds.
Regression problems are used when you want to predict a ________.
number
True or False: An AI that predicts house prices is likely using regression.
True
What is the main role of training data?
To help the AI learn by showing examples.
What does RAG stand for?
Retrieval-Augmented Generation
Fill in the blank: RAG helps combine LLMs with your own ________.
data
What is the purpose of prompt engineering?
To write better inputs that guide an AI to give useful answers.
True or False: Prompt engineering only works with voice assistants.
False
What is supervised learning?
Learning from data that includes correct answers.