SlideShare a Scribd company logo
By: Samuel Dratwa
Samuel.dratwa@gmail.com
Artificial Intelligence
Agenda
 Introduction to AI
 ML, DL , NLP
 Neural networks
 TPU
 What telecom industry is doing with AI
AI is (always) in the headlines
4
AI is in the headlines – google news
Can you give me an example ?
 Siri / Alexa
 Google go
 Deep Blue
 Autonomous cars
Artificial intelligence from Wikipedia
6
AI is an old idea
The Origins of AI Hype
1950 Turing predicted that in about fifty years "an average interrogator
will not have more than a 70 percent chance of making the right
identification after five minutes of questioning".
1957 Newell and Simon predicted that "Within ten years a computer will
be the world's chess champion, unless the rules bar it from
competition."
The Mechanical Turk
9
The Turk, aka the Mechanical Turk,
was a fake chess playing
machine constructed in the late 18th
century. From 1770 until its destruction
by fire in 1854 it was exhibited by
various owners as an automaton, though
it was eventually revealed to be an
elaborate hoax.[1] Constructed and
unveiled in 1770 by Wolfgang von
Kempelen (1734–1804) to impress
Empress Maria Theresa of Austria, the
mechanism appeared to be able to play
a strong game of chess against a human
opponent, as well as perform the knight's
tour, a puzzle that requires the player to
move a knight to occupy every square of
a chessboard exactly once.
Academic Definition of AI
Artificial intelligence is the study of how to make computers do
things that people are better at or would be better at if:
• they could extend what they do to a WorldWideWeb-sized
amount of data and
• not make mistakes.
What people are better at ?
•Common sense reasoning
• Vision
• Moving around
• Language
Machine learning (ML)
11
Machine Learning
12
Deep Learning
13
AI, ML and DL
14
Our definition
 A (self) learning software that can adopt to
new situation and interact with humans,
giving them a user experience like human.
15
Alexa
16
ChatBot is already the standard
17
How Can We Teach Things to Computers?
A quote from John McCarthy:
In order for a program to be capable of learning
something, it must first be capable of being told it.
What do you say ?
What is a Concept / idea ?
Let’s start with an easy one: chair
Chair?
Chair?
Chair?
Chair?
Chair?
Concept Acquisition
Pat Winston’s program (1970) learned concepts in the blocks micro-world.
There is a better way
32
(Artificial) Neural Network (ANN/NN)
Neuron in human brain
34
Modeling of Brain Functions
unit and connection
in the interpretive network
unit and connection
in the gating network
unit and connection
in the top-down bias network
layer l +1
layer l -1
layer l
Why Artificial Neural Networks?
There are two basic reasons why we are interested in building
artificial neural networks (ANNs):
• Biological viewpoint: ANNs can be used to replicate and
simulate components of the human brain, thereby giving us
insight into natural information processing.
• Technical viewpoint: Some problems such as character
recognition or the prediction of future states of a system require
massively parallel and adaptive processing.
How do NNs and ANNs work?
• The “building blocks” of neural networks are the
neurons.
• Basically, each neuron
 receives input from many other neurons (via synapses),
 changes its internal state (activation) based on the current input,
 sends one output signal to many other neurons, possibly
including its input neurons (recurrent network)
An Artificial Neuron
o1
o2
on
…
wi1
wi2
…
win



