Föreläsning 3 (Intro till datavetenskap) Flashcards

1
Q

What are 6 examples of things rule-based AI is good at?

A

-Path-finding (paths in trees for example, or navigation systems)
-Games
-Control systems
-System verification
-Theorem proving
-Proof verification

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

When is rule-based AI preferred over machine learning?

A

When data plays no role, and there are rules to follow.

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

What is machine learning?

A

A computer program learns from experience E with respect to some
task T and some performance measure P, if its performance on T, as
measured by P, improves with experience E.

ML is the study of algorithms that learn based on data.

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

What are the 3 types of ML?

A

-Unsupervised learning
-Supervised learning
-Reinforcement learning

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

For what types of problems is unsupervised learning used?

A
  • Dimentionality reduction (big data visualisation etc)
    -Clustering (recommendor systems, targeted marketing, customer segmentation)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

For what types of problems is supervised learning used?

A

-Classification (customer retention, image classification, diagnostics, identity theft detection)
-Regression (advertising popularity prediction, waether forecasting, population growth prediction)

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

Match the right type of ML to the following:
1. Data without labels -> ____ -> mapping: data to classes
2. States, actions, rewards -> _____ -> mapping: states to actions
3. Data with labels -> _____-> mapping: data to labels

A
  1. Unsupervised learning
  2. Reingforecement learning
  3. Supervised learning
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Name 4 data sources!

A

-Artistic works
-Social media
-Traditional media
-Scientific data

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

Describe the data science pipeline in 6 steps.

A
  1. Collect data
  2. Clean data
  3. Visualize data
  4. Build model
  5. Evaluate model
  6. Use model
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Name the 6 ways of visualising datasets as mentioned in the lecture

A

-Histogram
-Scatter plot
-Box plot
-Violin plot
-Quiver plot
-Heat map
(look up which is good for what type of data if you’re unsure!)

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