Lecture 1 - Introduction Flashcards
What is machine learning about
Machine learning is about using the right features to build the right models that achieve the right tasks
What are Tasks
Problems that can be solved with machine learning
What are Predictive Tasks
Predicting a target variable from a number of features
What are descriptive tasks
exploiting the underlying structure of the data
What are 3 Predictive Tasks
- Classification
- Regression
- Predictive clustering
What are 3 Descriptive Tasks
- Descriptive clustering
- Association rule mining
- Subgroup Discovery
Descriptive tasks
What is the difference between predictive and descriptive tasks
Model output of predictive models involves a target variable, while the model output of the descriptive models does not.
Predictive Classification
What is Classification
Also give 2 examples
Classification tasks predict categorical target variable from a set of features.
* image classification
* weather type prediction
Predictive regression
What is regression
Give 2 examples
Regression tasks predict a numerical target variable from a set of features
* stock price forecasting
* weather temperature forecast
Predictive clustering
What is predictive clustering
give 1 example
Predictive clustering predicts with the intention to assign class labels (predicting a target)
* fraud detection
Descriptive Clustering
What is descriptive clustering
give 2 examples
The clusters are representing different groups formed in data without the intention of predicting a target.
* grouping plant data
* pattern mining
Association rule mining
What is association rule mining
Give 2 examples
A rule-based task for discovering interesting relations between variables
* market basket anaylsis
* online shopping
Sub-group discovery
What is subgroup discovery
give 2 examples
Technique that discovers interesting associations among different variables, with respect to a property of interest
* detection of risk groups with disease
* finding patterns in traffic accidents
Supervised vs Unsupervised
What is supervised learning
In supervised learning tasks, we provide a traning set of examples: instances, labelled with the true target value.
Supervised vs Unsupervised
What is Unsupervised learning
In unsupervised the data is unlabelled
Name two Supervised and Predictive models
- Classification
- Regression