SlideShare a Scribd company logo
1 of 45
Lesson 1
An Introduction to AI and Its History
1
2
Legal Disclaimers
No license (express or implied, by estoppel or otherwise) to any intellectual property rights is granted by
this document.
Intel technologies’ features and benefits depend on system configuration and may require enabled
hardware, software or service activation. Performance varies depending on system configuration. Check
with your system manufacturer or retailer or learn more at intel.com.
Intel disclaims all express and implied warranties, including without limitation, the implied warranties of
merchantability, fitness for a particular purpose, and non-infringement, as well as any warranty arising
from course of performance, course of dealing, or usage in trade.
Copies of documents which have an order number and are referenced in this document may be obtained
by calling 1-800-548-4725 or by visiting www.intel.com/design/literature.htm.
Intel and the Intel logo are trademarks of Intel Corporation in the U.S. and/or other countries.
*Other names and brands may be claimed as the property of others
Copyright Š 2018 Intel Corporation. All rights reserved.
3
Learning Objectives
▪ Define “Artificial Intelligence” (AI),
“Machine Learning” (ML), and “Deep Learning” (DL)
▪ Explain how DL helps solve classical ML limitations.
▪ Explain key historical developments,
and the “hype-AI winter cycle.”
▪ Differentiate modern AI from prior AI.
▪ Relate sample applications of AI.
You will be able to:
4
AI Breakthroughs
Machine translation
As of 2016, we have achieved near-
human performance using the latest AI
techniques.
“I am a
student”
“Je suis
étudiant”
Image classification
“Dog” “Cat”
As of 2015, computers can be trained
to perform better on this task than
humans.
5
AI Is The New Electricity
“About 100 years ago, electricity
transformed every major industry. AI
has advanced to the point where it
has the power to transform…every
major sector in coming years.”
-Andrew Ng, Stanford University
0
13
25
38
50
2016 2020
Projected Revenue (in billions USD)
Generated from AI, 2016-2020 (IDC)
6
▪ Artificial Intelligence
▪ Machine Learning
▪ Deep Learning
7
Definitions
“A branch of computer science dealing with the simulation of intelligent
behavior in computers.” (Merriam-Webster)
“A program that can sense, reason, act, and adapt.” (Intel)
“Colloquially, the term ‘artificial intelligence’ is applied when a machine
mimics ‘cognitive’ functions that humans associate with other human
minds, such as ‘learning' and ‘problem solving’.” (Wikipedia)
8
Artificial Intelligence
9
Machine Learning
“The study and construction of
programs that are not explicitly
programmed, but learn patterns as
they are exposed to more data over
time.” (Intel)
10
Machine Learning
These programs learn from repeatedly seeing data,
rather than being explicitly programmed by humans.
NOT SPAM?
Machine
Learning
Program
The more emails the
program sees…
SPAM?
…the better it gets at
classification
Emails are labeled as
spam vs. not
11
Machine Learning Terminology
Target:
Column to be predicted.
Features:
Attributes of the data.
This example is learning to classify a species from a set of measurement
features.
12
Two Main Types of Machine Learning
Has a target
column
Supervised
Learning
Unsupervised
Learning
Dataset Goal Example
Does not have a
target column
Make
predictions
Find
structure in
the data
Fraud
detection
Customer
segmentation
13
Machine Learning Example
• Suppose you wanted to identify fraudulent credit card transactions.
• You could define features to be:
• Transaction time
• Transaction amount
• Transaction location
• Category of purchase
• The algorithm could learn what feature
combinations suggest unusual activity.
14
Machine Learning Limitations
• Suppose you wanted to determine if an
image is of a cat or a dog.
• What features would you use?
• This is where Deep Learning can come in.
Dog and cat recognition
15
Deep Learning
“Machine learning that involves using
very complicated models called “deep
neural networks”." (Intel)
Models determine best representation
of original data; in classic machine
learning, humans must do this.
16
Classic
Machine
Learning
Step 1: Determine
features.
Step 2: Feed them
through model.
“Arjun"
Neural Network
“Arjun"
Deep
Learning
Steps 1 and 2
are combined
into 1 step.
Deep Learning Example
Machine
Learning
Classifier
Algorithm
Feature
Detection
17
18
History of AI
AI has experienced several hype cycles, where it has oscillated
between periods of excitement and disappointment.
“AI Winter” late
1960s-1970s
“AI Winter” late
1980s-1990s
Early
algorithms
Expert
system
s
Neural
networks
Machine
learning
Deep
learning
19
1950s: Early AI
• 1950: Alan Turing developed the Turing test to
test a machines ability to exhibit intelligent
behavior.
• 1956: Artificial Intelligence was accepted as a
field at the Dartmouth Conference.
• 1957: Frank Rosenblatt invented the
perceptron algorithm. This was the precursor
to modern neural networks.
• 1959: Arthur Samuel published an algorithm
for a checkers program using machine
learning.
20
The First “AI Winter”
• 1966: ALPAC committee evaluated AI
techniques for machine translation and
determined there was little yield from the
investment.
• 1969: Marvin Minsky published a book on the
limitations of the Perceptron algorithm which
slowed research in neural networks.
• 1973: The Lighthill report highlights AI’s
failure to live up to promises.
• The two reports led to cuts in government
funding for AI research leading to the first “AI
Winter.”
John R. Pierce, head of ALPAC
1980’s AI Boom
• Expert Systems - systems with programmed
rules designed to mimic human experts.
• Ran on mainframe computers with specialized
programming languages (e.g. LISP).
• Were the first widely-used AI technology, with
two-thirds of "Fortune 500" companies using
them at their peak.
• 1986: The “Backpropogation” algorithm is able to
train multi-layer perceptrons leading to new
successes and interest in neural network
research. Early expert
systems machine
21
Another AI Winter (late 1980’s – early 1990s)
• Expert systems’ progress on solving business problems slowed.
• Expert systems began to be melded into software suites of general
business applications (e.g. SAP, Oracle) that could run on PCs instead
of mainframes.
• Neural networks didn’t scale to large problems.
• Interest in AI in business declined.
22
23
Late 1990’s to early 2000’s: Classical Machine
Learning
• Advancements in the SVM algorithm led to it
becoming the machine learning method of choice.
• AI solutions had successes in speech recognition,
medical diagnosis, robotics, and many other areas.
• AI algorithms were integrated into larger systems
and became useful throughout industry.
• The Deep Blue chess system beat world chess
champion Garry Kasparov.
• Google search engine launched using artificial
intelligence technology.
IBM supercomputer
24
2006: Rise of Deep Learning
• 2006: Geoffrey Hinton publishes a paper on
unsupervised pre-training that allowed deeper
neural networks to be trained.
• Neural networks are rebranded to deep learning.
• 2009: The ImageNet database of human-tagged
images is presented at the CVPR conference.
• 2010: Algorithms compete on several visual
recognition tasks at the first ImageNet competition.
25
26
Deep Learning Breakthroughs (2012 – Present)
• In 2012, deep learning beats previous
benchmark on the ImageNet competition.
• In 2013, deep learning is used to understand
“conceptual meaning” of words.
• In 2014, similar breakthroughs
appeared in language translation.
• These have led to advancements in Web
Search, Document Search, Document
Summarization, and Machine Translation.
“Hello” “你好”
Google Translate
*Other names and brands may be claimed as the property of others.
27
Deep Learning Breakthroughs (2012 – Present)
• In 2014, computer vision algorithm can
describe photos.
• In 2015, Deep learning platform
TensorFlow* is developed.
• In 2016, DeepMind* AlphaGo,
developed by Aja Huang, beats Go
master Lee Se-dol.
*Other names and brands may be claimed as the property of others.
28
Modern AI (2012 – Present): Deep Learning Impact
Computer vision
Self-driving cars:
object detection
Healthcare:
improved diagnosis
Natural language
Communication:
language translation
29
How Is This Era of AI Different?
Cutting Edge
Results in a
Variety of Fields
Bigger
Datasets
Faster
Computers
Neural Nets
30
Other Modern AI Factors
• Continued expansion of open source AI,
especially in Python*, aiding machine
learning and big data ecosystems.
• Leading deep learning libraries open
sourced, allowing further adoption by
industry.
• Open sourcing of large datasets of
millions of labeled images, text datasets
such as Wikipedia has also driven
breakthroughs.
*Other names and brands may be claimed as the property of others.
Health Industrial
Enhanced
Diagnostics
Drug Discovery
Patient Care
Research
Sensory Aids
Factory
Automation
Predictive
Maintenance
Precision
Agriculture
Field
Automation
31
Source: Intel forecast
Transformative Changes
Finance Energy
Algorithmic
Trading
Fraud Detection
Research
Personal
Finance
Risk Mitigation
Oil & Gas
Exploration
Smart
Grid
Operational
Improvement
Conservation
32
Source: Intel forecast
Transformative Changes
Government Transport
Defense
Data
Insights
Safety &
Security
Engagement
Smarter
Cities
Autonomous
Cars
Automated
Trucking
Aerospace
Shipping
Search &
Rescue
33
Source: Intel forecast
Transformative Changes
Other Transport
Advertising
Education
Gaming
Professional & IT
Services
Telco/Media
Sports
Autonomous
Cars
Automated
Trucking
Aerospace
Shipping
Search &
Rescue
34
Source: Intel forecast
Transformative Changes
35
36
AI Omnipresence In Transportation
Navigation
Google & Waze find the fastest route,
by processing traffic data.
Ride sharing
Uber & Lyft predict real-time demand
using AI techniques, machine
learning, deep learning.
37
AI Omnipresence In Social Media
Audience
Facebook & Twitter use AI to decide
what content to present in their
feeds to different audiences.
Content
Image recognition and sentiment
analysis to ensure that content of the
appropriate “mood” is being served.
38
AI Omnipresence In Daily Life
Natural language
We carry around powerful natural
language processing algorithms in
our phones/computers.
Object detection
Cameras like Amazon DeepLens* or
Google Clips* use object detection to
determine when to take a photo.
*Other names and brands may be claimed as the property of others.
39
Latest Developments: Computer Vision
2012
Deep Learning
“proven” to work for
image classification.
2015
Models outperform
humans on image
classification.
2016
Object detection
models beat previous
benchmarks.
40
Application Area: Abandoned Baggage Detection
• We can automatically detect when
baggage has been left unattended,
potentially saving lives.
• This system relies on the breakthroughs
we discussed:
• Cutting edge object detection.
• Fast hardware on which to train
the model (IntelÂŽ XeonÂŽ
processors in this case). Abandoned baggage
41
Learning Objectives Recap
▪ Define “Artificial Intelligence” (AI),
“Machine Learning” (ML), and “Deep Learning” (DL).
▪ Explain how DL helps solve classical ML limitations.
▪ Explain key historical developments,
and the “hype-AI winter cycle.”
▪ Differentiate modern AI from prior AI.
▪ Relate sample applications of AI.
In this session, we worked to:
42
Sources for information and images used in this presentation
Ai face image: √ https://pixabay.com/en/girl-woman-face-eyes-close-up-320262/
Dog image: √ https://www.pexels.com/photo/adorable-animal-breed-canine-356378/
Cat image: √ https://www.pexels.com/photo/adorable-animal-baby-blur-177809/
Brain image: √ http://www.publicdomainpictures.net/view-
image.php?image=130359&picture=human-brain
Email icon: √ https://pixabay.com/en/mail-message-email-send-message-1454731/
Credit card: √ https://www.pexels.com/photo/atm-atm-card-card-credit-card-371066/
Dog and cat image: √ https://pixabay.com/en/cat-dog-animals-pets-garden-71494/
John Pierce: √ https://commons.wikimedia.org/wiki/File:John_Robinson_Pierce.jpg
43
Sources for information and images used in this presentation
Mainframe Computer: √
https://en.wikipedia.org/wiki/IBM_System/360_Model_40#/media/File:IBM_System_360_at_USDA.j
pg
Car: √ https://upload.wikimedia.org/wikipedia/commons/thumb/3/3e/Stanley2.JPG/1200px-
Stanley2.JPG
Spotify/netflix: √ https://www.pexels.com/photo/spotify-netflix-mockup-364676/
Googlecar: √
https://commons.wikimedia.org/wiki/File:Secretary_Kerry_Views_the_Computers_Inside_One_of_G
oogle%27s_Self-
Driving_Cars_at_the_2016_Global_Entrepreneurship_Summit%27s_Innovation_Marketplace_at_St
anford_University_(27786624121).jpg
Emoji: √ https://pixabay.com/en/emoji-emoticon-smilies-icon-faces-2074153/
44
Sources for information and images used in this presentation
Stethoscope: √ https://pixnio.com/science/medical-science/stethoscope-mobile-phone-diagnosis-pulse-
cardiology-medicine-healthcare
Translation keys: √ https://www.pexels.com/photo/interpretation-transcription-translation-569313/
Googletranslate: √ https://commons.wikimedia.org/wiki/File:Google_Translate_logo.svg
Big data: √ https://pixabay.com/en/big-data-data-world-cloud-1667184/
Google pin: √ https://pixabay.com/en/navigation-gps-location-google-2049643/
Suv: √ http://maxpixel.freegreatpicture.com/Land-Truck-Range-Vehicle-Range-Rover-Car-4-Rover-
2015663
Social media: √ https://pixabay.com/en/social-media-manager-online-woman-1966010/
Girlphone: √ https://pixnio.com/people/female-women/digital-camera-mobile-phone-fashion-girl-
smartphone-woman
Phonehand: √ https://www.pexels.com/photo/internet-mobile-phone-phone-screen-270661/
45

