Ai, Machine Learning and Models

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

1/48

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:49 AM on 7/22/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

49 Terms

1
New cards

What was Symbolic AI (1950s–1980s)?

A rules-based approach where researchers programmed computers with step-by-step instructions and logical rules to perform tasks.

2
New cards

What is Machine Learning (ML)?

A subfield of AI focused on algorithms that allow computers to learn and improve at tasks automatically through data and experience rather than explicit instructions.

3
New cards

What is a Machine Learning Model?

A function that takes an input, processes it, and produces an output—with the ability to learn and adjust how it processes inputs.

4
New cards

What is Tom Mitchell’s famous definition of Machine Learning?

A computer program learns from Experience (E) regarding Task (T) and Performance (P) if its performance at T (measured by P) improves with E. Simplified: Performs a task -> gets objective feedback -> uses feedback to get better

5
New cards

In Machine Learning, what are Features?

The input data/attributes given to a model to help it perform a task (e.g., length, width, or type of bread)

6
New cards

In Machine Learning, what are Parameters?

Adjustable internal numbers (like weights) that the model modifies during training to change how it processes inputs into outputs.

7
New cards

What is a Label in Machine Learning?

The correct answer or ground truth for a given set of inputs used as feedback during training

8
New cards

What is the role of a Performance Measure (Loss Function)?

Quantifies how well or accurately the model's output matches the target label.

9
New cards

What is the role of an Optimizer?

A tool/algorithm that uses the performance measure to update and fine-tune the model's parameters

10
New cards

What is a Neural Network?

A powerful category of ML models built from interconnected units called neurons organized in layers.

11
New cards

What are Weights?

The specific name for parameters within a neural network

12
New cards

How do layers in a neural network interact?

Each layer takes the outputs of the previous layer as its input and sends its outputs to the next layer.

13
New cards

What makes a neural network "Deep" (Deep Learning)?

Having multiple hidden layers of neurons stacked sequentially.

14
New cards

What is the Turing Test (originally the "Imitation Game")?

A test proposed by Alan Turing (1950) where a human judge chats via text; if they cannot distinguish the machine from a human, the machine exhibits intelligent behavior.

15
New cards

Who coined the term "Artificial Intelligence"?

John McCarthy in 1952 at Dartmouth College, defining it as "the science and engineering of making intelligent machines".

16
New cards

What is Artificial Intelligence (AI)?

AI is the science and engineering of making intelligent machines capable of performing tasks that normally require intelligence.

17
New cards

What question did Alan Turing ask in his famous 1950 paper?

"Can machines think?"

18
New cards

What are three key ideas behind AI?

  1. Artificial/Machine: Performed by non-biological intelligence.

  2. Task-Oriented: Takes action (output) to achieve a useful outcome.

  3. Intelligence: Includes decision-making in ambiguous circumstances and learning from experience.

19
New cards

Why is converting a color image to grayscale considered a low-intelligence task?

It can be solved using a straightforward mathematical formula.

20
New cards

Why is cropping an image to a user-specified size not considered highly intelligent?

It follows explicit rules.

21
New cards

Intelligence includes what two important abilities?

Making decisions under ambiguity and learning from experience.

22
New cards

Why is removing an object from an image considered an intelligent task?

The computer must infer what should exist behind the removed object.

23
New cards

One way to think about intelligence is what?

The ability to perform tasks humans do well.

24
New cards

As task difficulty increases, what generally happens to the number of rules needed?

The number of required rules and exceptions increases dramatically.

25
New cards

Why did researchers move beyond rule-based AI?

Many real-world tasks became too complex to solve by writing explicit rules.

26
New cards

Machine learning is primarily based on what discipline?

Statistics.

27
New cards

Who first coined the term "Machine Learning"?

Arthur Samuel.

28
New cards

What game did Arthur Samuel's machine learn to play?

Checkers.

29
New cards

How did Arthur Samuel's machine improve?

By playing games against itself and learning from outcomes.

30
New cards

By playing games against itself and learning from outcomes.

Predict → Compare with correct answer → Adjust → Repeat.

31
New cards

Why is feedback important in machine learning?

It tells the model how well it performed so it can improve.

32
New cards

What is the correct answer for a training example called?

33
New cards

Why are many training examples necessary?

They help the model learn robust patterns instead of memorizing.

34
New cards

Give examples of features in the toaster analogy.

35
New cards

How are parameters initialized?

Usually with random values.

36
New cards

Why are parameters adjusted?

To improve model performance.

37
New cards

In the toaster analogy, what do parameters represent?

38
New cards

Is AI one single model?

No. AI consists of many specialized models.

39
New cards

What type of data is called structured data?

Numbers and categories.

40
New cards

What major category of machine learning powers many modern AI systems?

41
New cards

What is the fundamental unit of a neural network?

42
New cards

AI, Machine Learning, and Models relate how?

AI is the broad field; Machine Learning is a subfield; Models are the algorithms that perform tasks.

43
New cards

Complete the hierarchy: AI → ______ → Neural Networks → Deep Learning.

Machine Learning.

44
New cards

What are parameters specifically called inside a neural network?

45
New cards

What is a "layer" in the context of a neural network architecture?

46
New cards

What is the exact relationship between the terms "parameter" and "weight"?

47
New cards

What fundamentally occurs during the training phase of a machine learning model?

48
New cards

What fundamentally occurs during the inference phase of a machine learning model?

49
New cards

Are a model's internal parameters updated during the inference phase?