Lesson 1 intro to ai

A
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
1 de 45

Recomendados

Artificial intelligence por
Artificial intelligenceArtificial intelligence
Artificial intelligenceGuduru Lakshmi Kiranmai
12.5K vistas25 diapositivas
Artificial intelligence por
Artificial intelligenceArtificial intelligence
Artificial intelligenceSai Nath
5.2K vistas30 diapositivas
Ai presentation por
Ai presentationAi presentation
Ai presentationRajkiran Mummadi
3.1K vistas18 diapositivas
Artificial Intelligence Presentation por
Artificial Intelligence PresentationArtificial Intelligence Presentation
Artificial Intelligence Presentationlpaviglianiti
344.7K vistas23 diapositivas
PPT on Artificial Intelligence(A.I.) por
PPT on Artificial Intelligence(A.I.) PPT on Artificial Intelligence(A.I.)
PPT on Artificial Intelligence(A.I.) Aakanksh Nath
4.7K vistas24 diapositivas
Artificial Intelligence and Machine Learning por
Artificial Intelligence and Machine LearningArtificial Intelligence and Machine Learning
Artificial Intelligence and Machine LearningMykola Dobrochynskyy
3.3K vistas30 diapositivas

Más contenido relacionado

La actualidad más candente

Artificial intelligence por
Artificial intelligenceArtificial intelligence
Artificial intelligencefunpathshala
2.1K vistas26 diapositivas
Artificial Intelligence - Past, Present and Future por
Artificial Intelligence - Past, Present and FutureArtificial Intelligence - Past, Present and Future
Artificial Intelligence - Past, Present and FutureGrigory Sapunov
47.9K vistas164 diapositivas
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn... por
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!
1.9M vistas42 diapositivas
Understanding Artificial intelligence por
Understanding Artificial intelligenceUnderstanding Artificial intelligence
Understanding Artificial intelligenceIla Group
2.9K vistas13 diapositivas
Artifical intelligence (a.i) por
Artifical intelligence (a.i)Artifical intelligence (a.i)
Artifical intelligence (a.i)Muhammad Muttaiyab Ahmad
1.2K vistas29 diapositivas
Artificial intelligence por
Artificial intelligenceArtificial intelligence
Artificial intelligenceIndranil Chowdhury
2.5K vistas34 diapositivas

La actualidad más candente(20)

Artificial intelligence por funpathshala
Artificial intelligenceArtificial intelligence
Artificial intelligence
funpathshala2.1K vistas
Artificial Intelligence - Past, Present and Future por Grigory Sapunov
Artificial Intelligence - Past, Present and FutureArtificial Intelligence - Past, Present and Future
Artificial Intelligence - Past, Present and Future
Grigory Sapunov47.9K vistas
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn... por Edureka!
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!1.9M vistas
Understanding Artificial intelligence por Ila Group
Understanding Artificial intelligenceUnderstanding Artificial intelligence
Understanding Artificial intelligence
Ila Group2.9K vistas
Artificial intelligence- The science of intelligent programs por Derak Davis
Artificial intelligence- The science of intelligent programsArtificial intelligence- The science of intelligent programs
Artificial intelligence- The science of intelligent programs
Derak Davis2K vistas
Deep Learning - The Past, Present and Future of Artificial Intelligence por Lukas Masuch
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
Lukas Masuch381.7K vistas
History of AI, Current Trends, Prospective Trajectories por Giovanni Sileno
History of AI, Current Trends, Prospective TrajectoriesHistory of AI, Current Trends, Prospective Trajectories
History of AI, Current Trends, Prospective Trajectories
Giovanni Sileno692 vistas
Artificial Intelligence por u053675
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
u053675241.9K vistas
Introduction To Artificial Intelligence Powerpoint Presentation Slides por SlideTeam
Introduction To Artificial Intelligence Powerpoint Presentation SlidesIntroduction To Artificial Intelligence Powerpoint Presentation Slides
Introduction To Artificial Intelligence Powerpoint Presentation Slides
SlideTeam3.1K vistas
Introduction To Artificial Intelligence PowerPoint Presentation Slides por SlideTeam
Introduction To Artificial Intelligence PowerPoint Presentation SlidesIntroduction To Artificial Intelligence PowerPoint Presentation Slides
Introduction To Artificial Intelligence PowerPoint Presentation Slides
SlideTeam1.9K vistas
Technologies Demystified: Artificial Intelligence por Pioneers.io
Technologies Demystified: Artificial IntelligenceTechnologies Demystified: Artificial Intelligence
Technologies Demystified: Artificial Intelligence
Pioneers.io 2.5K vistas
Artificial intelligence por A.I. Tazib
Artificial intelligenceArtificial intelligence
Artificial intelligence
A.I. Tazib1.9K vistas
Introduction to artificial intelligence por RajkumarVara
Introduction to artificial intelligenceIntroduction to artificial intelligence
Introduction to artificial intelligence
RajkumarVara15.8K vistas
Artifical intelligence-NIT Kurukshetra por Narendra Panwar
Artifical intelligence-NIT KurukshetraArtifical intelligence-NIT Kurukshetra
Artifical intelligence-NIT Kurukshetra
Narendra Panwar3.9K vistas
Artificial Intelligence PowerPoint Presentation Slide Template Complete Deck por SlideTeam
Artificial Intelligence PowerPoint Presentation Slide Template Complete DeckArtificial Intelligence PowerPoint Presentation Slide Template Complete Deck
Artificial Intelligence PowerPoint Presentation Slide Template Complete Deck
SlideTeam1.1K vistas
artificial intelligence por vallibhargavi
artificial intelligenceartificial intelligence
artificial intelligence
vallibhargavi3.4K vistas