More Related Content

What's hot

Deep Learning - The Past, Present and Future of Artificial Intelligence
Deep Learning - The Past, Present and Future of Artificial IntelligenceDeep Learning - The Past, Present and Future of Artificial Intelligence
Deep Learning - The Past, Present and Future of Artificial IntelligenceLukas Masuch
 
HISTORY OF ARTIFICIAL INTELLIGENCE
HISTORY OF ARTIFICIAL INTELLIGENCEHISTORY OF ARTIFICIAL INTELLIGENCE
HISTORY OF ARTIFICIAL INTELLIGENCESohiniGuha7
 
Landscape of AI/ML in 2023
Landscape of AI/ML in 2023Landscape of AI/ML in 2023
Landscape of AI/ML in 2023HyunJoon Jung
 
Machine Learning
Machine LearningMachine Learning
Machine LearningKumar P
 
Introduction To Artificial Intelligence Powerpoint Presentation Slides
Introduction To Artificial Intelligence Powerpoint Presentation SlidesIntroduction To Artificial Intelligence Powerpoint Presentation Slides
Introduction To Artificial Intelligence Powerpoint Presentation SlidesSlideTeam
 
ARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCEARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCEMidhuti
 
PPT on Artificial Intelligence(A.I.)
PPT on Artificial Intelligence(A.I.) PPT on Artificial Intelligence(A.I.)
PPT on Artificial Intelligence(A.I.) Aakanksh Nath
 
