1 - Machine Learning
1 - Machine Learning
1 - Machine Learning
(AI)
AGENDA
2
What is Machine Learning ?
Step 7 • Predictions
4
Machine Learning Types
5
Supervised Vs
Unsupervised Learning
6
Learnings
Learning:
• Building black of AI.
• Method of improving
an AI program's
knowledge by making
observations about
its surroundings.
Semi- Re-
Supervised Unsupervised Supervised enforcement
Learning Learning Learning Learning
7
Back to main
Supervised
Learning
8
Back to main
Supervised Learning
9
Why Supervised Learning?
10
How Supervised Learning works?
Learning Phase:
11
Unsupervised Learning
https://datasciencetoday.net/
12
Why Unsupervised Learning?
https://datasciencetoday.net/
13
How Unsupervised Learning works?
Learning Phase:
14
Categories
Clustering Association
15
Clustering
❖ Clustering:
➢ Data mining technique for grouping unlabeled data based on their similarities or differences.
➢ Mainly deals with finding a structure or pattern in a collection of uncategorized data.
➢ process data and find natural clusters(groups) if they exist in the data.
➢ Modify how many clusters pf algorithms should identify also allows to adjust the granularity of these
groups.
Examples:
https://www.istockphoto.com/
Market segmentation Identify Fake News 16
Association
❖ Association:
➢ Allow to establish associations amongst data objects inside large databases.
➢ Discovering exciting relationships between variables in large databases.
Examples:
➢ people that buy a new home most likely to buy new furniture.
➢ In market basket analysis and recommendation engines, along the lines of “Customers Who Bought
food Item Pizza Also Bought” coke as a recommendations .
https://blog.vantagecircle.com/ https://www.redbubble.com/
Buy new house also buy new furniture Pizza coke recommendations 17
Examples
Google News
• Use different clusters for
same data about news
articles
Examples
Algorithms are trained using labeled Algorithms are used against data
Input Data
data. which is not labeled
Support vector machine, Neural
divided into different categories: like
network, Linear and logistics
Algorithms Used Cluster algorithms, K-means,
regression, random forest, and
Hierarchical clustering, etc.
Classification trees.
22
Back to main
Semi-supervised Learning
For example,
Radiologist label small subset of CT scans for tumors or diseases so the machine can
more accurately predict which patients might require more medical attention.
https://datasciencetoday.net/
23
Real-world applications of Semi-supervised
Learning
https://www.toolbox.com/ https://www.ebi.ac.uk/
▰ Text Document
▰ Web Content
Classifier
Classification
Back to main
https://nanonets.com/
24
https://towardsdatascience.com/
Reinforcement Learning
Back to main
26
https://www.geeksforgeeks.org/