WEEK 2.9 Flashcards

1
Q

data science

A

activity and field of education

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

activity

A

data collection/interpretation/analysis via automated and manual methods to posit/evaluate models

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

education

A

the study of

  • Data collection/interpretation/analysis
  • Statistical/machine-learning methods
  • Model selection
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What do data science models do?

A
  • codify knowledge in a given area
  • generate specific decisions under specific conditions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

machine-learning algorithms

A
  • very good at detecting patterns
  • use well-known statistical techniques to achieve results
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

AI as an activity

A

ability of an artificial unit to perform intelligent tasks in a (semi) automated fashion

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

AI as an education

A

study of artifical systems in areas such as natural language processing, reasoning, sensors and robotics

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

weak AI

A
  • artificial units that perform well in certain areas
  • e.g. playing games, solving equations, offering diagnoses
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

strong AI

A
  • artificial units that perform well in all alreas and may even be said to have consciousness
  • holy grail is to create AI that surpasses human intelligence
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

GOFAI

A
  • artificially intelligent systems focused on rule-like manipulations of symbols
  • mimics math and logic
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

expert systems

A
  • developed to mimic decisions taken by human experts
  • two components:
    • inference engine (logic and heuristics)
    • knowledge base
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

networks

A
  • mimic the interconnected web of neurons that exist in the brain
  • most widely used approach in AI
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

computational theory of mind

A

mind taken to behave like computer

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

machine learning

A
  • sub-branch of AI where algorithm learns as much as possible on own
  • learning done from data not experience
  • mostly conducted by neural networks
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

connectionists

A

advocate the use of neural networks to understand brain

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

supervised learning

A
  • algorithm trained with labelled data and then its output is checked in test phases
  • we know desired result, aim is to produce correct labels
  • useful in classification and curve-fitting tasks
17
Q

unsupervised learning

A
  • algorithm trained but data not labelled
  • we don’t know desired result, aim is for the algorithm to produce its own pattern from the data
  • useful in clustering tasks