Ai5 Flashcards
(72 cards)
What does AI stand for?
Artificial Intelligence
True or False: AI is only used for robots.
False
AI is used in many areas like email filtering, voice assistants, and fraud detection.
What does ML stand for in AI?
Machine Learning
What is the main difference between AI and ML?
ML is a subset of AI that focuses on learning from 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?
C) A way for software to talk to other software
True or False: LLM stands for Long Language Machine.
False
LLM means Large Language Model.
What does SDK stand for?
Software Development Kit
Fill in the blank: An SDK gives developers the ________ they need to build software.
tools
Which of the following is an example of NLP?
B) Autocorrect
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 meaning between words, documents, or images.
Match the acronym: ML →
ML → Machine Learning
Match the acronym: API →
API → Application Programming Interface
Match the acronym: SDK →
SDK → Software Development Kit
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.
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
Which of these is NOT an acronym?
C) Neural Network
What is the main role of training data?
To help the AI learn by showing examples.
What does RAG stand for?
Retrieval-Augmented Generation