Introduction Flashcards

1
Q

What is the similarity and difference between linear regression and classification?

A

Both models are used to predict future data

Linear regression predicts a future ‘value’
E.g. housing ‘prize’ (numerical and continuous)

Classification predicts a category

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

What is the similarity and difference between clustering and classification?

A

Both predict categories

Classification is if you know what outcome you’re looking for

Clustering is if you don’t know what you’re looking for…
It finds new patterns, trends and groupings in data

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

What is association rule learning?

A

It finds features that tend to occur together

E.g. people who bought x also bought y

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

What’s the difference between prediction models and reinforcement learning?

A

Reinforcement learning is to get AI to make ‘Decisions’ based on inputted data

I.e. Model looks at data that occurs at time T to make decision which occurs at time T+1

It learns what decisions to make via reward and punishment

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

What is natural language processing?

A

It’s when machine learning is applied to text and language (speech).

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

What’s the difference between previously mentioned prediction models (regression & classification) and deep learning?

A

Regression models only predict continuous numerical values

Classification models only predict category

Deep learning can be used to predict:

  • Continuous numbers
  • Binary (e.g. Yes/No)
  • Categorical data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly