PHI3681 Midterm Vocabulary

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall with Kai
GameKnowt Play
New
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/26

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

27 Terms

1
New cards

Turing Test

  • interrogator questions 2 witnesses and analyzes their written responses to determine who the bot and human are

  • bot is considered intelligent/correct if the interrogator guesses wrong 70% of the time

2
New cards

Turing Machine

mathematical model of possible machine using rules to make output for a specific input

3
New cards

expert systems

  • computer emulates human’s decision-making skills

  • ex. diagnosis AI

4
New cards

heuristic search

  • finding the most efficient path from start to end

  • ex. game playing

5
New cards

machine learning

  • use algorithms and statistical models to make inferences from patterns in data

  • ex. decision trees

6
New cards

backpropagation learning

  • training method with forward pass to calculate output and backward pass using weights to calculate gradient

  • ex. image or text processing with DNNs or NLPs

7
New cards

overfitting

when the model performs well on the training set but poorly on new data

8
New cards

underfitting

when the model performs poorly on both the training set and new data

9
New cards

deep convolutional neural network (DCNN)

  • input, convolutional, pooling, fully connected, and output layers to determine important features for classification

  • ex. object recognition

10
New cards

generative adversarial network (GAN)

  • generator makes data to test and fool the discriminator

  • the discriminator tries to discern real and fake data until generator produces highly realistic data

  • ex. realistic image generation

11
New cards

transformer

  • has self-attention mechanism, positional encoding, and encoder-decoder architecture

  • ex. translation

12
New cards

nuisance parameter

  • unknown constraint not of primary interest but needed to complete the distribution

  • ex. translation

13
New cards

abstraction-as-subtraction

look at examples and remove their differences to find their abstract properties

14
New cards

abstraction-as-composition

  • the process of building a more abstract idea out of slightly less abstract ideas

  • ex. constructing the idea of a triangle out of the ideas of angle, side, and 3

15
New cards

abstraction-as-representation

  • the process where people use specific exemplars of a category to stand in for the rest of the category members

  • ex. mammal abstracted as a dog 

16
New cards

adversarial example

  • inputs meant to skew a model’s predictions to inaccuracy

  • ex. poisoning attack - mislabeling an image

17
New cards

.vector-space semantics

  • representation of words and sentences as vectors in multidimensional space

  • related meanings grouped together in an NLP

18
New cards

Blockhead thought experiment

  • program with finite number of every possible correct sentence could pass the Turing Test but isn’t consciously understanding what it’s saying. 

  • ex. ChatGPT as therapist?

19
New cards

anthropomorphism

  • the tendency of humans to attribute human-like characteristics on the basis of superficial or irrelevant similarities

  • ex. ChatGPT as an attractive man because it sugarcoats its points and is agreeable

20
New cards

anthropofabulation

  • anthropocentrism + confabulation

  • criteria for intelligence based on an exaggerated degree of humans possessing that trait

  • ex. thinking a Roomba is “dramatic” for being stuck in a certain spot

21
New cards

activity maximization

  • XAI technique to optimize input to activate certain neuron and output

  • ex. DCNN neuron activation to recognize parts of a dog’s face

22
New cards

salience mapping

  • highlighting most relevant regions for machine learning models

  • ex. recognizing ears of a dog vs. ears of a human

23
New cards

counterfactual explanation

  • motivated by causal justice and discrimination

  • what would have happened if the bias didn’t exist

  • ex. what if ChatGPT didn’t differentiate qualifications based on ethnicity and gender? would be representative of equality in hiring candidates for a job

24
New cards

Rashomon set

  • set of reasonably accurate predictive models

  • ex. blood sugar, age, BMI, and exercise levels determining risk of diabetes

25
New cards

algorithmic bias (statistical)

  • systematic deviation output, performance, or impact, relative to some norm or standard

  • ex. regression model based on skewed data underpredicts housing prices in certain areas. 

26
New cards

algorithmic bias (ethical)

  • AI unfairly discriminates against certain groups of people

  • ex. COMPAS algorithm reporting that recidivism rates are higher among black people, ATS hiring more white men over anyone else

27
New cards

standard debiasing strategy

  • mathematical quantification of bias to reduce and eventually eliminate it