Similar a Lesson 1 intro to ai

When AI becomes a data-driven machine, and digital is everywhere! por
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!Thammasat University, Musashino University
208 vistas27 diapositivas
ARTIFICIAL INTELLIGENCE.pptx por
ARTIFICIAL INTELLIGENCE.pptxARTIFICIAL INTELLIGENCE.pptx
ARTIFICIAL INTELLIGENCE.pptxBryCunal
465 vistas17 diapositivas
AI in Manufacturing: Opportunities & Challenges por
AI in Manufacturing: Opportunities & ChallengesAI in Manufacturing: Opportunities & Challenges
AI in Manufacturing: Opportunities & ChallengesTathagat Varma
576 vistas48 diapositivas
ARTIFICIAL INTELLIGENCEr.pdf por
ARTIFICIAL INTELLIGENCEr.pdfARTIFICIAL INTELLIGENCEr.pdf
ARTIFICIAL INTELLIGENCEr.pdfssusere55750
16 vistas71 diapositivas
ARTIFICIAL INTELLIGENCEr.pdf por
ARTIFICIAL INTELLIGENCEr.pdfARTIFICIAL INTELLIGENCEr.pdf
ARTIFICIAL INTELLIGENCEr.pdfMuhammad Sohail
8 vistas71 diapositivas
Artificial intelligence por
Artificial intelligenceArtificial intelligence
Artificial intelligencesaloni sharma
4.4K vistas46 diapositivas

Similar a Lesson 1 intro to ai(20)

ARTIFICIAL INTELLIGENCE.pptx por BryCunal
ARTIFICIAL INTELLIGENCE.pptxARTIFICIAL INTELLIGENCE.pptx
ARTIFICIAL INTELLIGENCE.pptx
BryCunal465 vistas
AI in Manufacturing: Opportunities & Challenges por Tathagat Varma
AI in Manufacturing: Opportunities & ChallengesAI in Manufacturing: Opportunities & Challenges
AI in Manufacturing: Opportunities & Challenges
Tathagat Varma576 vistas
ARTIFICIAL INTELLIGENCEr.pdf por ssusere55750
ARTIFICIAL INTELLIGENCEr.pdfARTIFICIAL INTELLIGENCEr.pdf
ARTIFICIAL INTELLIGENCEr.pdf
ssusere5575016 vistas
Artificial intelligence por saloni sharma
Artificial intelligenceArtificial intelligence
Artificial intelligence
saloni sharma4.4K vistas
IBM Watson & Cognitive Computing - Tech In Asia 2016 por Nugroho Gito
IBM Watson & Cognitive Computing - Tech In Asia 2016IBM Watson & Cognitive Computing - Tech In Asia 2016
IBM Watson & Cognitive Computing - Tech In Asia 2016
Nugroho Gito2.9K vistas
AI PROJECT - Created by: Shreya Kumbhar por shreyakumbhar14
AI PROJECT - Created by: Shreya KumbharAI PROJECT - Created by: Shreya Kumbhar
AI PROJECT - Created by: Shreya Kumbhar
shreyakumbhar1491 vistas
Artificial intelligence-full -report.doc por daksh Talsaniya
Artificial intelligence-full -report.docArtificial intelligence-full -report.doc
Artificial intelligence-full -report.doc
daksh Talsaniya7.3K vistas
Deep Learning disruption por Usman Qayyum
Deep Learning disruptionDeep Learning disruption
Deep Learning disruption
Usman Qayyum185 vistas
Artificial Intelligence por 4imprint
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
4imprint 418 vistas
AI and ML Series - Introduction to Generative AI and LLMs - Session 1 por DianaGray10
AI and ML Series - Introduction to Generative AI and LLMs - Session 1AI and ML Series - Introduction to Generative AI and LLMs - Session 1
AI and ML Series - Introduction to Generative AI and LLMs - Session 1
DianaGray101.3K vistas
Artificial Intelligence por Abbas Hashmi
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
Abbas Hashmi14.4K vistas

