AI + Databases Flashcards

(15 cards)

1
Q

Artificial Intelligence Definition

A

Science and engineering of making intelligent computer programs capable of performing tasks that require subtleties of judgement, interpretation and generalisation that we associate with human intelligence

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Narrow AI

A

AI systems built to perform a single task without any skills that can be transferred to other tasks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

AGI and definition

A

Artificial General Intelligence. AI systems that can autonomously solve a variety of complex problems in a variety of different domains and learn and adapt autonomously

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Generative AI

A

Artificial Intelligence technology that automatically generates new/original content in response to prompts typed in by the user. Should be used with caution as not always correct(phenomena called hallucination)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Generative AI outputs

A

Text
Images
Videos
Music
Software code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Computer vision percentages meaning

A

Level of confidence returned by model that the image has been correctly classified as the associate label.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Applications of computer vision

A
  1. Self driving cars to detect dangers and reduce accidents
  2. Track endangered species
  3. Early detection of diseases through medical imaging
  4. Facial recognition enhances security by tracking individuals
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Database definition

A

Collection of structured data organised in a way such that the data can be easily and efficiently retrieved and maintained

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Record definition

A

(Aka tuple)
Single row of data containing related elements

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Primary key

A

a column in a relational database table that’s distinctive for each record

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Foreign Key

A

a column in one table that references the primary key of another table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Machine learning societal benefits

A
  1. Early detection of diseases
  2. Recommendations for entertainment (movies, tv, music)
  3. Facial recognition in security systems
  4. Online shopping recommendations
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

bias

A

a systematic error or prejudice within a model that leads to skewed or unfair predictions. If the data on which the algorithm makes its decision contains bias, the algorithm’s output will also be biased.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Raw data

A

data that hasn’t been processed, coded, formatted, or yet analyzed for useful information.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Methods of cleaning data

A
  1. Removing/ replacing “NA” values
  2. Checking/ removing/ replacing outlier values
  3. Changing strings to integers/ floating point numbers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly