You are on page 1of 59

Advanced Artificial Intelligence

1
ADVANCED ARTIFICIAL INTELLIGENCE

Presentation on Machine Learning

Computer Engineering

INSTRUCTOR

Engr. Arslan UL Haq | arsalanulhaq15@gmail.com.pk | Assistant professor

Faculty of Information and Communication Technology


BUITEMS
Table of contents
 What is Artificial Intelligence (AI)
What is Machine Learning (ML)
What is Deep Learning (DL)
Machine learning and its types
Use Case (Decision Tree)
Use Case (Random Forest)

3
What is Artificial Intelligence (AI)
 Artificial intelligence (AI) is a broad field of study dedicated to study of
complex problem solving

 Artificial intelligence (AI), sometimes called machine intelligence,


is intelligence demonstrated by machine , in contrast to the natural
intelligence displayed by humans

  The term “Artificial Intelligence" is often used to describe machines (or


computers) that mimic "cognitive" functions that humans associate with
the human mind , such as "learning" and "problem solving"

4
Moving Forward…
 What is Artificial Intelligence (AI)
 What is Machine Learning (ML)
What is Deep Learning (DL)
Machine learning and its types
Use Case (Decision Tree)
Use case (Random Forest)

5
What is Machine Learning (ML)
 Machine Learning is a subset of artificial intelligence which focuses
mainly on machine learning from their experience and making
predictions based on its experience

 It enables the computers or the machines to make data-driven


decisions rather than being explicitly programmed for carrying out a
certain task

 Machine Learning is the science of teaching machines how to learn


by themselves

6
Moving Forward…
 What is Artificial Intelligence (AI)
 What is Machine Learning (ML)
 What is Deep Learning (DL)
Machine learning and its types
Use Case (Decision Tree)
Use case (Random Forest)

7
What is Deep Learning (DL)
 Deep learning is a machine learning technique.

 It teaches a computer to filter inputs through layers to learn how to


predict and classify information.

  Its purpose is to mimic how the human brain works to create some
real magic.

8
9
Moving Forward…
What is Artificial Intelligence (AI)
What is Machine Learning (ML)
What is Deep Learning (DL)
Machine Learning And its Types
Use Case (Decision Tree)
Use case (Random Forest)

10
Machine Learning
Machine learning is an application of Artificial Intelligence wherein the
system gets the ability to automatically learn and improve based on
performance.

11
12
Types Of Machine Learning

13
Types Of Machine Learning

14
15
16
Regression - If the prediction value tends to be a continuous value then it
falls under Regression type problem in machine learning. Example : Giving
area name, size of land, as features and predicting expected cost of the
land.

Classification - If the prediction value tends to be category like yes/no ,


positive/negative, then it falls under classification type problem in machine
learning. Example : Given a sentence predicting whether it is negative or
positive review.

Clustering - Grouping a set of points to given number of clusters.


Example : Given 3, 4, 8, 9 and number of clusters to be 2 then the ML
system might divide the given set into cluster 1 - 3, 4 and cluster 2 - 8, 9.

17
18
19
Moving Forward…
What is Artificial Intelligence (AI)
What is Machine Learning (ML)
What is Deep Learning (DL)
Machine Learning And its Types
 Use Case (Decision Tree)
Use case (Random Forest)

20
Use Case: (Decision Tree)

21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Advantages of Decision Tree
 Simple to understand , interpret and visualize

 Little effort is required for data preparation

 Can handle both numerical and categorical data

11/28/2021 Department of Computer Engineering 44


Disadvantages of Decision Tree
 Decision tree often involves higher time to train the model

 High Variance

  Sometimes calculation can go far more complex

 Relatively expensive as complexity and time taken is more

11/28/2021 Department of Computer Engineering 45


Moving Forward…
What is Artificial Intelligence (AI)
What is Machine Learning (ML)
What is Deep Learning (DL)
Machine Learning And its Type
Use Case (Decision Tree)
Use Case (Random Forest)

46
Random Forest

47
Use Case (Random Forest)

48
Color Size Label

Red 3 Apple

Red 2 Cherry

Orange 3 Orange

49
50
51
52
53
54
55
56
57
58
59

You might also like