Más de ankit_ppt

Deep learning summary por
Deep learning summaryDeep learning summary
Deep learning summaryankit_ppt
1.5K vistas41 diapositivas
08 neural networks por
08 neural networks08 neural networks
08 neural networksankit_ppt
577 vistas75 diapositivas
07 learning por
07 learning07 learning
07 learningankit_ppt
322 vistas81 diapositivas
06 image features por
06 image features06 image features
06 image featuresankit_ppt
283 vistas64 diapositivas
05 contours seg_matching por
05 contours seg_matching05 contours seg_matching
05 contours seg_matchingankit_ppt
453 vistas53 diapositivas
04 image transformations_ii por
04 image transformations_ii04 image transformations_ii
04 image transformations_iiankit_ppt
218 vistas52 diapositivas

Más de ankit_ppt(20)

Deep learning summary por ankit_ppt
Deep learning summaryDeep learning summary
Deep learning summary
ankit_ppt1.5K vistas
08 neural networks por ankit_ppt
08 neural networks08 neural networks
08 neural networks
ankit_ppt577 vistas
07 learning por ankit_ppt
07 learning07 learning
07 learning
ankit_ppt322 vistas
06 image features por ankit_ppt
06 image features06 image features
06 image features
ankit_ppt283 vistas
05 contours seg_matching por ankit_ppt
05 contours seg_matching05 contours seg_matching
05 contours seg_matching
ankit_ppt453 vistas
04 image transformations_ii por ankit_ppt
04 image transformations_ii04 image transformations_ii
04 image transformations_ii
ankit_ppt218 vistas
03 image transformations_i por ankit_ppt
03 image transformations_i03 image transformations_i
03 image transformations_i
ankit_ppt248 vistas
02 image processing por ankit_ppt
02 image processing02 image processing
02 image processing
ankit_ppt381 vistas
01 foundations por ankit_ppt
01 foundations01 foundations
01 foundations
ankit_ppt242 vistas
Word2 vec por ankit_ppt
Word2 vecWord2 vec
Word2 vec
ankit_ppt787 vistas
Text similarity measures por ankit_ppt
Text similarity measuresText similarity measures
Text similarity measures
ankit_ppt2K vistas
Text generation and_advanced_topics por ankit_ppt
Text generation and_advanced_topicsText generation and_advanced_topics
Text generation and_advanced_topics
ankit_ppt882 vistas
Nlp toolkits and_preprocessing_techniques por ankit_ppt
Nlp toolkits and_preprocessing_techniquesNlp toolkits and_preprocessing_techniques
Nlp toolkits and_preprocessing_techniques
ankit_ppt1.1K vistas
Matrix decomposition and_applications_to_nlp por ankit_ppt
Matrix decomposition and_applications_to_nlpMatrix decomposition and_applications_to_nlp
Matrix decomposition and_applications_to_nlp
ankit_ppt562 vistas
Machine learning and_nlp por ankit_ppt
Machine learning and_nlpMachine learning and_nlp
Machine learning and_nlp
ankit_ppt264 vistas
Latent dirichlet allocation_and_topic_modeling por ankit_ppt
Latent dirichlet allocation_and_topic_modelingLatent dirichlet allocation_and_topic_modeling
Latent dirichlet allocation_and_topic_modeling
ankit_ppt229 vistas
Intro to nlp por ankit_ppt
Intro to nlpIntro to nlp
Intro to nlp
ankit_ppt232 vistas
Ot regularization and_gradient_descent por ankit_ppt
Ot regularization and_gradient_descentOt regularization and_gradient_descent
Ot regularization and_gradient_descent
ankit_ppt226 vistas
Ml10 dimensionality reduction-and_advanced_topics por ankit_ppt
Ml10 dimensionality reduction-and_advanced_topicsMl10 dimensionality reduction-and_advanced_topics
Ml10 dimensionality reduction-and_advanced_topics
ankit_ppt310 vistas
Ml9 introduction to-unsupervised_learning_and_clustering_methods por ankit_ppt
Ml9 introduction to-unsupervised_learning_and_clustering_methodsMl9 introduction to-unsupervised_learning_and_clustering_methods
Ml9 introduction to-unsupervised_learning_and_clustering_methods
ankit_ppt246 vistas

Último

