AI and ML
AI and ML
AI and ML
Michael Melese (Ph.D.)
[email protected]
Wednesday, January 3, 2024
Outline
◼ AI
◼ Why AI now ?
◼ What is ML ?
◼ Why ML ?
◼ How ML solve
◼ ML methods
◼ Machine learning steps
◼ Machine Learning evaluation
◼ What ML can do ?
◼ Application area of ML.
AI
❑ Is a discipline that researches and develops
theories, methods, technologies, and application
for simulating the extension and expansion of
human intelligence.
❑ Consist of two words Artificial and Intelligence,
“man-made” and “thinking power”, hence AI
means “a man-made thinking power.”
…
❑ AI is a discipline that researches and develops
theories, methods and technologies in addition to
simulating the extension and expansion of human
intelligence.
❑ The goal is to let machines perform complex tasks
that require intelligent humans to complete.
Why AI now?
…
500
# in Million
2,910
3,000
2,750
2,562 300
2,500 250
2,250
2,000
2,000
1,750
1,478
1,500
1,263
1,250
1,000 988
1,000
750
AI Fields
Robotics
Speech Expert System
Deals with AI task that intersect with speech Expert Used to emulates the decision-making ability
processing task for interation with different System of a human expert using machine.
systems.
Speech
Game
Vision
Provides powered interactive experiences
Trains computers to capture and interpret Game generated through non player characters.
information from image and video data.
Planning
Vision
Machine Learning
NLP
Extraction Monitoring
Spell and
Topic Auto Correct
Grammar
Modeling Document
Checke
r
Information Classificatio
Social Media n
NLP
Character
NE Translation
R WS Recognition
D
ChatbotsDocument
Language Summarization
Language
Detection
Speech
Synthesis
Recognition
Speech
Based task
Command Control Speech Search
Dialog
Automated Calling
Vision
snap. For instance, pick a landscape where we distinct categories with a few examples of each
can see people, roads, cars, and tresses. image and expand learning algorithms..
Delineating the boundaries of each object from
the dense pixel predictions from the models. Object Tracking
Object Detection Tracking a particular object of interest or
multiple items in video and real-world
interactions where observations are made
following initial object detection.
Robotics
Manu ac ur n
Military f t i g
Underwate
r
Exploratio
Exploration n
Space
Care
Entertainmen Health
t
Securit
y
Agriculture
AI application Area
AI for Business
AI
Fraud
Banking Hate Management Image
Speech
Inventory
Telecom
Recognition
&
Detection
Financial Inc den
i t
BIG
firms
Fake
de ec o
t ti n Premium
DATA F
inancial data
Supply Chains
estimation
New
s
Demand
Insurance Forecasting
and approva
Community l
detectio
n
Social
Health
Monitoring m m Loan pred c on
Automation anage ent i ti
FinTech
medi RO
a detection I
Adver s n Automated Seve y
ti i g rit Early disease Forecasting
Automated data
c ass ca o
collection manufacturing l ifi ti n
What is ML?
How ML Solve …
…
◼ Being the study of where information comes from, what it
represents and how it can be turned into a valuable resource
in the creation of business and IT strategies.
▪ Mining large amounts of structured and unstructured data
to identify patterns can help an organization rein in costs,
increase efficiencies, recognize new market opportunities
and increase the organization's competitive advantage.
◼ Along with managing and interpreting large amounts of data,
many data scientists are also tasked with creating data
visualization models that help illustrate the business value of
digital information.
…
◼ Data scientists/expert draw the digital information they are
studying from a growing list of channels and sources,
including
▪ Smartphones,
▪ Internet of things (IoT)
devices,
▪ Social media,
▪ Surveys,
▪ Purchases,
▪ Internet searches and behavior
◼ By sorting through these large data, data scientists can identify
patterns to solve problems through the analysis of bigdata.
Wednesday, January 3, 2024
Data
◼ Data are raw facts and figures that on their own have no
meaning. (e.g. readings from sensors, survey facts, etc) ◼ Data
can be numbers, words, letters, images, sound etc.
Wednesday, January 3, 2024
…
Wednesday, January 3,
2024
09:00 10:30
Time
Example 1
Yes, Yes, No, Yes, No, Yes,
No, Yes, No, Yes, Yes
Raw Data
Information
????
Example 2
35.8, 36.2, 37.0, 38.4, 37.1, 35.8,
36.2, 37.0, 38.4, 37.0, 38.4, 37.1
Raw Data
??????????
Context
Processing
??????????
Information
Example 3
100519
Raw Data
????
Context
Processing
Information
????
030219,
…
Wednesday, January 3, 2024
Data vs Information
Data Information
Supervised ML
Unsupervised ML
Semi-Supervised ML
◼ Semi-supervised
learning fall somewhere in
between supervised and unsupervised learning. ▪
Use both labeled and unlabeled data for training. ▪
Typically a small labeled data and a large amount of
unlabeled data. The systems able to considerably
improve learning accuracy through learning.
◼ Semi-supervised learning is chosen when the
acquired labeled data requires skilled and
relevant resources in order to learn from it.
Wednesday, January 3, 2024
Reinforcement Learning
ML steps
Data Gathering
◼ The quantity &
quality of your
data
dictate how
accurate
our model is.
◼ The outcome of this
step is
generally a
representation
of data.
▪ Some of the
pre
collected data
such as
Kaggle and UCI.
Wednesday, January 3, 2024
Data Preparation
Model Selection
◼ Different machine
learning
algorithms are
there for different
tasks
and application;
▪ Clustering,
▪ Classification,
▪ Collaboration,
▪ Regression and
▪ Dimensional reduction.
◼ Select the right one.
Wednesday, January 3, 2024
Training
3, 2024
Evaluation
Parameter Tuning
Prediction
Confusion Matrix
TP Predicted
positive and are
actually positive. negative.
…
how much the model is
the correctness of a single right when it says it is
measurement right
Recall/Sensitivity/TPR Specificity
Application of ML