Ethics in the use of Data & AI
Ethics in the use of Data & AI Ethics in the use of Data & AI
Ethics in the use of Data & AI Kalilur Rahman
 
Artificial intelligence (ai)
Artificial intelligence (ai)Artificial intelligence (ai)
Artificial intelligence (ai)BilalAhmed802
 
Simplified Introduction to AI
Simplified Introduction to AISimplified Introduction to AI
Simplified Introduction to AIDeepu S Nath
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligenceMihir Shah
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial IntelligenceGirish Naik
 
Chapter 3 artificial intelligence
Chapter 3   artificial intelligenceChapter 3   artificial intelligence
Chapter 3 artificial intelligenceJAPHETFULMARAN1
 
artificial intelligence
artificial intelligenceartificial intelligence
artificial intelligencevallibhargavi
 
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...Edureka!
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligencesaloni sharma
 

What's hot (20)

Deep Learning - The Past, Present and Future of Artificial Intelligence
Deep Learning - The Past, Present and Future of Artificial IntelligenceDeep Learning - The Past, Present and Future of Artificial Intelligence
Deep Learning - The Past, Present and Future of Artificial Intelligence
 
HISTORY OF ARTIFICIAL INTELLIGENCE
HISTORY OF ARTIFICIAL INTELLIGENCEHISTORY OF ARTIFICIAL INTELLIGENCE
HISTORY OF ARTIFICIAL INTELLIGENCE
 
