Overview of Artificial Intelligence – Key Vocabulary

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/50

flashcard set

Earn XP

Description and Tags

A comprehensive set of vocabulary flashcards covering fundamental terms, technologies, historical milestones, AI types, processes, applications and programming languages discussed in the lecture notes. These cards aim to reinforce key concepts and facilitate efficient exam review.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

51 Terms

1
New cards

Artificial Intelligence (AI)

A branch of computer science devoted to creating machines that can perform tasks requiring human-like intelligence such as reasoning, learning and decision-making.

2
New cards

Data Science

The scientific study of methods, processes and systems that extract knowledge or insights from data for societal benefit.

3
New cards

John McCarthy

Computer scientist known as the ‘father of AI’; defined AI as the science and engineering of making intelligent machines.

4
New cards

Turing Test

Alan Turing’s 1950 proposal for evaluating whether a machine exhibits human-level intelligence through conversational indistinguishability.

5
New cards

Machine Learning (ML)

A subset of AI that enables systems to learn automatically from data and improve from experience without explicit programming.

6
New cards

Deep Learning (DL)

A type of machine learning that uses multi-layered neural networks to learn representations directly from large datasets.

7
New cards

Artificial Neural Network (ANN)

Computing architecture inspired by the human brain, consisting of interconnected nodes (neurons) that process information.

8
New cards

Expert System

AI program that emulates the decision-making ability of a human expert using a knowledge base and inference engine.

9
New cards

Fuzzy Logic

Logic system that handles reasoning with degrees of truth rather than the binary true/false of Boolean logic.

10
New cards

Natural Language Processing (NLP)

AI field focused on enabling computers to understand, interpret and generate human language.

11
New cards

Reactive Machine

The most basic type of AI that responds to current inputs without memory of past events (e.g., IBM’s Deep Blue chess program).

12
New cards

Limited-Memory AI

Systems that can use a small amount of past data for decision-making, such as self-driving cars and chatbots.

13
New cards

Theory-of-Mind AI

Hypothetical AI capable of understanding human emotions, intentions and social interactions.

14
New cards

Self-Aware AI

Advanced, speculative AI that would possess consciousness and awareness of its own state.

15
New cards

Artificial Narrow Intelligence (ANI)

‘Weak AI’; systems designed to perform a single task exceedingly well, e.g., speech recognition.

16
New cards

Artificial General Intelligence (AGI)

‘Strong AI’; a machine with human-level cognitive ability across diverse tasks and domains.

17
New cards

Artificial Super Intelligence (ASI)

Theoretical AI surpassing human intelligence in every field, possessing superior memory, analysis and decision-making.

18
New cards

Reasoning Process

AI cognitive skill of selecting algorithms to make judgments, decisions and predictions (includes inductive and deductive reasoning).

19
New cards

Learning Process

Acquisition of data and formation of rules (algorithms) that allow an AI system to improve performance over time.

20
New cards

Problem-Solving Process

AI method of moving from a current situation to a desired goal by choosing among alternative actions.

21
New cards

Perception Process

AI capability to collect, interpret and analyze sensor information to understand the environment.

22
New cards

Self-Correction Process

Continuous refinement of AI algorithms to enhance accuracy based on feedback.

23
New cards

Supervised Learning

ML paradigm where models are trained on labeled datasets to predict outcomes.

24
New cards

Unsupervised Learning

ML approach that finds hidden patterns or groupings in unlabeled data.

25
New cards

Reinforcement Learning

ML technique where an agent learns optimal actions through rewards and punishments from interactions with an environment.

26
New cards

Robotics

Engineering and science field that designs, builds and operates robots, often incorporating AI for autonomy.

27
New cards

Cobot (Collaborative Robot)

Smaller, multitasking industrial robot designed to work safely alongside humans.

28
New cards

Computer Vision

AI discipline that enables machines to interpret and act upon visual information from the world.

29
New cards

Image Recognition

Computer vision task of identifying and labeling objects or features in digital images.

30
New cards

Chatbot

AI program that simulates human conversation, often used in customer service and virtual assistance.

31
New cards

AI as a Service (AIaaS)

Cloud-based provision of AI tools and platforms allowing organizations to experiment with AI without large upfront investment.

32
New cards

Autonomous Vehicle

Self-driving car that uses AI, sensors and computer vision to navigate and operate without human input.

33
New cards

Precision Agriculture

AI-enabled farming practice that analyzes data (soil, weather, crop health) to optimize inputs and maximize yield.

34
New cards

Data Security in AI

Use of AI/ML techniques to detect, prevent and respond to cyber-threats and malware.

35
New cards

Vision System

AI setup combining cameras and algorithms to capture, process and interpret visual data for tasks such as inspection or surveillance.

36
New cards

Speech Recognition

AI technology that converts spoken language into machine-readable text.

37
New cards

Handwriting Recognition

AI ability to interpret and digitize text written by hand on paper or touchscreens.

38
New cards

Python (in AI)

Popular high-level programming language favored for AI due to simplicity and extensive libraries like TensorFlow and PyTorch.

39
New cards

Java (in AI)

Object-oriented language offering portability, security and libraries such as Deeplearning4j for AI development.

40
New cards

C++ (in AI)

High-performance language valued for fast execution in time-critical AI applications like game engines and search systems.

41
New cards

Deep Blue

IBM chess-playing computer that defeated world champion Garry Kasparov in 1997, exemplifying reactive AI.

42
New cards

AlphaGo

Google DeepMind system that defeated Go champion Lee Sedol, showcasing deep learning and reinforcement learning.

43
New cards

IBM Watson

AI platform capable of natural-language understanding; famously beat humans on the quiz show Jeopardy!.

44
New cards

Alexa

Amazon’s cloud-based voice assistant integrated into Echo devices, utilizing speech recognition and NLP.

45
New cards

Siri

Apple’s virtual assistant that performs tasks and answers questions through voice interaction on iOS devices.

46
New cards

Echo

Amazon smart speaker hardware that hosts the Alexa voice assistant.

47
New cards

Netflix Recommendation System

AI-driven algorithm that suggests films and shows to users based on viewing history and preferences.

48
New cards

Kiva Robot

Warehouse robot used by Amazon to move inventory shelves, improving fulfillment speed.

49
New cards

Cobol & Lisp (historical AI languages)

Early programming languages developed in the 1950s–60s and employed in early AI research.

50
New cards

Advantages of AI

Include higher accuracy, speed, reliability, risk handling and resource optimization through automated decision-making.

51
New cards

Disadvantages of AI

High cost, limited creativity, lack of emotions, dependency and potential ethical risks.