IBM: Introduction to Artificial Intelligence

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/40

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:59 PM on 5/19/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

41 Terms

1
New cards

Artificial intelligence (AI)

refers to the ability of a machine to learn patterns and make predictions; a field that combines computer science and robust datasets to enable problem-solving.

2
New cards

Augmented vs Artificial Intelligence

Augmented intelligence has a modest goal of helping humans with tasks that are not practical to do. In contrast, artificial intelligence has a lofty goal of mimicking human thinking and processes

3
New cards

Analysis

AI services can take in (or “ingest”) enormous amounts of data. They can apply mathematical calculations to analyze data, sorting and organizing it in ways that would have been considered impossible only a few years ago.

4
New cards

Predictions

AI services can use their data analysis to make predictions. They can, in effect, say, “Based on this information, a certain thing will probably happen.”

5
New cards

Narrow AI

is designed to perform specific tasks rather than general intelligence. Unlike human cognitive abilities,

6
New cards

Broad AI

refers to artificial intelligence that possesses general cognitive capabilities, enabling it to understand, learn, and perform any intellectual task that a human can do.

7
New cards

General AI

machines that can perform any intellectual task that a human can.

8
New cards

artificial superintelligence (ASI)

is a form of artificial intelligence that surpasses human intelligence across all fields, enabling it to outperform humans in virtually every cognitive task.

9
New cards

tabulation

“slicing and dicing” data to give it a structure, so that people can uncover patterns of useful information

10
New cards

Era of Tabulation

a time when machines helped humans sort data into structures to reveal its secrets

11
New cards

Era of Programming

a period characterized by the development of software that enabled automated data processing and problem-solving, laying the foundation for modern computing and AI.

12
New cards

Turing Machines

machines capable of simulating any algorithmic process, fundamental to understanding computation and algorithms in computer science.

13
New cards

Dartmouth Conference

A pivotal event in 1956 where researchers gathered to discuss the potential of artificial intelligence, marking the birth of AI as a recognized field.

14
New cards

1st AI Winter

caused by high expectations from end users and reduced funding.This period, occurring in the 1970s, saw a decline in AI research due to unmet promises and disillusionment among researchers and investors.

15
New cards

2nd AI Winter

caused by unmet expectations and computing power.This period in the late 1980s to early 1990s saw a decline in AI research funding and interest due to the inability of AI systems to deliver on promises.

16
New cards

Deep Blue

was a computer chess-playing system developed by IBM that became famous for defeating world champion Garry Kasparov in 1997, demonstrating significant advancements in AI and computational power.

17
New cards

Watson

is an IBM AI system known for its natural language processing capabilities. It gained fame by winning the quiz show Jeopardy! against human champions in 2011, showcasing the potential of AI in understanding and processing human language.

18
New cards

AlphaGo

is an AI program developed by DeepMind that plays the board game Go. It became widely known for defeating world champion Lee Sedol in 2016, illustrating the advanced capabilities of machine learning and neural networks in complex game scenarios.

19
New cards

Project Debater

the first AI system capable of engaging with humans on complex topics in a live debate.

20
New cards

Data

raw information that might be facts, statistics, opinions, or any kind of content that is recorded in some format.

21
New cards

Structured Data

typically categorized as quantitative data and is highly organized; information that can be organized in rows and columns

22
New cards

Unstructured/Dark Data

typically categorized as qualitative data. It cannot be processed and analyzed by conventional data tools and methods; lacks any built-in organization, or structure. Makes up 80% of the world’s data today

23
New cards

Semi-structured data

is the “bridge” between structured and unstructured data. It doesn't have a predefined data model. It combines features of both structured data and unstructured data

24
New cards

Meta data

used by semi-structured data to identify specific data characteristics and scale data into records and preset fields

25
New cards

Advantages of Machine Learning Process

  • It doesn’t need a database of all the possible routes from one place to another. It just needs to know where places are on the map.

  • It can respond to traffic problems quickly because it doesn’t need to store alternative routes for every possible traffic situation. It notes where slowdowns are and finds a way around them through trial and error.

  • It can work very quickly. While trying single turns one at a time, it can work through millions of tiny calculations.

  • It can also predict and learn

26
New cards

Deterministic/Classical Learning System

Must include an enormous, predetermined structure of routes—a gigantic database of possibilities from which the machine can make its choice; the essence of a computer program

27
New cards

Probabilistic/ Machine Learning System

A system that learns from data patterns and experiences instead of relying on a fixed set of rules or pre-defined outputs, allowing it to make decisions based on probabilities. It continuously updates its models to improve accuracy and performance over time.

28
New cards

Supervised Learning

providing AI with enough examples to make accurate predictions. Requires telling the model:

  1. What the key characteristics of a thing are, also called features

  2. What the thing actually is

29
New cards

Labeled Data

providing AI with enough examples to make accurate predictions; required by all supervised learning algorithms

30
New cards

Classification Problem

A type of supervised learning task where the goal is to predict the categorical label of input data based on training examples.

31
New cards

Unsupervised Learning

A type of machine learning where the model is trained on unlabeled data, discovering patterns and structures without predefined categories.

32
New cards

Reinforcement Learning

A type of machine learning where an agent learns to make decisions by receiving rewards or penalties based on its actions within an environment.

33
New cards

Environment

The setting in which an agent operates in reinforcement learning; it includes the state space, action space, and reward structure that influence the agent's learning and decisions.

34
New cards

Agent

refers to the entity that takes actions within an environment to achieve a goal, learning from the consequences of its actions in order to maximize cumulative rewards.

35
New cards

State

A situation returned by the environment after each action taken by the agent

36
New cards

Action

the moves taken by the agent within the environment

37
New cards

corpus

a collection of written or spoken material used for linguistic analysis or training machine learning models.

38
New cards

reward

the positive numerical feedback received when the comparison of the prediction to a agent’s corpus is positive

39
New cards

penalty

the negative numerical feedback received when the comparison of the prediction to a agent’s corpus is negative

40
New cards

Instrumented Planet

a framework or system for gathering data from various sources on a planetary scale, often used in AI modeling and analysis.

41
New cards

AI Everywhere

the idea of how AI in the future will move into all industries