Landscape of AI/ML in 2023
Landscape of AI/ML in 2023Landscape of AI/ML in 2023
Landscape of AI/ML in 2023
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
A.I.PPT
A.I.PPTA.I.PPT
A.I.PPT
 
Introduction To Artificial Intelligence Powerpoint Presentation Slides
Introduction To Artificial Intelligence Powerpoint Presentation SlidesIntroduction To Artificial Intelligence Powerpoint Presentation Slides
Introduction To Artificial Intelligence Powerpoint Presentation Slides
 
ARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCEARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCE
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
PPT on Artificial Intelligence(A.I.)
PPT on Artificial Intelligence(A.I.) PPT on Artificial Intelligence(A.I.)
PPT on Artificial Intelligence(A.I.)
 
Ethics in the use of Data & AI
Ethics in the use of Data & AI Ethics in the use of Data & AI
Ethics in the use of Data & AI
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Artificial intelligence (ai)
Artificial intelligence (ai)Artificial intelligence (ai)
Artificial intelligence (ai)
 
Simplified Introduction to AI
Simplified Introduction to AISimplified Introduction to AI
Simplified Introduction to AI
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Chapter 3 artificial intelligence
Chapter 3   artificial intelligenceChapter 3   artificial intelligence
Chapter 3 artificial intelligence
 
artificial intelligence
artificial intelligenceartificial intelligence
artificial intelligence
 
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 

Similar to Lesson 1 intro to ai

ARTIFICIAL INTELLIGENCE.pptx
ARTIFICIAL INTELLIGENCE.pptxARTIFICIAL INTELLIGENCE.pptx
ARTIFICIAL INTELLIGENCE.pptxBryCunal
 
AI in Manufacturing: Opportunities & Challenges
AI in Manufacturing: Opportunities & ChallengesAI in Manufacturing: Opportunities & Challenges
AI in Manufacturing: Opportunities & ChallengesTathagat Varma
 
ARTIFICIAL INTELLIGENCEr.pdf
ARTIFICIAL INTELLIGENCEr.pdfARTIFICIAL INTELLIGENCEr.pdf
ARTIFICIAL INTELLIGENCEr.pdfssusere55750
 
ARTIFICIAL INTELLIGENCEr.pdf
ARTIFICIAL INTELLIGENCEr.pdfARTIFICIAL INTELLIGENCEr.pdf
ARTIFICIAL INTELLIGENCEr.pdfMuhammad Sohail
 
Artificial-Intelligence-High-Technology-PowerPoint-Templates-1.pptx
Artificial-Intelligence-High-Technology-PowerPoint-Templates-1.pptxArtificial-Intelligence-High-Technology-PowerPoint-Templates-1.pptx
Artificial-Intelligence-High-Technology-PowerPoint-Templates-1.pptxssuserf3a100
 
Artificial Intelligence and Machine Learning
Artificial Intelligence and Machine LearningArtificial Intelligence and Machine Learning
Artificial Intelligence and Machine LearningMykola Dobrochynskyy
 
Cognitive technologies
Cognitive technologiesCognitive technologies
Cognitive technologiesGiuliano Tavaroli
 
IBM Watson & Cognitive Computing - Tech In Asia 2016
IBM Watson & Cognitive Computing - Tech In Asia 2016IBM Watson & Cognitive Computing - Tech In Asia 2016
IBM Watson & Cognitive Computing - Tech In Asia 2016Nugroho Gito
 
AI PROJECT - Created by: Shreya Kumbhar
AI PROJECT - Created by: Shreya KumbharAI PROJECT - Created by: Shreya Kumbhar
AI PROJECT - Created by: Shreya Kumbharshreyakumbhar14
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligenceBiniam Behailu
 
Artificial intelligence-full -report.doc
Artificial intelligence-full -report.docArtificial intelligence-full -report.doc
Artificial intelligence-full -report.docdaksh Talsaniya
 
History of AI - Presentation by Sanjay Kumar
History of AI - Presentation by Sanjay KumarHistory of AI - Presentation by Sanjay Kumar
History of AI - Presentation by Sanjay KumarSanjay Kumar
 
History of AI
History of AIHistory of AI
History of AISanjay Kumar
 
Deep Learning disruption
Deep Learning disruptionDeep Learning disruption
Deep Learning disruptionUsman Qayyum
 
Chapter Three, four, five and six.ppt ITEtx
Chapter Three, four, five and six.ppt ITEtxChapter Three, four, five and six.ppt ITEtx
Chapter Three, four, five and six.ppt ITEtxgadisaAdamu
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence4imprint
 

Similar to Lesson 1 intro to ai (20)

When AI becomes a data-driven machine, and digital is everywhere!
When AI becomes a data-driven machine, and digital is everywhere!When AI becomes a data-driven machine, and digital is everywhere!
When AI becomes a data-driven machine, and digital is everywhere!
 
ARTIFICIAL INTELLIGENCE.pptx
ARTIFICIAL INTELLIGENCE.pptxARTIFICIAL INTELLIGENCE.pptx
ARTIFICIAL INTELLIGENCE.pptx
 
AI in Manufacturing: Opportunities & Challenges
AI in Manufacturing: Opportunities & ChallengesAI in Manufacturing: Opportunities & Challenges
AI in Manufacturing: Opportunities & Challenges
 
ARTIFICIAL INTELLIGENCEr.pdf
ARTIFICIAL INTELLIGENCEr.pdfARTIFICIAL INTELLIGENCEr.pdf
ARTIFICIAL INTELLIGENCEr.pdf
 
