chapter 3
chapter 3
Artificial Intelligence
Facilitator Training
With support from
Chapter 3
AI Project Cycle
Facilitator Guide
LEARNING OBJECTIVES
Introduction to AI Project Cycle
AI Project Cycle – Defined
Problem Scoping
Data Acquisition
Data Exploration
Modelling
Evaluation
Neural Networks
With support from
4
AI Project Cycle
Problem Data
Evaluation
Scoping Exploration
Data Deployment
Modeling
Acquisition
5
With support from
6
With support from
7
4Ws Problem Canvas
WHO ? WHAT ?
WHERE ? WHY ?
9
4Ws Problem Canvas
10
4Ws Problem Canvas
11
4Ws Problem Canvas
12
4Ws Problem Canvas
13
Problem Statement Template
14
With support from
15
Data Features
16
With support from
17
Visual Representation
Bar
Graphs
18
With support from
MODELLING
19
Machine Learning
Learning Based
Rule Based
20
Learning Based Approach
Determine Learn by
Discover new
relationships rewarding
patterns
through training actions
21
Supervised Learning
1. Goal: To find specific relationships or structure in the input data that allow
us to effectively produce correct output data.
2. Data is labelled.
3. Algorithms predict the output from the input data:
➢ Classification (map input to output labels)
➢ Regression (map input to a continuous output)
22
Source: https://bigdata-madesimple.com/machine-learning-explained-understanding-supervised-unsupervised-and-reinforcement-learning/
23
Supervised Learning Models
24
Unsupervised Learning
1. Goal: To learn the inherent structure of our data without using explicitly-
provided labels.
2. Data is unlabeled.
3. Algorithms learn the inherent structure from the input data:
➢ Clustering (learn relationships between individual feature)
➢ Dimensionality Reduction (methods used to represent data using
less columns or features)
25
Source: https://bigdata-madesimple.com/machine-learning-explained-understanding-supervised-unsupervised-and-reinforcement-learning/
26
Unsupervised Leaning Model
27
28
With support from
29
Evaluation
30
With support from
31
Neural Networks
Source: https://towardsdatascience.com/machine-learning-a-gentle-introduction-17e96d8143fc
32
Neural Networks
33
34