Module 0 Flashcards

(6 cards)

1
Q

Model Based Approach

A

Deeriving Model from first principles
- Like Newton’s Law

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

Data-Driven Approach

A

When model based approach don;’t work such as stock market/human behavior/the brain

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

Supervised Learning

A

Given a training dataset with inputs/outputs x and y
- Given an input, the model knows the output
- Ex. training the model to learn to identify cats by showing it a bunch of cat pictures

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

Unsupervised Learning

A

Building statistical model where there are inputs but no supervising output
- Model will plot points/find similarities that humans can then learn from
- Ex. putting a set of images with dogs and cats and putting them into two boxes then seeing how many are in each box

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

Classification Problem

A

Trying to predict a certain outcome based on input data
- Ex. predicting the stock market based on previous data

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

Clustering Problem

A

Type of unsupervised learning to group data into clusters
- No labels used, just plotting points and seeing what happens
- With the hope we’ll learn something from it

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