ARTIFICIAL INTELLIGENCEr.pdf
ARTIFICIAL INTELLIGENCEr.pdfARTIFICIAL INTELLIGENCEr.pdf
ARTIFICIAL INTELLIGENCEr.pdf
 
Ai
AiAi
Ai
 
Artificial-Intelligence-High-Technology-PowerPoint-Templates-1.pptx
Artificial-Intelligence-High-Technology-PowerPoint-Templates-1.pptxArtificial-Intelligence-High-Technology-PowerPoint-Templates-1.pptx
Artificial-Intelligence-High-Technology-PowerPoint-Templates-1.pptx
 
Artificial Intelligence and Machine Learning
Artificial Intelligence and Machine LearningArtificial Intelligence and Machine Learning
Artificial Intelligence and Machine Learning
 
Cognitive technologies
Cognitive technologiesCognitive technologies
Cognitive technologies
 
IBM Watson & Cognitive Computing - Tech In Asia 2016
IBM Watson & Cognitive Computing - Tech In Asia 2016IBM Watson & Cognitive Computing - Tech In Asia 2016
IBM Watson & Cognitive Computing - Tech In Asia 2016
 
Ch~3.pdf
Ch~3.pdfCh~3.pdf
Ch~3.pdf
 
AI PROJECT - Created by: Shreya Kumbhar
AI PROJECT - Created by: Shreya KumbharAI PROJECT - Created by: Shreya Kumbhar
AI PROJECT - Created by: Shreya Kumbhar
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Artificial intelligence-full -report.doc
Artificial intelligence-full -report.docArtificial intelligence-full -report.doc
Artificial intelligence-full -report.doc
 
AI KIMSRAD.pptx
AI KIMSRAD.pptxAI KIMSRAD.pptx
AI KIMSRAD.pptx
 
History of AI - Presentation by Sanjay Kumar
History of AI - Presentation by Sanjay KumarHistory of AI - Presentation by Sanjay Kumar
History of AI - Presentation by Sanjay Kumar
 
History of AI
History of AIHistory of AI
History of AI
 
Deep Learning disruption
Deep Learning disruptionDeep Learning disruption
Deep Learning disruption
 
Chapter Three, four, five and six.ppt ITEtx
Chapter Three, four, five and six.ppt ITEtxChapter Three, four, five and six.ppt ITEtx
Chapter Three, four, five and six.ppt ITEtx
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 

More from ankit_ppt

Deep learning summary
Deep learning summaryDeep learning summary
Deep learning summaryankit_ppt
 
08 neural networks
08 neural networks08 neural networks
08 neural networksankit_ppt
 
07 learning
07 learning07 learning
07 learningankit_ppt
 
06 image features
06 image features06 image features
06 image featuresankit_ppt
 
05 contours seg_matching
05 contours seg_matching05 contours seg_matching
05 contours seg_matchingankit_ppt
 
04 image transformations_ii
04 image transformations_ii04 image transformations_ii
04 image transformations_iiankit_ppt
 
03 image transformations_i
03 image transformations_i03 image transformations_i
03 image transformations_iankit_ppt
 
02 image processing
02 image processing02 image processing
02 image processingankit_ppt
 
01 foundations
01 foundations01 foundations
01 foundationsankit_ppt
 
Word2 vec
Word2 vecWord2 vec
Word2 vecankit_ppt
 
Text similarity measures
Text similarity measuresText similarity measures
Text similarity measuresankit_ppt
 
Text generation and_advanced_topics
Text generation and_advanced_topicsText generation and_advanced_topics
Text generation and_advanced_topicsankit_ppt
 
Nlp toolkits and_preprocessing_techniques
Nlp toolkits and_preprocessing_techniquesNlp toolkits and_preprocessing_techniques
Nlp toolkits and_preprocessing_techniquesankit_ppt
 
Matrix decomposition and_applications_to_nlp
Matrix decomposition and_applications_to_nlpMatrix decomposition and_applications_to_nlp
Matrix decomposition and_applications_to_nlpankit_ppt
 
Machine learning and_nlp
Machine learning and_nlpMachine learning and_nlp
Machine learning and_nlpankit_ppt
 
Latent dirichlet allocation_and_topic_modeling
Latent dirichlet allocation_and_topic_modelingLatent dirichlet allocation_and_topic_modeling
Latent dirichlet allocation_and_topic_modelingankit_ppt
 
Intro to nlp
Intro to nlpIntro to nlp
Intro to nlpankit_ppt
 
Ot regularization and_gradient_descent
Ot regularization and_gradient_descentOt regularization and_gradient_descent
Ot regularization and_gradient_descentankit_ppt
 
Ml10 dimensionality reduction-and_advanced_topics
Ml10 dimensionality reduction-and_advanced_topicsMl10 dimensionality reduction-and_advanced_topics
Ml10 dimensionality reduction-and_advanced_topicsankit_ppt
 
Ml9 introduction to-unsupervised_learning_and_clustering_methods
Ml9 introduction to-unsupervised_learning_and_clustering_methodsMl9 introduction to-unsupervised_learning_and_clustering_methods
Ml9 introduction to-unsupervised_learning_and_clustering_methodsankit_ppt
 

More from ankit_ppt (20)

Deep learning summary
Deep learning summaryDeep learning summary
Deep learning summary
 
08 neural networks
08 neural networks08 neural networks
08 neural networks
 
07 learning
07 learning07 learning
07 learning
 
06 image features
06 image features06 image features
06 image features
 
