Introduction Flashcards
What is the similarity and difference between linear regression and classification?
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
What is the similarity and difference between clustering and classification?
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
What is association rule learning?
It finds features that tend to occur together
E.g. people who bought x also bought y
What’s the difference between prediction models and reinforcement learning?
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
What is natural language processing?
It’s when machine learning is applied to text and language (speech).
What’s the difference between previously mentioned prediction models (regression & classification) and deep learning?
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