W1.2 Introduction
W1.2 Introduction
Unsupervised Reinforcement
Supervised Learning
Learning Learning
Interacts with
Labelled data with No labelled without environment, decide
guidance guidance action, learns by trial
and error method
3
Supervised Learning - Classification
4
Supervised Learning - Classification
5
Supervised Learning - Classification
6
Supervised Learning - Classification
)))
∑ 𝑓 𝑐 =1
𝑐=1 7
Supervised Learning - Classification
8
Supervised Learning - Regression
10
Supervised Learning - Regression
Unsupervised Reinforcement
Supervised Learning
Learning Learning
Interacts with
Labelled data with No labelled without environment, decide
guidance guidance action, learns by trial
and error method
Unsupervised Learning - Clustering
Goal:
Partition the input into regions that contain “similar” points.
Unsupervised Learning - Clustering
Linear Model
Non-linear Model
Unsupervised Learning –
Self-supervised Learning
From https://medium.com/analytics-vidhya/self-supervised-representation-learning-in-computer-vision-part-2-8254aaee937c
Unsupervised Learning – Evaluation
Unsupervised Reinforcement
Supervised Learning
Learning Learning
Interacts with
Labelled data with No labelled without environment, decide
guidance guidance action, learns by trial
and error method
Reinforcement Learning
A system or agent has to learn how to interact with its environment.
This can be encoded by means of a policy a = (x), which specifies which action to take in response to
each possible input x (derived from the environment state).
Common Small Image Datasets
MNIST Fashion - MNIST
EMNIST CIFAR
Common Large Image Datasets
ImageNet
https://www.image-net.org/download.php
Natural Language Processing
Feature Interaction
Text Data
Bag of words
• dropping punctuation,
• converting all words to lower case;
• dropping common but uninformative words – “and”, “the” (stop word removal_
• Replace word with their base form – “running”, “runs” “run” (word stemming)
https://towardsdatascience.com/tf-idf-for-document-ranking-from-scratch-in-python-on-real-world-dataset-796d339a4089