05 contours seg_matching
05 contours seg_matching05 contours seg_matching
05 contours seg_matching
 
04 image transformations_ii
04 image transformations_ii04 image transformations_ii
04 image transformations_ii
 
03 image transformations_i
03 image transformations_i03 image transformations_i
03 image transformations_i
 
02 image processing
02 image processing02 image processing
02 image processing
 
01 foundations
01 foundations01 foundations
01 foundations
 
Word2 vec
Word2 vecWord2 vec
Word2 vec
 
Text similarity measures
Text similarity measuresText similarity measures
Text similarity measures
 
Text generation and_advanced_topics
Text generation and_advanced_topicsText generation and_advanced_topics
Text generation and_advanced_topics
 
Nlp toolkits and_preprocessing_techniques
Nlp toolkits and_preprocessing_techniquesNlp toolkits and_preprocessing_techniques
Nlp toolkits and_preprocessing_techniques
 
Matrix decomposition and_applications_to_nlp
Matrix decomposition and_applications_to_nlpMatrix decomposition and_applications_to_nlp
Matrix decomposition and_applications_to_nlp
 
Machine learning and_nlp
Machine learning and_nlpMachine learning and_nlp
Machine learning and_nlp
 
Latent dirichlet allocation_and_topic_modeling
Latent dirichlet allocation_and_topic_modelingLatent dirichlet allocation_and_topic_modeling
Latent dirichlet allocation_and_topic_modeling
 
Intro to nlp
Intro to nlpIntro to nlp
Intro to nlp
 
Ot regularization and_gradient_descent
Ot regularization and_gradient_descentOt regularization and_gradient_descent
Ot regularization and_gradient_descent
 
Ml10 dimensionality reduction-and_advanced_topics
Ml10 dimensionality reduction-and_advanced_topicsMl10 dimensionality reduction-and_advanced_topics
Ml10 dimensionality reduction-and_advanced_topics
 
Ml9 introduction to-unsupervised_learning_and_clustering_methods
Ml9 introduction to-unsupervised_learning_and_clustering_methodsMl9 introduction to-unsupervised_learning_and_clustering_methods
Ml9 introduction to-unsupervised_learning_and_clustering_methods
 

Recently uploaded

Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...121011101441
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
An introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptxAn introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptxPurva Nikam
 
TechTACÂŽ CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTACÂŽ CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTACÂŽ CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTACÂŽ CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catcherssdickerson1
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncssuser2ae721
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 
Comparative Analysis of Text Summarization Techniques
Comparative Analysis of Text Summarization TechniquesComparative Analysis of Text Summarization Techniques
Comparative Analysis of Text Summarization Techniquesugginaramesh
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 

Recently uploaded (20)

Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
An introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptxAn introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptx
 
TechTACÂŽ CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTACÂŽ CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTACÂŽ CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTACÂŽ CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 
Comparative Analysis of Text Summarization Techniques
Comparative Analysis of Text Summarization TechniquesComparative Analysis of Text Summarization Techniques
Comparative Analysis of Text Summarization Techniques
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 