REACTJS.pdf por
REACTJS.pdfREACTJS.pdf
REACTJS.pdfArthyR3
37 vistas16 diapositivas
Design of machine elements-UNIT 3.pptx por
Design of machine elements-UNIT 3.pptxDesign of machine elements-UNIT 3.pptx
Design of machine elements-UNIT 3.pptxgopinathcreddy
37 vistas31 diapositivas
MK__Cert.pdf por
MK__Cert.pdfMK__Cert.pdf
MK__Cert.pdfHassan Khan
19 vistas1 diapositiva
Searching in Data Structure por
Searching in Data StructureSearching in Data Structure
Searching in Data Structureraghavbirla63
17 vistas8 diapositivas
_MAKRIADI-FOTEINI_diploma thesis.pptx por
_MAKRIADI-FOTEINI_diploma thesis.pptx_MAKRIADI-FOTEINI_diploma thesis.pptx
_MAKRIADI-FOTEINI_diploma thesis.pptxfotinimakriadi
12 vistas32 diapositivas
Ansari: Practical experiences with an LLM-based Islamic Assistant por
Ansari: Practical experiences with an LLM-based Islamic AssistantAnsari: Practical experiences with an LLM-based Islamic Assistant
Ansari: Practical experiences with an LLM-based Islamic AssistantM Waleed Kadous
9 vistas29 diapositivas

Último(20)

REACTJS.pdf por ArthyR3
REACTJS.pdfREACTJS.pdf
REACTJS.pdf
ArthyR337 vistas
Design of machine elements-UNIT 3.pptx por gopinathcreddy
Design of machine elements-UNIT 3.pptxDesign of machine elements-UNIT 3.pptx
Design of machine elements-UNIT 3.pptx
gopinathcreddy37 vistas
Searching in Data Structure por raghavbirla63
Searching in Data StructureSearching in Data Structure
Searching in Data Structure
raghavbirla6317 vistas
_MAKRIADI-FOTEINI_diploma thesis.pptx por fotinimakriadi
_MAKRIADI-FOTEINI_diploma thesis.pptx_MAKRIADI-FOTEINI_diploma thesis.pptx
_MAKRIADI-FOTEINI_diploma thesis.pptx
fotinimakriadi12 vistas
Ansari: Practical experiences with an LLM-based Islamic Assistant por M Waleed Kadous
Ansari: Practical experiences with an LLM-based Islamic AssistantAnsari: Practical experiences with an LLM-based Islamic Assistant
Ansari: Practical experiences with an LLM-based Islamic Assistant
M Waleed Kadous9 vistas
Design of Structures and Foundations for Vibrating Machines, Arya-ONeill-Pinc... por csegroupvn
Design of Structures and Foundations for Vibrating Machines, Arya-ONeill-Pinc...Design of Structures and Foundations for Vibrating Machines, Arya-ONeill-Pinc...
Design of Structures and Foundations for Vibrating Machines, Arya-ONeill-Pinc...
csegroupvn8 vistas
MongoDB.pdf por ArthyR3
MongoDB.pdfMongoDB.pdf
MongoDB.pdf
ArthyR349 vistas
SUMIT SQL PROJECT SUPERSTORE 1.pptx por Sumit Jadhav
SUMIT SQL PROJECT SUPERSTORE 1.pptxSUMIT SQL PROJECT SUPERSTORE 1.pptx
SUMIT SQL PROJECT SUPERSTORE 1.pptx
Sumit Jadhav 22 vistas
2023Dec ASU Wang NETR Group Research Focus and Facility Overview.pptx por lwang78
2023Dec ASU Wang NETR Group Research Focus and Facility Overview.pptx2023Dec ASU Wang NETR Group Research Focus and Facility Overview.pptx
2023Dec ASU Wang NETR Group Research Focus and Facility Overview.pptx
lwang78180 vistas
GDSC Mikroskil Members Onboarding 2023.pdf por gdscmikroskil
GDSC Mikroskil Members Onboarding 2023.pdfGDSC Mikroskil Members Onboarding 2023.pdf
GDSC Mikroskil Members Onboarding 2023.pdf
gdscmikroskil63 vistas
Créativité dans le design mécanique à l’aide de l’optimisation topologique por LIEGE CREATIVE
Créativité dans le design mécanique à l’aide de l’optimisation topologiqueCréativité dans le design mécanique à l’aide de l’optimisation topologique
Créativité dans le design mécanique à l’aide de l’optimisation topologique
LIEGE CREATIVE8 vistas
BCIC - Manufacturing Conclave - Technology-Driven Manufacturing for Growth por Innomantra
BCIC - Manufacturing Conclave -  Technology-Driven Manufacturing for GrowthBCIC - Manufacturing Conclave -  Technology-Driven Manufacturing for Growth
BCIC - Manufacturing Conclave - Technology-Driven Manufacturing for Growth
Innomantra 15 vistas
Proposal Presentation.pptx por keytonallamon
Proposal Presentation.pptxProposal Presentation.pptx
Proposal Presentation.pptx
keytonallamon67 vistas
Web Dev Session 1.pptx por VedVekhande
Web Dev Session 1.pptxWeb Dev Session 1.pptx
Web Dev Session 1.pptx
VedVekhande17 vistas

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

Notas del editor

  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/