AI Part 4 Flashcards
What does AI stand for?
Artificial Intelligence
True or False: AI can only perform tasks that it has been explicitly programmed to do.
False
Fill in the blank: Machine learning is a subset of _____ that enables systems to learn from data.
AI
What is the primary goal of AI?
To create systems that can perform tasks that typically require human intelligence.
Multiple Choice: Which of the following is NOT a type of AI? A) Narrow AI B) General AI C) Super AI D) Basic AI
D) Basic AI
What is machine learning?
A method of data analysis that automates analytical model building.
True or False: Deep learning is a subset of machine learning.
True
What is a neural network?
A series of algorithms that attempt to recognize underlying relationships in a set of data.
Fill in the blank: _____ learning involves learning from labeled data.
Supervised
Multiple Choice: Which algorithm is commonly used in supervised learning? A) K-means B) Decision Trees C) Reinforcement Learning D) Genetic Algorithms
B) Decision Trees
What is the difference between supervised and unsupervised learning?
Supervised learning uses labeled data, while unsupervised learning does not.
True or False: Reinforcement learning is based on the concept of rewards and penalties.
True
What is natural language processing (NLP)?
A field of AI that focuses on the interaction between computers and humans through natural language.
Fill in the blank: _____ is the process of converting unstructured data into structured data.
Data mining
Multiple Choice: Which of the following is a common application of AI? A) Image recognition B) Weather forecasting C) Customer service chatbots D) All of the above
D) All of the above
What is an algorithm?
A set of rules or instructions given to an AI program to help it learn on its own.
True or False: AI can improve its performance over time without human intervention.
True
Fill in the blank: The Turing Test measures a machine’s ability to exhibit _____ behavior.
intelligent
What does the term ‘big data’ refer to?
Large and complex data sets that traditional data processing software cannot handle.
Multiple Choice: Which of these is a common programming language for AI development? A) Python B) HTML C) JavaScript D) SQL
A) Python
What is computer vision?
A field of AI that enables computers to interpret and make decisions based on visual data.
True or False: AI can only operate in environments that have been previously defined and programmed.
False
What is the purpose of a training dataset?
To teach the AI model how to make predictions or decisions.
Fill in the blank: _____ networks are designed to simulate the way the human brain operates.
Neural