Lesson 1 intro to ai

  • 1. Lesson 1 An Introduction to AI and Its History 1
  • 2. 2 Legal Disclaimers No license (express or implied, by estoppel or otherwise) to any intellectual property rights is granted by this document. Intel technologies’ features and benefits depend on system configuration and may require enabled hardware, software or service activation. Performance varies depending on system configuration. Check with your system manufacturer or retailer or learn more at intel.com. Intel disclaims all express and implied warranties, including without limitation, the implied warranties of merchantability, fitness for a particular purpose, and non-infringement, as well as any warranty arising from course of performance, course of dealing, or usage in trade. Copies of documents which have an order number and are referenced in this document may be obtained by calling 1-800-548-4725 or by visiting www.intel.com/design/literature.htm. Intel and the Intel logo are trademarks of Intel Corporation in the U.S. and/or other countries. *Other names and brands may be claimed as the property of others Copyright Š 2018 Intel Corporation. All rights reserved.
  • 3. 3 Learning Objectives ▪ Define “Artificial Intelligence” (AI), “Machine Learning” (ML), and “Deep Learning” (DL) ▪ Explain how DL helps solve classical ML limitations. ▪ Explain key historical developments, and the “hype-AI winter cycle.” ▪ Differentiate modern AI from prior AI. ▪ Relate sample applications of AI. You will be able to:
  • 4. 4 AI Breakthroughs Machine translation As of 2016, we have achieved near- human performance using the latest AI techniques. “I am a student” “Je suis ĂŠtudiant” Image classification “Dog” “Cat” As of 2015, computers can be trained to perform better on this task than humans.
  • 5. 5 AI Is The New Electricity “About 100 years ago, electricity transformed every major industry. AI has advanced to the point where it has the power to transform…every major sector in coming years.” -Andrew Ng, Stanford University 0 13 25 38 50 2016 2020 Projected Revenue (in billions USD) Generated from AI, 2016-2020 (IDC)
  • 6. 6
  • 7. ▪ Artificial Intelligence ▪ Machine Learning ▪ Deep Learning 7 Definitions
  • 8. “A branch of computer science dealing with the simulation of intelligent behavior in computers.” (Merriam-Webster) “A program that can sense, reason, act, and adapt.” (Intel) “Colloquially, the term ‘artificial intelligence’ is applied when a machine mimics ‘cognitive’ functions that humans associate with other human minds, such as ‘learning' and ‘problem solving’.” (Wikipedia) 8 Artificial Intelligence
  • 9. 9 Machine Learning “The study and construction of programs that are not explicitly programmed, but learn patterns as they are exposed to more data over time.” (Intel)
  • 10. 10 Machine Learning These programs learn from repeatedly seeing data, rather than being explicitly programmed by humans. NOT SPAM? Machine Learning Program The more emails the program sees… SPAM? …the better it gets at classification Emails are labeled as spam vs. not
  • 11. 11 Machine Learning Terminology Target: Column to be predicted. Features: Attributes of the data. This example is learning to classify a species from a set of measurement features.
  • 12. 12 Two Main Types of Machine Learning Has a target column Supervised Learning Unsupervised Learning Dataset Goal Example Does not have a target column Make predictions Find structure in the data Fraud detection Customer segmentation
  • 13. 13 Machine Learning Example • Suppose you wanted to identify fraudulent credit card transactions. • You could define features to be: • Transaction time • Transaction amount • Transaction location • Category of purchase • The algorithm could learn what feature combinations suggest unusual activity.
  • 14. 14 Machine Learning Limitations • Suppose you wanted to determine if an image is of a cat or a dog. • What features would you use? • This is where Deep Learning can come in. Dog and cat recognition
  • 15. 15 Deep Learning “Machine learning that involves using very complicated models called “deep neural networks”." (Intel) Models determine best representation of original data; in classic machine learning, humans must do this.
  • 16. 16 Classic Machine Learning Step 1: Determine features. Step 2: Feed them through model. “Arjun" Neural Network “Arjun" Deep Learning Steps 1 and 2 are combined into 1 step. Deep Learning Example Machine Learning Classifier Algorithm Feature Detection
  • 17. 17
  • 18. 18 History of AI AI has experienced several hype cycles, where it has oscillated between periods of excitement and disappointment. “AI Winter” late 1960s-1970s “AI Winter” late 1980s-1990s Early algorithms Expert system s Neural networks Machine learning Deep learning
  • 19. 19 1950s: Early AI • 1950: Alan Turing developed the Turing test to test a machines ability to exhibit intelligent behavior. • 1956: Artificial Intelligence was accepted as a field at the Dartmouth Conference. • 1957: Frank Rosenblatt invented the perceptron algorithm. This was the precursor to modern neural networks. • 1959: Arthur Samuel published an algorithm for a checkers program using machine learning.
  • 20. 20 The First “AI Winter” • 1966: ALPAC committee evaluated AI techniques for machine translation and determined there was little yield from the investment. • 1969: Marvin Minsky published a book on the limitations of the Perceptron algorithm which slowed research in neural networks. • 1973: The Lighthill report highlights AI’s failure to live up to promises. • The two reports led to cuts in government funding for AI research leading to the first “AI Winter.” John R. Pierce, head of ALPAC
  • 21. 1980’s AI Boom • Expert Systems - systems with programmed rules designed to mimic human experts. • Ran on mainframe computers with specialized programming languages (e.g. LISP). • Were the first widely-used AI technology, with two-thirds of "Fortune 500" companies using them at their peak. • 1986: The “Backpropogation” algorithm is able to train multi-layer perceptrons leading to new successes and interest in neural network research. Early expert systems machine 21
  • 22. Another AI Winter (late 1980’s – early 1990s) • Expert systems’ progress on solving business problems slowed. • Expert systems began to be melded into software suites of general business applications (e.g. SAP, Oracle) that could run on PCs instead of mainframes. • Neural networks didn’t scale to large problems. • Interest in AI in business declined. 22
  • 23. 23 Late 1990’s to early 2000’s: Classical Machine Learning • Advancements in the SVM algorithm led to it becoming the machine learning method of choice. • AI solutions had successes in speech recognition, medical diagnosis, robotics, and many other areas. • AI algorithms were integrated into larger systems and became useful throughout industry. • The Deep Blue chess system beat world chess champion Garry Kasparov. • Google search engine launched using artificial intelligence technology. IBM supercomputer
  • 24. 24 2006: Rise of Deep Learning • 2006: Geoffrey Hinton publishes a paper on unsupervised pre-training that allowed deeper neural networks to be trained. • Neural networks are rebranded to deep learning. • 2009: The ImageNet database of human-tagged images is presented at the CVPR conference. • 2010: Algorithms compete on several visual recognition tasks at the first ImageNet competition.
  • 25. 25
  • 26. 26 Deep Learning Breakthroughs (2012 – Present) • In 2012, deep learning beats previous benchmark on the ImageNet competition. • In 2013, deep learning is used to understand “conceptual meaning” of words. • In 2014, similar breakthroughs appeared in language translation. • These have led to advancements in Web Search, Document Search, Document Summarization, and Machine Translation. “Hello” “你好” Google Translate *Other names and brands may be claimed as the property of others.
  • 27. 27 Deep Learning Breakthroughs (2012 – Present) • In 2014, computer vision algorithm can describe photos. • In 2015, Deep learning platform TensorFlow* is developed. • In 2016, DeepMind* AlphaGo, developed by Aja Huang, beats Go master Lee Se-dol. *Other names and brands may be claimed as the property of others.
  • 28. 28 Modern AI (2012 – Present): Deep Learning Impact Computer vision Self-driving cars: object detection Healthcare: improved diagnosis Natural language Communication: language translation
  • 29. 29 How Is This Era of AI Different? Cutting Edge Results in a Variety of Fields Bigger Datasets Faster Computers Neural Nets
  • 30. 30 Other Modern AI Factors • Continued expansion of open source AI, especially in Python*, aiding machine learning and big data ecosystems. • Leading deep learning libraries open sourced, allowing further adoption by industry. • Open sourcing of large datasets of millions of labeled images, text datasets such as Wikipedia has also driven breakthroughs. *Other names and brands may be claimed as the property of others.
  • 31. Health Industrial Enhanced Diagnostics Drug Discovery Patient Care Research Sensory Aids Factory Automation Predictive Maintenance Precision Agriculture Field Automation 31 Source: Intel forecast Transformative Changes
  • 32. Finance Energy Algorithmic Trading Fraud Detection Research Personal Finance Risk Mitigation Oil & Gas Exploration Smart Grid Operational Improvement Conservation 32 Source: Intel forecast Transformative Changes
  • 34. Other Transport Advertising Education Gaming Professional & IT Services Telco/Media Sports Autonomous Cars Automated Trucking Aerospace Shipping Search & Rescue 34 Source: Intel forecast Transformative Changes
  • 35. 35
  • 36. 36 AI Omnipresence In Transportation Navigation Google & Waze find the fastest route, by processing traffic data. Ride sharing Uber & Lyft predict real-time demand using AI techniques, machine learning, deep learning.
  • 37. 37 AI Omnipresence In Social Media Audience Facebook & Twitter use AI to decide what content to present in their feeds to different audiences. Content Image recognition and sentiment analysis to ensure that content of the appropriate “mood” is being served.
  • 38. 38 AI Omnipresence In Daily Life Natural language We carry around powerful natural language processing algorithms in our phones/computers. Object detection Cameras like Amazon DeepLens* or Google Clips* use object detection to determine when to take a photo. *Other names and brands may be claimed as the property of others.
  • 39. 39 Latest Developments: Computer Vision 2012 Deep Learning “proven” to work for image classification. 2015 Models outperform humans on image classification. 2016 Object detection models beat previous benchmarks.
  • 40. 40 Application Area: Abandoned Baggage Detection • We can automatically detect when baggage has been left unattended, potentially saving lives. • This system relies on the breakthroughs we discussed: • Cutting edge object detection. • Fast hardware on which to train the model (IntelÂŽ XeonÂŽ processors in this case). Abandoned baggage
  • 41. 41 Learning Objectives Recap ▪ Define “Artificial Intelligence” (AI), “Machine Learning” (ML), and “Deep Learning” (DL). ▪ Explain how DL helps solve classical ML limitations. ▪ Explain key historical developments, and the “hype-AI winter cycle.” ▪ Differentiate modern AI from prior AI. ▪ Relate sample applications of AI. In this session, we worked to:
  • 42. 42
  • 43. Sources for information and images used in this presentation Ai face image: √ https://pixabay.com/en/girl-woman-face-eyes-close-up-320262/ Dog image: √ https://www.pexels.com/photo/adorable-animal-breed-canine-356378/ Cat image: √ https://www.pexels.com/photo/adorable-animal-baby-blur-177809/ Brain image: √ http://www.publicdomainpictures.net/view- image.php?image=130359&picture=human-brain Email icon: √ https://pixabay.com/en/mail-message-email-send-message-1454731/ Credit card: √ https://www.pexels.com/photo/atm-atm-card-card-credit-card-371066/ Dog and cat image: √ https://pixabay.com/en/cat-dog-animals-pets-garden-71494/ John Pierce: √ https://commons.wikimedia.org/wiki/File:John_Robinson_Pierce.jpg 43
  • 44. Sources for information and images used in this presentation Mainframe Computer: √ https://en.wikipedia.org/wiki/IBM_System/360_Model_40#/media/File:IBM_System_360_at_USDA.j pg Car: √ https://upload.wikimedia.org/wikipedia/commons/thumb/3/3e/Stanley2.JPG/1200px- Stanley2.JPG Spotify/netflix: √ https://www.pexels.com/photo/spotify-netflix-mockup-364676/ Googlecar: √ https://commons.wikimedia.org/wiki/File:Secretary_Kerry_Views_the_Computers_Inside_One_of_G oogle%27s_Self- Driving_Cars_at_the_2016_Global_Entrepreneurship_Summit%27s_Innovation_Marketplace_at_St anford_University_(27786624121).jpg Emoji: √ https://pixabay.com/en/emoji-emoticon-smilies-icon-faces-2074153/ 44
  • 45. Sources for information and images used in this presentation Stethoscope: √ https://pixnio.com/science/medical-science/stethoscope-mobile-phone-diagnosis-pulse- cardiology-medicine-healthcare Translation keys: √ https://www.pexels.com/photo/interpretation-transcription-translation-569313/ Googletranslate: √ https://commons.wikimedia.org/wiki/File:Google_Translate_logo.svg Big data: √ https://pixabay.com/en/big-data-data-world-cloud-1667184/ Google pin: √ https://pixabay.com/en/navigation-gps-location-google-2049643/ Suv: √ http://maxpixel.freegreatpicture.com/Land-Truck-Range-Vehicle-Range-Rover-Car-4-Rover- 2015663 Social media: √ https://pixabay.com/en/social-media-manager-online-woman-1966010/ Girlphone: √ https://pixnio.com/people/female-women/digital-camera-mobile-phone-fashion-girl- smartphone-woman Phonehand: √ https://www.pexels.com/photo/internet-mobile-phone-phone-screen-270661/ 45

Editor's Notes

  1. Image Source: https://static.parade.com/wp-content/uploads/2012/10/main-dogs-vs-cats.jpg https://parade.com/118414/kaleethompson/31-battle-of-cats-vs-dogs/