Föreläsning 3 (Intro till datavetenskap) Flashcards
What are 6 examples of things rule-based AI is good at?
-Path-finding (paths in trees for example, or navigation systems)
-Games
-Control systems
-System verification
-Theorem proving
-Proof verification
When is rule-based AI preferred over machine learning?
When data plays no role, and there are rules to follow.
What is machine learning?
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.
What are the 3 types of ML?
-Unsupervised learning
-Supervised learning
-Reinforcement learning
For what types of problems is unsupervised learning used?
- Dimentionality reduction (big data visualisation etc)
-Clustering (recommendor systems, targeted marketing, customer segmentation)
For what types of problems is supervised learning used?
-Classification (customer retention, image classification, diagnostics, identity theft detection)
-Regression (advertising popularity prediction, waether forecasting, population growth prediction)
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
- Unsupervised learning
- Reingforecement learning
- Supervised learning
Name 4 data sources!
-Artistic works
-Social media
-Traditional media
-Scientific data
Describe the data science pipeline in 6 steps.
- Collect data
- Clean data
- Visualize data
- Build model
- Evaluate model
- Use model
Name the 6 ways of visualising datasets as mentioned in the lecture
-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!)