n
j
j
ij
i t
o
t
w
t
1
)
(
)
(
)
(
net
oi
neuron i
net input signal
))
(
net
),
1
(
(
)
(
a t
t
a
F
t i
i
i
i 

synapses
activation
output ))
(
(
)
(
o t
a
f
t i
i
i 
The Activation Function
One possible choice is a threshold function:


 )
(
net
if
,
1
))
(
net
( t
t
f i
i
i
otherwise
,
0

The graph of this function looks like this:
1
0

fi(neti(t))
neti(t)
Sigmoidal Neurons
The parameter  controls the slope of the sigmoid function,
while the parameter  controls the horizontal offset of the
function in a way similar to the threshold neurons.
1
0
1
fi(neti(t))
neti(t)
-1

 /
)
)
(
net
(
1
1
))
(
net
( 


 t
i
i i
e
t
f
 =
1
 =
0.1
How do NNs and ANNs work?
• Information is transmitted as a series of electric
impulses, so-called spikes.
• The frequency and phase of these spikes
encodes the information.
• In biological systems, one neuron can be
connected to as many as 10,000 other neurons.
• Neurons of similar functionality are usually
organized in separate areas (or layers).
• Often, there is a hierarchy of interconnected
layers with the lowest layer receiving sensory input
and neurons in higher layers computing more
complex functions.
How do NNs and ANNs work?
• NNs are able to learn by adapting their
connectivity patterns so that the organism
improves its behavior in terms of reaching certain
(evolutionary) goals.
• The strength of a connection, or whether it is
excitatory or inhibitory, depends on the state of a
receiving neuron’s synapses.
• The NN achieves learning by appropriately
adapting the states of its synapses.
There is a better way
43
Learning in ANNs
Obviously, the polynomial of degree 2 provides
the most plausible fit.
f(x)
x
deg. 1
deg. 2
deg. 9
Copyright © 2016 LOGTEL
Evaluation of Networks
• Basic idea: define error function and measure error for
untrained data (testing set)
• Typical:
where d is the desired output, and o is the actual output.
• For classification:
E = number of misclassified samples/
total number of samples
 

i
i
i o
d 2
)
(
E
Types of NN
46
Today we have the tools
Other
approach
48
Crowd sourcing
 In his 1907 publication in Nature, Francis Galton
reports on a crowd at a state fair, which was able
to guess the weight of an ox better than any cattle
expert.
 Intrigued by this phenomenon James Surowiecki
in 2004 publishes:
“The Wisdom of Crowds: Why the Many are
Smarter than the Few and How Collective
Wisdom Shapes Business, Economies, Societies
and Nations”
49
Lior Zoref
50
Crowed is not just Humans
 The crowed can be webpages (or any device)
English spelling
What’s more expensive
gold or copper
Translate
Identify
51
Google goggles (was replaced by Lens)
52
53
CAPTCHA - Completely Automated Public
Turing test to tell Computers and Humans Apart
54
55
Google use CAPTCHA to read
56
A glimpse to the future (?)
57
Potential AI Use Cases in Telecom
• Network operations monitoring and management
• Predictive maintenance
• Fraud mitigation
• Cybersecurity
• Customer service and marketing virtual digital assistants
• Intelligent CRM systems
• CEM
• Base station profitability
• Preventive maintenance
• Battery Capex optimization
• Trouble ticket prioritization
58
59
60
61
62
63
64

More Related Content

What's hot

Deep learning introduction
Deep learning introductionDeep learning introduction
Deep learning introduction
Adwait Bhave
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
अशोक पचौरी
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
HITESH Kumawat
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
mailmerk
 
Simplified Introduction to AI
Simplified Introduction to AISimplified Introduction to AI
Simplified Introduction to AI
Deepu S Nath
 
Lect#1 (Artificial Intelligence )
Lect#1 (Artificial Intelligence )Lect#1 (Artificial Intelligence )
Lect#1 (Artificial Intelligence )
Zeeshan_Jadoon
 
Artificial intelligence and Neural Network
Artificial intelligence and Neural NetworkArtificial intelligence and Neural Network
Artificial intelligence and Neural Network
Abdullah Saghir Ahmad
 
Artificial Intelligence by Jayant
Artificial Intelligence by JayantArtificial Intelligence by Jayant
Artificial Intelligence by Jayant
Jayant Jain
 
Introduction to artificial intelligence
Introduction to artificial intelligenceIntroduction to artificial intelligence
Foundation of A.I
Foundation of A.IFoundation of A.I
Foundation of A.I
Megha Sharma
 
What is Deep Learning?
What is Deep Learning?What is Deep Learning?
What is Deep Learning?
NVIDIA
 
artificial Intelligence
artificial Intelligence artificial Intelligence
artificial Intelligence
Ramya SK
 
Artificial Intelligence power point presentation
Artificial Intelligence power point presentationArtificial Intelligence power point presentation
Artificial Intelligence power point presentation
David Raj Kanthi
 
Advanced Artificial Intelligence
Advanced Artificial IntelligenceAdvanced Artificial Intelligence
Advanced Artificial Intelligence
Ashik Iqbal
 
Artificial Intelligence Course | AI Tutorial For Beginners | Artificial Intel...
Artificial Intelligence Course | AI Tutorial For Beginners | Artificial Intel...Artificial Intelligence Course | AI Tutorial For Beginners | Artificial Intel...
Artificial Intelligence Course | AI Tutorial For Beginners | Artificial Intel...
Simplilearn
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
Bise Mond
 
Ai history to-m-learning
Ai history to-m-learningAi history to-m-learning
Ai history to-m-learning
Kyung Eun Park
 
Ai
AiAi
Artificial Intelligence power point presentation document
Artificial Intelligence power point presentation documentArtificial Intelligence power point presentation document
Artificial Intelligence power point presentation document
David Raj Kanthi
 
Useful Techniques in Artificial Intelligence
Useful Techniques in Artificial IntelligenceUseful Techniques in Artificial Intelligence
Useful Techniques in Artificial Intelligence
Ila Group
 

What's hot (20)

Deep learning introduction
Deep learning introductionDeep learning introduction
Deep learning introduction
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Simplified Introduction to AI
Simplified Introduction to AISimplified Introduction to AI
Simplified Introduction to AI
 
Lect#1 (Artificial Intelligence )
Lect#1 (Artificial Intelligence )Lect#1 (Artificial Intelligence )
Lect#1 (Artificial Intelligence )
 
Artificial intelligence and Neural Network
Artificial intelligence and Neural NetworkArtificial intelligence and Neural Network
Artificial intelligence and Neural Network
 
Artificial Intelligence by Jayant
Artificial Intelligence by JayantArtificial Intelligence by Jayant
Artificial Intelligence by Jayant
 
Introduction to artificial intelligence
Introduction to artificial intelligenceIntroduction to artificial intelligence
Introduction to artificial intelligence
 
Foundation of A.I
Foundation of A.IFoundation of A.I
Foundation of A.I
 
What is Deep Learning?
What is Deep Learning?What is Deep Learning?
What is Deep Learning?
 
artificial Intelligence
artificial Intelligence artificial Intelligence
artificial Intelligence
 
Artificial Intelligence power point presentation
Artificial Intelligence power point presentationArtificial Intelligence power point presentation
Artificial Intelligence power point presentation
 
Advanced Artificial Intelligence
Advanced Artificial IntelligenceAdvanced Artificial Intelligence
Advanced Artificial Intelligence
 
Artificial Intelligence Course | AI Tutorial For Beginners | Artificial Intel...
Artificial Intelligence Course | AI Tutorial For Beginners | Artificial Intel...Artificial Intelligence Course | AI Tutorial For Beginners | Artificial Intel...
Artificial Intelligence Course | AI Tutorial For Beginners | Artificial Intel...
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Ai history to-m-learning
Ai history to-m-learningAi history to-m-learning
Ai history to-m-learning
 
Ai
AiAi
Ai
 
Artificial Intelligence power point presentation document
Artificial Intelligence power point presentation documentArtificial Intelligence power point presentation document
Artificial Intelligence power point presentation document
 
Useful Techniques in Artificial Intelligence
Useful Techniques in Artificial IntelligenceUseful Techniques in Artificial Intelligence
Useful Techniques in Artificial Intelligence
 

Similar to Artificial Intelligence (and the telecom industry)

Can computers think
Can computers thinkCan computers think
Can computers think
GTClub
 
Lect1_Threshold_Logic_Unit lecture 1 - ANN
Lect1_Threshold_Logic_Unit  lecture 1 - ANNLect1_Threshold_Logic_Unit  lecture 1 - ANN
Lect1_Threshold_Logic_Unit lecture 1 - ANN
MostafaHazemMostafaa
 
Introduction to Artificial Intelligence.doc
Introduction to Artificial Intelligence.docIntroduction to Artificial Intelligence.doc
Introduction to Artificial Intelligence.doc
butest
 
How machine learning is changing the world
How machine learning is changing the worldHow machine learning is changing the world
How machine learning is changing the world
Emilio Garcia
 
Ai demystified (dbe, south campus)
Ai  demystified (dbe, south campus)Ai  demystified (dbe, south campus)
Ai demystified (dbe, south campus)
SaurabhKhanna31
 
Dli milano rl_parton_sep
Dli milano rl_parton_sepDli milano rl_parton_sep
Dli milano rl_parton_sep
Deep Learning Italia
 
introduction to ai
introduction to aiintroduction to ai
introduction to ai
SabbirAhmed274
 
Artificial Inteligence
Artificial InteligenceArtificial Inteligence
Artificial Inteligence
kiran Patel
 
Neural Networks and Deep Learning for Physicists
Neural Networks and Deep Learning for PhysicistsNeural Networks and Deep Learning for Physicists
Neural Networks and Deep Learning for Physicists
Héloïse Nonne
 
Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...
Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...
Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...
Simplilearn
 
Deep Learning Tutorial | Deep Learning TensorFlow | Deep Learning With Neural...
Deep Learning Tutorial | Deep Learning TensorFlow | Deep Learning With Neural...Deep Learning Tutorial | Deep Learning TensorFlow | Deep Learning With Neural...
Deep Learning Tutorial | Deep Learning TensorFlow | Deep Learning With Neural...
Simplilearn
 
An Incomplete Introduction to Artificial Intelligence
An Incomplete Introduction to Artificial IntelligenceAn Incomplete Introduction to Artificial Intelligence
An Incomplete Introduction to Artificial Intelligence
Steven Beeckman
 
1.ppt
1.ppt1.ppt
Artificial Neural Network An Important Asset For Future Computing
Artificial Neural Network   An Important Asset For Future ComputingArtificial Neural Network   An Important Asset For Future Computing
Artificial Neural Network An Important Asset For Future Computing
Bria Davis
 
Deep Learning Training at Intel
Deep Learning Training at IntelDeep Learning Training at Intel
Deep Learning Training at Intel
Atul Vaish
 
ARTIFICIAL INTELLIGENCE & NEURAL NETWORKS
ARTIFICIAL INTELLIGENCE & NEURAL NETWORKSARTIFICIAL INTELLIGENCE & NEURAL NETWORKS
ARTIFICIAL INTELLIGENCE & NEURAL NETWORKS
Er Kaushal
 
DS Mirrors Artificial Intelligence ppt.ppt
DS Mirrors Artificial Intelligence ppt.pptDS Mirrors Artificial Intelligence ppt.ppt
DS Mirrors Artificial Intelligence ppt.ppt
Sachin Paul
 
C463_01_intro.ppt
C463_01_intro.pptC463_01_intro.ppt
C463_01_intro.ppt
ShivanshuGarg9
 
C463_01_intro.ppt
C463_01_intro.pptC463_01_intro.ppt
C463_01_intro.ppt
securework
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
Vigneshwar Kumar
 

Similar to Artificial Intelligence (and the telecom industry) (20)

Can computers think
Can computers thinkCan computers think
Can computers think
 
Lect1_Threshold_Logic_Unit lecture 1 - ANN
Lect1_Threshold_Logic_Unit  lecture 1 - ANNLect1_Threshold_Logic_Unit  lecture 1 - ANN
Lect1_Threshold_Logic_Unit lecture 1 - ANN
 
Introduction to Artificial Intelligence.doc
Introduction to Artificial Intelligence.docIntroduction to Artificial Intelligence.doc
Introduction to Artificial Intelligence.doc
 
How machine learning is changing the world
How machine learning is changing the worldHow machine learning is changing the world
How machine learning is changing the world
 
Ai demystified (dbe, south campus)
Ai  demystified (dbe, south campus)Ai  demystified (dbe, south campus)
Ai demystified (dbe, south campus)
 
Dli milano rl_parton_sep
Dli milano rl_parton_sepDli milano rl_parton_sep
Dli milano rl_parton_sep
 
introduction to ai
introduction to aiintroduction to ai
introduction to ai
 
Artificial Inteligence
Artificial InteligenceArtificial Inteligence
Artificial Inteligence
 
Neural Networks and Deep Learning for Physicists
Neural Networks and Deep Learning for PhysicistsNeural Networks and Deep Learning for Physicists
Neural Networks and Deep Learning for Physicists
 
Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...
Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...
Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...
 
Deep Learning Tutorial | Deep Learning TensorFlow | Deep Learning With Neural...
Deep Learning Tutorial | Deep Learning TensorFlow | Deep Learning With Neural...Deep Learning Tutorial | Deep Learning TensorFlow | Deep Learning With Neural...
Deep Learning Tutorial | Deep Learning TensorFlow | Deep Learning With Neural...
 
An Incomplete Introduction to Artificial Intelligence
An Incomplete Introduction to Artificial IntelligenceAn Incomplete Introduction to Artificial Intelligence
An Incomplete Introduction to Artificial Intelligence
 
1.ppt
1.ppt1.ppt
1.ppt
 
Artificial Neural Network An Important Asset For Future Computing
Artificial Neural Network   An Important Asset For Future ComputingArtificial Neural Network   An Important Asset For Future Computing
Artificial Neural Network An Important Asset For Future Computing
 
Deep Learning Training at Intel
Deep Learning Training at IntelDeep Learning Training at Intel
Deep Learning Training at Intel
 
ARTIFICIAL INTELLIGENCE & NEURAL NETWORKS
ARTIFICIAL INTELLIGENCE & NEURAL NETWORKSARTIFICIAL INTELLIGENCE & NEURAL NETWORKS
ARTIFICIAL INTELLIGENCE & NEURAL NETWORKS
 
DS Mirrors Artificial Intelligence ppt.ppt
DS Mirrors Artificial Intelligence ppt.pptDS Mirrors Artificial Intelligence ppt.ppt
DS Mirrors Artificial Intelligence ppt.ppt
 
C463_01_intro.ppt
C463_01_intro.pptC463_01_intro.ppt
C463_01_intro.ppt
 
C463_01_intro.ppt
C463_01_intro.pptC463_01_intro.ppt
C463_01_intro.ppt
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 

More from Samuel Dratwa

IoT (and M2M and WoT) From the Operators (CSP) perspective
IoT (and M2M and WoT) From the Operators (CSP) perspectiveIoT (and M2M and WoT) From the Operators (CSP) perspective
IoT (and M2M and WoT) From the Operators (CSP) perspective
Samuel Dratwa
 
Big Data 2107 for Ribbon
Big Data 2107 for RibbonBig Data 2107 for Ribbon
Big Data 2107 for Ribbon
Samuel Dratwa
 
Introduction to Cloud Computing 2021
Introduction to Cloud Computing 2021Introduction to Cloud Computing 2021
Introduction to Cloud Computing 2021
Samuel Dratwa
 
Is kubernetes a good choice for orchestration
Is kubernetes a good choice for orchestrationIs kubernetes a good choice for orchestration
Is kubernetes a good choice for orchestration
Samuel Dratwa
 
Cont0519
Cont0519Cont0519
Cont0519
Samuel Dratwa
 
Introduction to Kubernetes
Introduction to KubernetesIntroduction to Kubernetes
Introduction to Kubernetes
Samuel Dratwa
 
Virtualization technolegys for amdocs
Virtualization technolegys for amdocsVirtualization technolegys for amdocs
Virtualization technolegys for amdocs
Samuel Dratwa
 
Big Data NoSQL 1017
Big Data NoSQL 1017Big Data NoSQL 1017
Big Data NoSQL 1017
Samuel Dratwa
 
Telecom Abbreviations
Telecom AbbreviationsTelecom Abbreviations
Telecom Abbreviations
Samuel Dratwa
 
מונחים טכנולוגים למנהלי הדרכה באמדוקס
מונחים טכנולוגים למנהלי הדרכה באמדוקסמונחים טכנולוגים למנהלי הדרכה באמדוקס
מונחים טכנולוגים למנהלי הדרכה באמדוקס
Samuel Dratwa
 
Basic networking 07-2012
Basic networking 07-2012Basic networking 07-2012
Basic networking 07-2012
Samuel Dratwa
 
רשתות חברתיות ככלי מידע עסקי 2012
רשתות חברתיות ככלי מידע עסקי 2012רשתות חברתיות ככלי מידע עסקי 2012
רשתות חברתיות ככלי מידע עסקי 2012
Samuel Dratwa
 
NGN & IMS
NGN & IMSNGN & IMS
NGN & IMS
Samuel Dratwa
 
The future telecom
The future telecomThe future telecom
The future telecom
Samuel Dratwa
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud Computing
Samuel Dratwa
 
Web 2.0 (and the telecom industry)
Web 2.0 (and the telecom industry)Web 2.0 (and the telecom industry)
Web 2.0 (and the telecom industry)
Samuel Dratwa
 
רשתות חברתיות ומידע עסקי - או למה צריך להיות שם
רשתות חברתיות ומידע עסקי - או למה צריך להיות שםרשתות חברתיות ומידע עסקי - או למה צריך להיות שם
רשתות חברתיות ומידע עסקי - או למה צריך להיות שם
Samuel Dratwa
 

More from Samuel Dratwa (17)

IoT (and M2M and WoT) From the Operators (CSP) perspective
IoT (and M2M and WoT) From the Operators (CSP) perspectiveIoT (and M2M and WoT) From the Operators (CSP) perspective
IoT (and M2M and WoT) From the Operators (CSP) perspective
 
Big Data 2107 for Ribbon
Big Data 2107 for RibbonBig Data 2107 for Ribbon
Big Data 2107 for Ribbon
 
Introduction to Cloud Computing 2021
Introduction to Cloud Computing 2021Introduction to Cloud Computing 2021
Introduction to Cloud Computing 2021
 
Is kubernetes a good choice for orchestration
Is kubernetes a good choice for orchestrationIs kubernetes a good choice for orchestration
Is kubernetes a good choice for orchestration
 
Cont0519
Cont0519Cont0519
Cont0519
 
Introduction to Kubernetes
Introduction to KubernetesIntroduction to Kubernetes
Introduction to Kubernetes
 
Virtualization technolegys for amdocs
Virtualization technolegys for amdocsVirtualization technolegys for amdocs
Virtualization technolegys for amdocs
 
Big Data NoSQL 1017
Big Data NoSQL 1017Big Data NoSQL 1017
Big Data NoSQL 1017
 
Telecom Abbreviations
Telecom AbbreviationsTelecom Abbreviations
Telecom Abbreviations
 
מונחים טכנולוגים למנהלי הדרכה באמדוקס
מונחים טכנולוגים למנהלי הדרכה באמדוקסמונחים טכנולוגים למנהלי הדרכה באמדוקס
מונחים טכנולוגים למנהלי הדרכה באמדוקס
 
Basic networking 07-2012
Basic networking 07-2012Basic networking 07-2012
Basic networking 07-2012
 
רשתות חברתיות ככלי מידע עסקי 2012
רשתות חברתיות ככלי מידע עסקי 2012רשתות חברתיות ככלי מידע עסקי 2012
רשתות חברתיות ככלי מידע עסקי 2012
 
NGN & IMS
NGN & IMSNGN & IMS
NGN & IMS
 
The future telecom
The future telecomThe future telecom
The future telecom
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud Computing
 
Web 2.0 (and the telecom industry)
Web 2.0 (and the telecom industry)Web 2.0 (and the telecom industry)
Web 2.0 (and the telecom industry)
 
רשתות חברתיות ומידע עסקי - או למה צריך להיות שם
רשתות חברתיות ומידע עסקי - או למה צריך להיות שםרשתות חברתיות ומידע עסקי - או למה צריך להיות שם
רשתות חברתיות ומידע עסקי - או למה צריך להיות שם
 

Recently uploaded

SDSS1335+0728: The awakening of a ∼ 106M⊙ black hole⋆
SDSS1335+0728: The awakening of a ∼ 106M⊙ black hole⋆SDSS1335+0728: The awakening of a ∼ 106M⊙ black hole⋆
SDSS1335+0728: The awakening of a ∼ 106M⊙ black hole⋆
Sérgio Sacani
 
Male reproduction physiology by Suyash Garg .pptx
Male reproduction physiology by Suyash Garg .pptxMale reproduction physiology by Suyash Garg .pptx
Male reproduction physiology by Suyash Garg .pptx
suyashempire
 
gastroretentive drug delivery system-PPT.pptx
gastroretentive drug delivery system-PPT.pptxgastroretentive drug delivery system-PPT.pptx
gastroretentive drug delivery system-PPT.pptx
Shekar Boddu
 
Microbiology of Central Nervous System INFECTIONS.pdf
Microbiology of Central Nervous System INFECTIONS.pdfMicrobiology of Central Nervous System INFECTIONS.pdf
Microbiology of Central Nervous System INFECTIONS.pdf
sammy700571
 
Embracing Deep Variability For Reproducibility and Replicability
Embracing Deep Variability For Reproducibility and ReplicabilityEmbracing Deep Variability For Reproducibility and Replicability
Embracing Deep Variability For Reproducibility and Replicability
University of Rennes, INSA Rennes, Inria/IRISA, CNRS
 
23PH301 - Optics - Unit 1 - Optical Lenses
23PH301 - Optics  -  Unit 1 - Optical Lenses23PH301 - Optics  -  Unit 1 - Optical Lenses
23PH301 - Optics - Unit 1 - Optical Lenses
RDhivya6
 
Lattice Defects in ionic solid compound.pptx
Lattice Defects in ionic solid compound.pptxLattice Defects in ionic solid compound.pptx
Lattice Defects in ionic solid compound.pptx
DrRajeshDas
 
Post translation modification by Suyash Garg
Post translation modification by Suyash GargPost translation modification by Suyash Garg
Post translation modification by Suyash Garg
suyashempire
 
Farming systems analysis: what have we learnt?.pptx
Farming systems analysis: what have we learnt?.pptxFarming systems analysis: what have we learnt?.pptx
Farming systems analysis: what have we learnt?.pptx
Frédéric Baudron
 
cathode ray oscilloscope and its applications
cathode ray oscilloscope and its applicationscathode ray oscilloscope and its applications
cathode ray oscilloscope and its applications
sandertein
 
BIRDS DIVERSITY OF SOOTEA BISWANATH ASSAM.ppt.pptx
BIRDS  DIVERSITY OF SOOTEA BISWANATH ASSAM.ppt.pptxBIRDS  DIVERSITY OF SOOTEA BISWANATH ASSAM.ppt.pptx
BIRDS DIVERSITY OF SOOTEA BISWANATH ASSAM.ppt.pptx
goluk9330
 
Flow chart.pdf LIFE SCIENCES CSIR UGC NET CONTENT
Flow chart.pdf  LIFE SCIENCES CSIR UGC NET CONTENTFlow chart.pdf  LIFE SCIENCES CSIR UGC NET CONTENT
Flow chart.pdf LIFE SCIENCES CSIR UGC NET CONTENT
savindersingh16
 
LEARNING TO LIVE WITH LAWS OF MOTION .pptx
LEARNING TO LIVE WITH LAWS OF MOTION .pptxLEARNING TO LIVE WITH LAWS OF MOTION .pptx
LEARNING TO LIVE WITH LAWS OF MOTION .pptx
yourprojectpartner05
 
AJAY KUMAR NIET GreNo Guava Project File.pdf
AJAY KUMAR NIET GreNo Guava Project File.pdfAJAY KUMAR NIET GreNo Guava Project File.pdf
AJAY KUMAR NIET GreNo Guava Project File.pdf
AJAY KUMAR
 
一比一原版美国佩斯大学毕业证如何办理
一比一原版美国佩斯大学毕业证如何办理一比一原版美国佩斯大学毕业证如何办理
一比一原版美国佩斯大学毕业证如何办理
gyhwyo
 
快速办理(UAM毕业证书)马德里自治大学毕业证学位证一模一样
快速办理(UAM毕业证书)马德里自治大学毕业证学位证一模一样快速办理(UAM毕业证书)马德里自治大学毕业证学位证一模一样
快速办理(UAM毕业证书)马德里自治大学毕业证学位证一模一样
hozt8xgk
 
Sexuality - Issues, Attitude and Behaviour - Applied Social Psychology - Psyc...
Sexuality - Issues, Attitude and Behaviour - Applied Social Psychology - Psyc...Sexuality - Issues, Attitude and Behaviour - Applied Social Psychology - Psyc...
Sexuality - Issues, Attitude and Behaviour - Applied Social Psychology - Psyc...
PsychoTech Services
 
Synopsis presentation VDR gene polymorphism and anemia (2).pptx
Synopsis presentation VDR gene polymorphism and anemia (2).pptxSynopsis presentation VDR gene polymorphism and anemia (2).pptx
Synopsis presentation VDR gene polymorphism and anemia (2).pptx
FarhanaHussain18
 
JAMES WEBB STUDY THE MASSIVE BLACK HOLE SEEDS
JAMES WEBB STUDY THE MASSIVE BLACK HOLE SEEDSJAMES WEBB STUDY THE MASSIVE BLACK HOLE SEEDS
JAMES WEBB STUDY THE MASSIVE BLACK HOLE SEEDS
Sérgio Sacani
 
Gadgets for management of stored product pests_Dr.UPR.pdf
Gadgets for management of stored product pests_Dr.UPR.pdfGadgets for management of stored product pests_Dr.UPR.pdf
Gadgets for management of stored product pests_Dr.UPR.pdf
PirithiRaju
 

Recently uploaded (20)

SDSS1335+0728: The awakening of a ∼ 106M⊙ black hole⋆
SDSS1335+0728: The awakening of a ∼ 106M⊙ black hole⋆SDSS1335+0728: The awakening of a ∼ 106M⊙ black hole⋆
SDSS1335+0728: The awakening of a ∼ 106M⊙ black hole⋆
 
Male reproduction physiology by Suyash Garg .pptx
Male reproduction physiology by Suyash Garg .pptxMale reproduction physiology by Suyash Garg .pptx
Male reproduction physiology by Suyash Garg .pptx
 
gastroretentive drug delivery system-PPT.pptx
gastroretentive drug delivery system-PPT.pptxgastroretentive drug delivery system-PPT.pptx
gastroretentive drug delivery system-PPT.pptx
 
Microbiology of Central Nervous System INFECTIONS.pdf
Microbiology of Central Nervous System INFECTIONS.pdfMicrobiology of Central Nervous System INFECTIONS.pdf
Microbiology of Central Nervous System INFECTIONS.pdf
 
Embracing Deep Variability For Reproducibility and Replicability
Embracing Deep Variability For Reproducibility and ReplicabilityEmbracing Deep Variability For Reproducibility and Replicability
Embracing Deep Variability For Reproducibility and Replicability
 
23PH301 - Optics - Unit 1 - Optical Lenses
23PH301 - Optics  -  Unit 1 - Optical Lenses23PH301 - Optics  -  Unit 1 - Optical Lenses
23PH301 - Optics - Unit 1 - Optical Lenses
 
Lattice Defects in ionic solid compound.pptx
Lattice Defects in ionic solid compound.pptxLattice Defects in ionic solid compound.pptx
Lattice Defects in ionic solid compound.pptx
 
Post translation modification by Suyash Garg
Post translation modification by Suyash GargPost translation modification by Suyash Garg
Post translation modification by Suyash Garg
 
Farming systems analysis: what have we learnt?.pptx
Farming systems analysis: what have we learnt?.pptxFarming systems analysis: what have we learnt?.pptx
Farming systems analysis: what have we learnt?.pptx
 
cathode ray oscilloscope and its applications
cathode ray oscilloscope and its applicationscathode ray oscilloscope and its applications
cathode ray oscilloscope and its applications
 
BIRDS DIVERSITY OF SOOTEA BISWANATH ASSAM.ppt.pptx
BIRDS  DIVERSITY OF SOOTEA BISWANATH ASSAM.ppt.pptxBIRDS  DIVERSITY OF SOOTEA BISWANATH ASSAM.ppt.pptx
BIRDS DIVERSITY OF SOOTEA BISWANATH ASSAM.ppt.pptx
 
Flow chart.pdf LIFE SCIENCES CSIR UGC NET CONTENT
Flow chart.pdf  LIFE SCIENCES CSIR UGC NET CONTENTFlow chart.pdf  LIFE SCIENCES CSIR UGC NET CONTENT
Flow chart.pdf LIFE SCIENCES CSIR UGC NET CONTENT
 
LEARNING TO LIVE WITH LAWS OF MOTION .pptx
LEARNING TO LIVE WITH LAWS OF MOTION .pptxLEARNING TO LIVE WITH LAWS OF MOTION .pptx
LEARNING TO LIVE WITH LAWS OF MOTION .pptx
 
AJAY KUMAR NIET GreNo Guava Project File.pdf
AJAY KUMAR NIET GreNo Guava Project File.pdfAJAY KUMAR NIET GreNo Guava Project File.pdf
AJAY KUMAR NIET GreNo Guava Project File.pdf
 
一比一原版美国佩斯大学毕业证如何办理
一比一原版美国佩斯大学毕业证如何办理一比一原版美国佩斯大学毕业证如何办理
一比一原版美国佩斯大学毕业证如何办理
 
快速办理(UAM毕业证书)马德里自治大学毕业证学位证一模一样
快速办理(UAM毕业证书)马德里自治大学毕业证学位证一模一样快速办理(UAM毕业证书)马德里自治大学毕业证学位证一模一样
快速办理(UAM毕业证书)马德里自治大学毕业证学位证一模一样
 
Sexuality - Issues, Attitude and Behaviour - Applied Social Psychology - Psyc...
Sexuality - Issues, Attitude and Behaviour - Applied Social Psychology - Psyc...Sexuality - Issues, Attitude and Behaviour - Applied Social Psychology - Psyc...
Sexuality - Issues, Attitude and Behaviour - Applied Social Psychology - Psyc...
 
Synopsis presentation VDR gene polymorphism and anemia (2).pptx
Synopsis presentation VDR gene polymorphism and anemia (2).pptxSynopsis presentation VDR gene polymorphism and anemia (2).pptx
Synopsis presentation VDR gene polymorphism and anemia (2).pptx
 
JAMES WEBB STUDY THE MASSIVE BLACK HOLE SEEDS
JAMES WEBB STUDY THE MASSIVE BLACK HOLE SEEDSJAMES WEBB STUDY THE MASSIVE BLACK HOLE SEEDS
JAMES WEBB STUDY THE MASSIVE BLACK HOLE SEEDS
 
Gadgets for management of stored product pests_Dr.UPR.pdf
Gadgets for management of stored product pests_Dr.UPR.pdfGadgets for management of stored product pests_Dr.UPR.pdf
Gadgets for management of stored product pests_Dr.UPR.pdf
 

Artificial Intelligence (and the telecom industry)

  • 2. Agenda  Introduction to AI  ML, DL , NLP  Neural networks  TPU  What telecom industry is doing with AI
  • 3. AI is (always) in the headlines
  • 4. 4 AI is in the headlines – google news
  • 5. Can you give me an example ?  Siri / Alexa  Google go  Deep Blue  Autonomous cars
  • 7. AI is an old idea
  • 8. The Origins of AI Hype 1950 Turing predicted that in about fifty years "an average interrogator will not have more than a 70 percent chance of making the right identification after five minutes of questioning". 1957 Newell and Simon predicted that "Within ten years a computer will be the world's chess champion, unless the rules bar it from competition."
  • 9. The Mechanical Turk 9 The Turk, aka the Mechanical Turk, was a fake chess playing machine constructed in the late 18th century. From 1770 until its destruction by fire in 1854 it was exhibited by various owners as an automaton, though it was eventually revealed to be an elaborate hoax.[1] Constructed and unveiled in 1770 by Wolfgang von Kempelen (1734–1804) to impress Empress Maria Theresa of Austria, the mechanism appeared to be able to play a strong game of chess against a human opponent, as well as perform the knight's tour, a puzzle that requires the player to move a knight to occupy every square of a chessboard exactly once.
  • 10. Academic Definition of AI Artificial intelligence is the study of how to make computers do things that people are better at or would be better at if: • they could extend what they do to a WorldWideWeb-sized amount of data and • not make mistakes. What people are better at ? •Common sense reasoning • Vision • Moving around • Language
  • 14. AI, ML and DL 14
  • 15. Our definition  A (self) learning software that can adopt to new situation and interact with humans, giving them a user experience like human. 15
  • 17. ChatBot is already the standard 17
  • 18. How Can We Teach Things to Computers? A quote from John McCarthy: In order for a program to be capable of learning something, it must first be capable of being told it. What do you say ?
  • 19. What is a Concept / idea ? Let’s start with an easy one: chair
  • 20.
  • 22.
  • 24.
  • 25.
  • 26.
  • 27.
  • 31. Concept Acquisition Pat Winston’s program (1970) learned concepts in the blocks micro-world.
  • 32. There is a better way 32
  • 34. Neuron in human brain 34
  • 35. Modeling of Brain Functions unit and connection in the interpretive network unit and connection in the gating network unit and connection in the top-down bias network layer l +1 layer l -1 layer l
  • 36. Why Artificial Neural Networks? There are two basic reasons why we are interested in building artificial neural networks (ANNs): • Biological viewpoint: ANNs can be used to replicate and simulate components of the human brain, thereby giving us insight into natural information processing. • Technical viewpoint: Some problems such as character recognition or the prediction of future states of a system require massively parallel and adaptive processing.
  • 37. How do NNs and ANNs work? • The “building blocks” of neural networks are the neurons. • Basically, each neuron  receives input from many other neurons (via synapses),  changes its internal state (activation) based on the current input,  sends one output signal to many other neurons, possibly including its input neurons (recurrent network)
  • 38. An Artificial Neuron o1 o2 on … wi1 wi2 … win    n j j ij i t o t w t 1 ) ( ) ( ) ( net oi neuron i net input signal )) ( net ), 1 ( ( ) ( a t t a F t i i i i   synapses activation output )) ( ( ) ( o t a f t i i i 
  • 39. The Activation Function One possible choice is a threshold function:    ) ( net if , 1 )) ( net ( t t f i i i otherwise , 0  The graph of this function looks like this: 1 0  fi(neti(t)) neti(t)
  • 40. Sigmoidal Neurons The parameter  controls the slope of the sigmoid function, while the parameter  controls the horizontal offset of the function in a way similar to the threshold neurons. 1 0 1 fi(neti(t)) neti(t) -1   / ) ) ( net ( 1 1 )) ( net (     t i i i e t f  = 1  = 0.1
  • 41. How do NNs and ANNs work? • Information is transmitted as a series of electric impulses, so-called spikes. • The frequency and phase of these spikes encodes the information. • In biological systems, one neuron can be connected to as many as 10,000 other neurons. • Neurons of similar functionality are usually organized in separate areas (or layers). • Often, there is a hierarchy of interconnected layers with the lowest layer receiving sensory input and neurons in higher layers computing more complex functions.
  • 42. How do NNs and ANNs work? • NNs are able to learn by adapting their connectivity patterns so that the organism improves its behavior in terms of reaching certain (evolutionary) goals. • The strength of a connection, or whether it is excitatory or inhibitory, depends on the state of a receiving neuron’s synapses. • The NN achieves learning by appropriately adapting the states of its synapses.
  • 43. There is a better way 43
  • 44. Learning in ANNs Obviously, the polynomial of degree 2 provides the most plausible fit. f(x) x deg. 1 deg. 2 deg. 9
  • 45. Copyright © 2016 LOGTEL Evaluation of Networks • Basic idea: define error function and measure error for untrained data (testing set) • Typical: where d is the desired output, and o is the actual output. • For classification: E = number of misclassified samples/ total number of samples    i i i o d 2 ) ( E
  • 47. Today we have the tools
  • 49. Crowd sourcing  In his 1907 publication in Nature, Francis Galton reports on a crowd at a state fair, which was able to guess the weight of an ox better than any cattle expert.  Intrigued by this phenomenon James Surowiecki in 2004 publishes: “The Wisdom of Crowds: Why the Many are Smarter than the Few and How Collective Wisdom Shapes Business, Economies, Societies and Nations” 49
  • 51. Crowed is not just Humans  The crowed can be webpages (or any device) English spelling What’s more expensive gold or copper Translate Identify 51
  • 52. Google goggles (was replaced by Lens) 52
  • 53. 53
  • 54. CAPTCHA - Completely Automated Public Turing test to tell Computers and Humans Apart 54
  • 55. 55
  • 56. Google use CAPTCHA to read 56
  • 57. A glimpse to the future (?) 57
  • 58. Potential AI Use Cases in Telecom • Network operations monitoring and management • Predictive maintenance • Fraud mitigation • Cybersecurity • Customer service and marketing virtual digital assistants • Intelligent CRM systems • CEM • Base station profitability • Preventive maintenance • Battery Capex optimization • Trouble ticket prioritization 58
  • 59. 59
  • 60. 60
  • 61. 61
  • 62. 62
  • 63. 63
  • 64. 64