SlideShare a Scribd company logo
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Agenda
 What Is Artificial Intelligence ?
 What Is Machine Learning ?
 Limitations Of Machine Learning
 Deep Learning To The Rescue
 What Is Deep Learning ?
 Deep Learning Applications
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Applications Of
Artificial Intelligence?
Let’s begin by understanding various un-realistic applications of Artificial Intelligence in real life
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Applications Of Artificial Intelligence
Predicting Future
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Applications Of Artificial Intelligence
Predicting Future
Chat Bots
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Applications Of Artificial Intelligence
Predicting Future
Self-Driving Cars
Chat Bots
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Applications Of Artificial Intelligence
Predicting Future Self-Driving Cars
AI Eye Doctor
Chat Bots
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Applications Of Artificial Intelligence
Predicting Future Self-Driving Cars
AI Eye Doctor
AI Music Composer
Chat Bots
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Applications Of Artificial Intelligence
Predicting Future Self-Driving Cars
AI Eye Doctor AI Music Composer
AI Dream Machine
Chat Bots
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
What Is Artificial Intelligence?
Now, let’s understand what is Artificial Intelligence
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
What Is Artificial Intelligence?
 The theory and development of computer systems able to perform tasks normally requiring human
intelligence, such as visual perception, speech recognition, decision-making and translation between
languages.
– source – Wikipedia
 AI includes following areas of Specialization:
– Game Playing
– Expert Systems
– Natural Language Processing
– Neural Networks
– Robotics
Machine playing chess
Siri
Number plate recognition
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Subsets Of Artificial Intelligence
Deep Learning is a subset of
Machine Learning
Machine Learning is a
subset of AI
Deep Learning uses
neural networks to
simulate human like
decision making
Artificial Intelligence
Machine Learning
Deep
Learning
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Machine Learning
Let’s understand what is Machine Learning
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Machine Learning
 Machine Learning is a type of artificial intelligence (AI) that provide computers with the ability to
learn without being explicitly programmed.
Problem Statement: Determine the species of the flower
Learn from the dataset
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Machine Learning
 Machine Learning is a type of artificial intelligence (AI) that provide computers with the ability to
learn without being explicitly programmed.
New Input
Sepal length, Sepal width,
Petal Length, Petal Width
Learn from the dataset
Problem Statement: Determine the species of the flower
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Limitations Of Machine Learning
Let’s understand, even when Machine Learning is present why we need Deep Learning
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Limitations Of Machine Learning
Cannot solve crucial AI problems like NLP, Image recognition
etc.
Are not useful while working with high dimensional data, that is
where we have large number of inputs and outputs
Machine
Learning
Limitations Of Machine Learning
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Limitations Of Machine Learning
Cannot solve crucial AI problems like NLP, Image recognition
etc.
Are not useful while working with high dimensional data, that is
where we have large number of inputs and outputs
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Limitations Of Machine Learning
One of the big challenges with traditional Machine Learning models is a process called feature extraction. For complex
problems such as object recognition or handwriting recognition, this is a huge challenge.
Deep Learning To The Rescue
The idea behind Deep Learning
is to build learning algorithms
that mimic brain.
Deep Learning models are capable to focus on
the right features by themselves, requiring little
guidance from the programmer.
These models also partially solve the
dimensionality problem.
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
How Deep Learning Works?
Let’s understand the working of Deep Learning
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
How Deep Learning Works?
 Deep Learning is implemented through Neural Networks.
 Motivation behind Neural Networks is the biological Neuron.
Dendrite: Receives signals
from other neurons
Cell Body: Sums all the
inputs
Axon: It is used to transmit
signals to the other cells
X1
X2
X3
Xn
W1
W2
W3
Wn
Transfer
Function
Activation
Function
Schematic for a neuron in a neural netNeuron
Y
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
What Is Deep Learning?
Input Layer
Hidden Layer 1
Hidden Layer 2
Output Layer
Deep Learning uses Deep Networks which are nothing but Neural Networks with multiple
Hidden Layers.
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Deep Learning – Use Case
Let’s look at a use-case where we can use DL for image recognition
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Deep Learning Example
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Deep Learning Use Case – Hand Written Digits
We will take the same MNIST dataset. By using Multilayer Perceptron the efficiency can be
increased to 99%
Input Image
(28x28)
Filter Weights
(5x5 pixels)
(14x14 pixels)
(16 channels)
(7x7 pixels)
(36 channels)
Filter-Weights
(5x5 pixels)
16 of these
…
0.
00.
00.
10.
00.
00.
10.
00.
80.
00.
0
0
1
2
3
4
5
6
7
8
9
Fully-Connected
Layer
Output
Layer Class
Layer 1
Layer 2
(128 features)(10 features)
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Deep Learning Applications
Let’s look at some applications of Deep Learning
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Applications Of Deep Learning
Some amazing and recent applications of Deep Learning are:
• Automatic Machine Translation.
• Object Classification in Photographs.
• Automatic Handwriting Generation.
• Character Text Generation.
• Image Caption Generation.
• Colorization of Black and White Images.
• Automatic Game Playing.
Face recognition
Sar
a
Jes
si
Am
y
Priy
a
Ada
m
EmmaAndre
w
John
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Applications Of Deep Learning - Google Lens
 Google Lens is a set of vision-based
computing capabilities that allows your
smartphone to understand what's going on in
a photo, video or a live feed.
 For instance, point your phone at a flower and
Google Lens will tell you on the screen which
type of flower it is.
 You can aim the camera at a restaurant sign
to see reviews and other information.
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Applications Of Deep Learning - Machine
Translation This is a task where you are given words in some language and you have to translate the words to
the desired language say English.
 This kind of translation is a classical example of Image recognition.
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Session In A Minute
Why Artificial Intelligence? What is Artificial Intelligence? Subsets Of Artificial Intelligence
Machine Learning to Deep Learning How Deep Learning Works? Deep Learning Applications
Copyright © 2017, edureka and/or its affiliates. All rights reserved.

More Related Content

What's hot

Computer vision, machine, and deep learning
Computer vision, machine, and deep learningComputer vision, machine, and deep learning
Computer vision, machine, and deep learning
Igi Ardiyanto
 
Artificial Intelligence And Its Applications
Artificial Intelligence And Its ApplicationsArtificial Intelligence And Its Applications
Artificial Intelligence And Its Applications
Knoldus Inc.
 
Deep Learning Hardware: Past, Present, & Future
Deep Learning Hardware: Past, Present, & FutureDeep Learning Hardware: Past, Present, & Future
Deep Learning Hardware: Past, Present, & Future
Rouyun Pan
 
Difference between Artificial Intelligence, Machine Learning, Deep Learning a...
Difference between Artificial Intelligence, Machine Learning, Deep Learning a...Difference between Artificial Intelligence, Machine Learning, Deep Learning a...
Difference between Artificial Intelligence, Machine Learning, Deep Learning a...
Sanjay Srivastava
 
Ai ml dl_bct and mariners-1
Ai  ml dl_bct and mariners-1Ai  ml dl_bct and mariners-1
Ai ml dl_bct and mariners-1
cmmindia2017
 
Intro deep learning
Intro deep learningIntro deep learning
Intro deep learning
mravendi
 
Ml vs dl
Ml vs dlMl vs dl
Ml vs dl
Janu Jahnavi
 
Ml vs dl
Ml vs dlMl vs dl
Ml vs dl
Janu Jahnavi
 
101 Webinar - Artificial Intelligence, Deep Learning and Geospatial
101 Webinar - Artificial Intelligence, Deep Learning and Geospatial101 Webinar - Artificial Intelligence, Deep Learning and Geospatial
101 Webinar - Artificial Intelligence, Deep Learning and Geospatial
Geospatial Media & Communications
 
Deep learning seminar report
Deep learning seminar reportDeep learning seminar report
Deep learning seminar report
SKS
 
Deep Visual Understanding from Deep Learning by Prof. Jitendra Malik
Deep Visual Understanding from Deep Learning by Prof. Jitendra MalikDeep Visual Understanding from Deep Learning by Prof. Jitendra Malik
Deep Visual Understanding from Deep Learning by Prof. Jitendra Malik
The Hive
 
Deep learning - what is it and why now?
Deep learning - what is it and why now?Deep learning - what is it and why now?
Deep learning - what is it and why now?
Natalia Konstantinova
 

What's hot (12)

Computer vision, machine, and deep learning
Computer vision, machine, and deep learningComputer vision, machine, and deep learning
Computer vision, machine, and deep learning
 
Artificial Intelligence And Its Applications
Artificial Intelligence And Its ApplicationsArtificial Intelligence And Its Applications
Artificial Intelligence And Its Applications
 
Deep Learning Hardware: Past, Present, & Future
Deep Learning Hardware: Past, Present, & FutureDeep Learning Hardware: Past, Present, & Future
Deep Learning Hardware: Past, Present, & Future
 
Difference between Artificial Intelligence, Machine Learning, Deep Learning a...
Difference between Artificial Intelligence, Machine Learning, Deep Learning a...Difference between Artificial Intelligence, Machine Learning, Deep Learning a...
Difference between Artificial Intelligence, Machine Learning, Deep Learning a...
 
Ai ml dl_bct and mariners-1
Ai  ml dl_bct and mariners-1Ai  ml dl_bct and mariners-1
Ai ml dl_bct and mariners-1
 
Intro deep learning
Intro deep learningIntro deep learning
Intro deep learning
 
Ml vs dl
Ml vs dlMl vs dl
Ml vs dl
 
Ml vs dl
Ml vs dlMl vs dl
Ml vs dl
 
101 Webinar - Artificial Intelligence, Deep Learning and Geospatial
101 Webinar - Artificial Intelligence, Deep Learning and Geospatial101 Webinar - Artificial Intelligence, Deep Learning and Geospatial
101 Webinar - Artificial Intelligence, Deep Learning and Geospatial
 
Deep learning seminar report
Deep learning seminar reportDeep learning seminar report
Deep learning seminar report
 
Deep Visual Understanding from Deep Learning by Prof. Jitendra Malik
Deep Visual Understanding from Deep Learning by Prof. Jitendra MalikDeep Visual Understanding from Deep Learning by Prof. Jitendra Malik
Deep Visual Understanding from Deep Learning by Prof. Jitendra Malik
 
Deep learning - what is it and why now?
Deep learning - what is it and why now?Deep learning - what is it and why now?
Deep learning - what is it and why now?
 

Viewers also liked

Grand desain dakwah kampus
Grand desain dakwah kampusGrand desain dakwah kampus
Grand desain dakwah kampus
hamzah _
 
Motivasi dakwah 2
Motivasi dakwah 2Motivasi dakwah 2
Motivasi dakwah 2
Aziz Abdul
 
Meaningful Learning with Technology
Meaningful Learning with TechnologyMeaningful Learning with Technology
Meaningful Learning with Technology
Uwes Chaeruman
 
10 ciri sekolah hebat dan keren
10 ciri sekolah hebat dan keren10 ciri sekolah hebat dan keren
10 ciri sekolah hebat dan keren
Namin AB Ibnu Solihin
 
Rahasia Gaya Belajar Orang Besar
Rahasia Gaya Belajar Orang BesarRahasia Gaya Belajar Orang Besar
Rahasia Gaya Belajar Orang Besar
Dede Firmansah
 
Pantaskan dirimu jadi Guru Inspiratif
Pantaskan dirimu jadi Guru InspiratifPantaskan dirimu jadi Guru Inspiratif
Pantaskan dirimu jadi Guru Inspiratif
Namin AB Ibnu Solihin
 
Materi training motivasi menggapai mimpi meraih prestasi untuk pelajar
Materi training motivasi menggapai mimpi meraih prestasi untuk pelajarMateri training motivasi menggapai mimpi meraih prestasi untuk pelajar
Materi training motivasi menggapai mimpi meraih prestasi untuk pelajar
Namin AB Ibnu Solihin
 
PPT Lingkungan Pendidikan Mata Kuliah Pengantar Pendidikan
PPT Lingkungan Pendidikan Mata Kuliah Pengantar PendidikanPPT Lingkungan Pendidikan Mata Kuliah Pengantar Pendidikan
PPT Lingkungan Pendidikan Mata Kuliah Pengantar Pendidikan
Ersa Nabela
 
Ten principles of succesful learning- 10 principios para el e-learning exitoso
Ten principles of succesful learning- 10 principios para el e-learning exitosoTen principles of succesful learning- 10 principios para el e-learning exitoso
Ten principles of succesful learning- 10 principios para el e-learning exitoso
Itslearning México
 
Training Pelajar Menjadi kader Inspiratif-renungkan kader
Training Pelajar Menjadi kader Inspiratif-renungkan kaderTraining Pelajar Menjadi kader Inspiratif-renungkan kader
Training Pelajar Menjadi kader Inspiratif-renungkan kader
Namin AB Ibnu Solihin
 
Model pembelajaran efektif untuk pencapaian kompetensi dasar menurut kurikulu...
Model pembelajaran efektif untuk pencapaian kompetensi dasar menurut kurikulu...Model pembelajaran efektif untuk pencapaian kompetensi dasar menurut kurikulu...
Model pembelajaran efektif untuk pencapaian kompetensi dasar menurut kurikulu...
Musthofa Thofa
 
Seminar parenting mendidik anak dengan komunikasi efektif di era digital
Seminar parenting mendidik anak dengan komunikasi efektif di era digitalSeminar parenting mendidik anak dengan komunikasi efektif di era digital
Seminar parenting mendidik anak dengan komunikasi efektif di era digital
Namin AB Ibnu Solihin
 
Materi training motivasi un smpit daarul fikri cikarang
Materi training motivasi un smpit daarul fikri cikarang Materi training motivasi un smpit daarul fikri cikarang
Materi training motivasi un smpit daarul fikri cikarang
Namin AB Ibnu Solihin
 
Menjadi pendidik kreatif lewat budaya literasi
Menjadi pendidik kreatif lewat budaya literasi Menjadi pendidik kreatif lewat budaya literasi
Menjadi pendidik kreatif lewat budaya literasi
Namin AB Ibnu Solihin
 
Kepentingan Dakwah dalam Kehidupan Muslim
Kepentingan Dakwah dalam Kehidupan MuslimKepentingan Dakwah dalam Kehidupan Muslim
Kepentingan Dakwah dalam Kehidupan Muslim
Tarbiyyah Kreatif
 
Mater training lejitkan potensimu, temukan passionmu dan ciptakan Brandingmu
Mater training lejitkan potensimu, temukan passionmu dan ciptakan BrandingmuMater training lejitkan potensimu, temukan passionmu dan ciptakan Brandingmu
Mater training lejitkan potensimu, temukan passionmu dan ciptakan Brandingmu
Namin AB Ibnu Solihin
 
8 makna guru kreatif by namin ab ibnu solihin
8 makna guru kreatif by namin ab ibnu solihin8 makna guru kreatif by namin ab ibnu solihin
8 makna guru kreatif by namin ab ibnu solihin
Namin AB Ibnu Solihin
 
Instructional Design Model
Instructional Design ModelInstructional Design Model
Instructional Design Model
Uwes Chaeruman
 

Viewers also liked (20)

Grand desain dakwah kampus
Grand desain dakwah kampusGrand desain dakwah kampus
Grand desain dakwah kampus
 
Motivasi dakwah 2
Motivasi dakwah 2Motivasi dakwah 2
Motivasi dakwah 2
 
Manajemen dalam Dakwah
Manajemen dalam DakwahManajemen dalam Dakwah
Manajemen dalam Dakwah
 
Meaningful Learning with Technology
Meaningful Learning with TechnologyMeaningful Learning with Technology
Meaningful Learning with Technology
 
10 ciri sekolah hebat dan keren
10 ciri sekolah hebat dan keren10 ciri sekolah hebat dan keren
10 ciri sekolah hebat dan keren
 
Rahasia Gaya Belajar Orang Besar
Rahasia Gaya Belajar Orang BesarRahasia Gaya Belajar Orang Besar
Rahasia Gaya Belajar Orang Besar
 
Pantaskan dirimu jadi Guru Inspiratif
Pantaskan dirimu jadi Guru InspiratifPantaskan dirimu jadi Guru Inspiratif
Pantaskan dirimu jadi Guru Inspiratif
 
Materi training motivasi menggapai mimpi meraih prestasi untuk pelajar
Materi training motivasi menggapai mimpi meraih prestasi untuk pelajarMateri training motivasi menggapai mimpi meraih prestasi untuk pelajar
Materi training motivasi menggapai mimpi meraih prestasi untuk pelajar
 
PPT Lingkungan Pendidikan Mata Kuliah Pengantar Pendidikan
PPT Lingkungan Pendidikan Mata Kuliah Pengantar PendidikanPPT Lingkungan Pendidikan Mata Kuliah Pengantar Pendidikan
PPT Lingkungan Pendidikan Mata Kuliah Pengantar Pendidikan
 
Ten principles of succesful learning- 10 principios para el e-learning exitoso
Ten principles of succesful learning- 10 principios para el e-learning exitosoTen principles of succesful learning- 10 principios para el e-learning exitoso
Ten principles of succesful learning- 10 principios para el e-learning exitoso
 
Training Pelajar Menjadi kader Inspiratif-renungkan kader
Training Pelajar Menjadi kader Inspiratif-renungkan kaderTraining Pelajar Menjadi kader Inspiratif-renungkan kader
Training Pelajar Menjadi kader Inspiratif-renungkan kader
 
Model pembelajaran efektif untuk pencapaian kompetensi dasar menurut kurikulu...
Model pembelajaran efektif untuk pencapaian kompetensi dasar menurut kurikulu...Model pembelajaran efektif untuk pencapaian kompetensi dasar menurut kurikulu...
Model pembelajaran efektif untuk pencapaian kompetensi dasar menurut kurikulu...
 
Seminar parenting mendidik anak dengan komunikasi efektif di era digital
Seminar parenting mendidik anak dengan komunikasi efektif di era digitalSeminar parenting mendidik anak dengan komunikasi efektif di era digital
Seminar parenting mendidik anak dengan komunikasi efektif di era digital
 
Materi training motivasi un smpit daarul fikri cikarang
Materi training motivasi un smpit daarul fikri cikarang Materi training motivasi un smpit daarul fikri cikarang
Materi training motivasi un smpit daarul fikri cikarang
 
Menjadi pendidik kreatif lewat budaya literasi
Menjadi pendidik kreatif lewat budaya literasi Menjadi pendidik kreatif lewat budaya literasi
Menjadi pendidik kreatif lewat budaya literasi
 
Kepentingan Dakwah dalam Kehidupan Muslim
Kepentingan Dakwah dalam Kehidupan MuslimKepentingan Dakwah dalam Kehidupan Muslim
Kepentingan Dakwah dalam Kehidupan Muslim
 
Mater training lejitkan potensimu, temukan passionmu dan ciptakan Brandingmu
Mater training lejitkan potensimu, temukan passionmu dan ciptakan BrandingmuMater training lejitkan potensimu, temukan passionmu dan ciptakan Brandingmu
Mater training lejitkan potensimu, temukan passionmu dan ciptakan Brandingmu
 
Motivasi dakwah
Motivasi dakwahMotivasi dakwah
Motivasi dakwah
 
8 makna guru kreatif by namin ab ibnu solihin
8 makna guru kreatif by namin ab ibnu solihin8 makna guru kreatif by namin ab ibnu solihin
8 makna guru kreatif by namin ab ibnu solihin
 
Instructional Design Model
Instructional Design ModelInstructional Design Model
Instructional Design Model
 

Similar to Deep Learning | A Step Closer To Artificial Intelligence | Edureka Live

Introduction to Artificial Intelligence | AI using Deep Learning | Edureka
Introduction to Artificial Intelligence | AI using Deep Learning | EdurekaIntroduction to Artificial Intelligence | AI using Deep Learning | Edureka
Introduction to Artificial Intelligence | AI using Deep Learning | Edureka
Edureka!
 
Deep Learning Using TensorFlow | TensorFlow Tutorial | AI & Deep Learning Tra...
Deep Learning Using TensorFlow | TensorFlow Tutorial | AI & Deep Learning Tra...Deep Learning Using TensorFlow | TensorFlow Tutorial | AI & Deep Learning Tra...
Deep Learning Using TensorFlow | TensorFlow Tutorial | AI & Deep Learning Tra...
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...
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...
Edureka!
 
Artificial Neural Network Tutorial | Deep Learning With Neural Networks | Edu...
Artificial Neural Network Tutorial | Deep Learning With Neural Networks | Edu...Artificial Neural Network Tutorial | Deep Learning With Neural Networks | Edu...
Artificial Neural Network Tutorial | Deep Learning With Neural Networks | Edu...
Edureka!
 
Deep Learning Fundamentals
Deep Learning FundamentalsDeep Learning Fundamentals
Deep Learning Fundamentals
Thomas Delteil
 
Introduction to Machine Learning, Deep Learning and MXNet
Introduction to Machine Learning, Deep Learning and MXNetIntroduction to Machine Learning, Deep Learning and MXNet
Introduction to Machine Learning, Deep Learning and MXNet
Amazon Web Services
 
Deep Learning Tutorial | Deep Learning Tutorial for Beginners | Neural Networ...
Deep Learning Tutorial | Deep Learning Tutorial for Beginners | Neural Networ...Deep Learning Tutorial | Deep Learning Tutorial for Beginners | Neural Networ...
Deep Learning Tutorial | Deep Learning Tutorial for Beginners | Neural Networ...
Edureka!
 
Moving Forward with AI
Moving Forward with AIMoving Forward with AI
Moving Forward with AI
Amazon Web Services
 
GPSBUS201-GPS Demystifying Artificial Intelligence
GPSBUS201-GPS Demystifying Artificial IntelligenceGPSBUS201-GPS Demystifying Artificial Intelligence
GPSBUS201-GPS Demystifying Artificial Intelligence
Amazon Web Services
 
Deep Learning Workshop
Deep Learning WorkshopDeep Learning Workshop
Deep Learning Workshop
Amazon Web Services
 
HKOSCon18 - Chetan Khatri - Open Source AI / ML Technologies and Application ...
HKOSCon18 - Chetan Khatri - Open Source AI / ML Technologies and Application ...HKOSCon18 - Chetan Khatri - Open Source AI / ML Technologies and Application ...
HKOSCon18 - Chetan Khatri - Open Source AI / ML Technologies and Application ...
Chetan Khatri
 
Deep learning and neural network converted
Deep learning and neural network convertedDeep learning and neural network converted
Deep learning and neural network converted
Janu Jahnavi
 
Jon Epstein - LAC 2017 - Disruptive technologies: AI and the future of market...
Jon Epstein - LAC 2017 - Disruptive technologies: AI and the future of market...Jon Epstein - LAC 2017 - Disruptive technologies: AI and the future of market...
Jon Epstein - LAC 2017 - Disruptive technologies: AI and the future of market...
iGB Affiliate
 
AI vs Machine Learning vs Deep Learning | Machine Learning Training with Pyth...
AI vs Machine Learning vs Deep Learning | Machine Learning Training with Pyth...AI vs Machine Learning vs Deep Learning | Machine Learning Training with Pyth...
AI vs Machine Learning vs Deep Learning | Machine Learning Training with Pyth...
Edureka!
 
EXTENT-2017: Putting AI to Test
EXTENT-2017: Putting AI to TestEXTENT-2017: Putting AI to Test
EXTENT-2017: Putting AI to Test
Iosif Itkin
 
Moving Forward with AI - as presented at the Prosessipäivät 2018
Moving Forward with AI - as presented at the Prosessipäivät 2018Moving Forward with AI - as presented at the Prosessipäivät 2018
Moving Forward with AI - as presented at the Prosessipäivät 2018
Adrian Hornsby
 
Artificial Intelligence Tutorial
Artificial Intelligence TutorialArtificial Intelligence Tutorial
Artificial Intelligence Tutorial
Veritone, Inc.
 
ARTIFICIAL INTELLIGENCE-New.pptx
ARTIFICIAL INTELLIGENCE-New.pptxARTIFICIAL INTELLIGENCE-New.pptx
ARTIFICIAL INTELLIGENCE-New.pptx
ParveshSachdev
 
AI Is My Co-Pilot - DevWeek17
AI Is My Co-Pilot - DevWeek17AI Is My Co-Pilot - DevWeek17
AI Is My Co-Pilot - DevWeek17
Builtio
 
Facial expression recognition projc 2 (3) (1)
Facial expression recognition projc 2 (3) (1)Facial expression recognition projc 2 (3) (1)
Facial expression recognition projc 2 (3) (1)
AbhiAchalla
 

Similar to Deep Learning | A Step Closer To Artificial Intelligence | Edureka Live (20)

Introduction to Artificial Intelligence | AI using Deep Learning | Edureka
Introduction to Artificial Intelligence | AI using Deep Learning | EdurekaIntroduction to Artificial Intelligence | AI using Deep Learning | Edureka
Introduction to Artificial Intelligence | AI using Deep Learning | Edureka
 
Deep Learning Using TensorFlow | TensorFlow Tutorial | AI & Deep Learning Tra...
Deep Learning Using TensorFlow | TensorFlow Tutorial | AI & Deep Learning Tra...Deep Learning Using TensorFlow | TensorFlow Tutorial | AI & Deep Learning Tra...
Deep Learning Using TensorFlow | TensorFlow Tutorial | AI & Deep Learning Tra...
 
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 Neural Network Tutorial | Deep Learning With Neural Networks | Edu...
Artificial Neural Network Tutorial | Deep Learning With Neural Networks | Edu...Artificial Neural Network Tutorial | Deep Learning With Neural Networks | Edu...
Artificial Neural Network Tutorial | Deep Learning With Neural Networks | Edu...
 
Deep Learning Fundamentals
Deep Learning FundamentalsDeep Learning Fundamentals
Deep Learning Fundamentals
 
Introduction to Machine Learning, Deep Learning and MXNet
Introduction to Machine Learning, Deep Learning and MXNetIntroduction to Machine Learning, Deep Learning and MXNet
Introduction to Machine Learning, Deep Learning and MXNet
 
Deep Learning Tutorial | Deep Learning Tutorial for Beginners | Neural Networ...
Deep Learning Tutorial | Deep Learning Tutorial for Beginners | Neural Networ...Deep Learning Tutorial | Deep Learning Tutorial for Beginners | Neural Networ...
Deep Learning Tutorial | Deep Learning Tutorial for Beginners | Neural Networ...
 
Moving Forward with AI
Moving Forward with AIMoving Forward with AI
Moving Forward with AI
 
GPSBUS201-GPS Demystifying Artificial Intelligence
GPSBUS201-GPS Demystifying Artificial IntelligenceGPSBUS201-GPS Demystifying Artificial Intelligence
GPSBUS201-GPS Demystifying Artificial Intelligence
 
Deep Learning Workshop
Deep Learning WorkshopDeep Learning Workshop
Deep Learning Workshop
 
HKOSCon18 - Chetan Khatri - Open Source AI / ML Technologies and Application ...
HKOSCon18 - Chetan Khatri - Open Source AI / ML Technologies and Application ...HKOSCon18 - Chetan Khatri - Open Source AI / ML Technologies and Application ...
HKOSCon18 - Chetan Khatri - Open Source AI / ML Technologies and Application ...
 
Deep learning and neural network converted
Deep learning and neural network convertedDeep learning and neural network converted
Deep learning and neural network converted
 
Jon Epstein - LAC 2017 - Disruptive technologies: AI and the future of market...
Jon Epstein - LAC 2017 - Disruptive technologies: AI and the future of market...Jon Epstein - LAC 2017 - Disruptive technologies: AI and the future of market...
Jon Epstein - LAC 2017 - Disruptive technologies: AI and the future of market...
 
AI vs Machine Learning vs Deep Learning | Machine Learning Training with Pyth...
AI vs Machine Learning vs Deep Learning | Machine Learning Training with Pyth...AI vs Machine Learning vs Deep Learning | Machine Learning Training with Pyth...
AI vs Machine Learning vs Deep Learning | Machine Learning Training with Pyth...
 
EXTENT-2017: Putting AI to Test
EXTENT-2017: Putting AI to TestEXTENT-2017: Putting AI to Test
EXTENT-2017: Putting AI to Test
 
Moving Forward with AI - as presented at the Prosessipäivät 2018
Moving Forward with AI - as presented at the Prosessipäivät 2018Moving Forward with AI - as presented at the Prosessipäivät 2018
Moving Forward with AI - as presented at the Prosessipäivät 2018
 
Artificial Intelligence Tutorial
Artificial Intelligence TutorialArtificial Intelligence Tutorial
Artificial Intelligence Tutorial
 
ARTIFICIAL INTELLIGENCE-New.pptx
ARTIFICIAL INTELLIGENCE-New.pptxARTIFICIAL INTELLIGENCE-New.pptx
ARTIFICIAL INTELLIGENCE-New.pptx
 
AI Is My Co-Pilot - DevWeek17
AI Is My Co-Pilot - DevWeek17AI Is My Co-Pilot - DevWeek17
AI Is My Co-Pilot - DevWeek17
 
Facial expression recognition projc 2 (3) (1)
Facial expression recognition projc 2 (3) (1)Facial expression recognition projc 2 (3) (1)
Facial expression recognition projc 2 (3) (1)
 

More from Edureka!

What to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | EdurekaWhat to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | Edureka
Edureka!
 
Top 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | EdurekaTop 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | Edureka
Edureka!
 
Top 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | EdurekaTop 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | Edureka
Edureka!
 
Tableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | EdurekaTableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | Edureka
Edureka!
 
Python Programming Tutorial | Edureka
Python Programming Tutorial | EdurekaPython Programming Tutorial | Edureka
Python Programming Tutorial | Edureka
Edureka!
 
Top 5 PMP Certifications | Edureka
Top 5 PMP Certifications | EdurekaTop 5 PMP Certifications | Edureka
Top 5 PMP Certifications | Edureka
Edureka!
 
Top Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | EdurekaTop Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | Edureka
Edureka!
 
Linux Mint Tutorial | Edureka
Linux Mint Tutorial | EdurekaLinux Mint Tutorial | Edureka
Linux Mint Tutorial | Edureka
Edureka!
 
How to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| EdurekaHow to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| Edureka
Edureka!
 
Importance of Digital Marketing | Edureka
Importance of Digital Marketing | EdurekaImportance of Digital Marketing | Edureka
Importance of Digital Marketing | Edureka
Edureka!
 
RPA in 2020 | Edureka
RPA in 2020 | EdurekaRPA in 2020 | Edureka
RPA in 2020 | Edureka
Edureka!
 
Email Notifications in Jenkins | Edureka
Email Notifications in Jenkins | EdurekaEmail Notifications in Jenkins | Edureka
Email Notifications in Jenkins | Edureka
Edureka!
 
EA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | EdurekaEA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | Edureka
Edureka!
 
Cognitive AI Tutorial | Edureka
Cognitive AI Tutorial | EdurekaCognitive AI Tutorial | Edureka
Cognitive AI Tutorial | Edureka
Edureka!
 
AWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | EdurekaAWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | Edureka
Edureka!
 
Blue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | EdurekaBlue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | Edureka
Edureka!
 
Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka
Edureka!
 
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | EdurekaA star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
Edureka!
 
Kubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | EdurekaKubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | Edureka
Edureka!
 
Introduction to DevOps | Edureka
Introduction to DevOps | EdurekaIntroduction to DevOps | Edureka
Introduction to DevOps | Edureka
Edureka!
 

More from Edureka! (20)

What to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | EdurekaWhat to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | Edureka
 
Top 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | EdurekaTop 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | Edureka
 
Top 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | EdurekaTop 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | Edureka
 
Tableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | EdurekaTableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | Edureka
 
Python Programming Tutorial | Edureka
Python Programming Tutorial | EdurekaPython Programming Tutorial | Edureka
Python Programming Tutorial | Edureka
 
Top 5 PMP Certifications | Edureka
Top 5 PMP Certifications | EdurekaTop 5 PMP Certifications | Edureka
Top 5 PMP Certifications | Edureka
 
Top Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | EdurekaTop Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | Edureka
 
Linux Mint Tutorial | Edureka
Linux Mint Tutorial | EdurekaLinux Mint Tutorial | Edureka
Linux Mint Tutorial | Edureka
 
How to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| EdurekaHow to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| Edureka
 
Importance of Digital Marketing | Edureka
Importance of Digital Marketing | EdurekaImportance of Digital Marketing | Edureka
Importance of Digital Marketing | Edureka
 
RPA in 2020 | Edureka
RPA in 2020 | EdurekaRPA in 2020 | Edureka
RPA in 2020 | Edureka
 
Email Notifications in Jenkins | Edureka
Email Notifications in Jenkins | EdurekaEmail Notifications in Jenkins | Edureka
Email Notifications in Jenkins | Edureka
 
EA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | EdurekaEA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | Edureka
 
Cognitive AI Tutorial | Edureka
Cognitive AI Tutorial | EdurekaCognitive AI Tutorial | Edureka
Cognitive AI Tutorial | Edureka
 
AWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | EdurekaAWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | Edureka
 
Blue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | EdurekaBlue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | Edureka
 
Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka
 
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | EdurekaA star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
 
Kubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | EdurekaKubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | Edureka
 
Introduction to DevOps | Edureka
Introduction to DevOps | EdurekaIntroduction to DevOps | Edureka
Introduction to DevOps | Edureka
 

Recently uploaded

Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
James Anderson
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
名前 です男
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
Uni Systems S.M.S.A.
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
Claudio Di Ciccio
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
Neo4j
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Paige Cruz
 
UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5
DianaGray10
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
Daiki Mogmet Ito
 
RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
KAMESHS29
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
Neo4j
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
Quotidiano Piemontese
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
Neo4j
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
Matthew Sinclair
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
mikeeftimakis1
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
DianaGray10
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
sonjaschweigert1
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
Kumud Singh
 

Recently uploaded (20)

Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
 
UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
 
RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
 

Deep Learning | A Step Closer To Artificial Intelligence | Edureka Live

  • 1. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Agenda  What Is Artificial Intelligence ?  What Is Machine Learning ?  Limitations Of Machine Learning  Deep Learning To The Rescue  What Is Deep Learning ?  Deep Learning Applications
  • 2. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Applications Of Artificial Intelligence? Let’s begin by understanding various un-realistic applications of Artificial Intelligence in real life
  • 3. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Applications Of Artificial Intelligence Predicting Future
  • 4. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Applications Of Artificial Intelligence Predicting Future Chat Bots
  • 5. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Applications Of Artificial Intelligence Predicting Future Self-Driving Cars Chat Bots
  • 6. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Applications Of Artificial Intelligence Predicting Future Self-Driving Cars AI Eye Doctor Chat Bots
  • 7. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Applications Of Artificial Intelligence Predicting Future Self-Driving Cars AI Eye Doctor AI Music Composer Chat Bots
  • 8. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Applications Of Artificial Intelligence Predicting Future Self-Driving Cars AI Eye Doctor AI Music Composer AI Dream Machine Chat Bots
  • 9. Copyright © 2017, edureka and/or its affiliates. All rights reserved. What Is Artificial Intelligence? Now, let’s understand what is Artificial Intelligence
  • 10. Copyright © 2017, edureka and/or its affiliates. All rights reserved. What Is Artificial Intelligence?  The theory and development of computer systems able to perform tasks normally requiring human intelligence, such as visual perception, speech recognition, decision-making and translation between languages. – source – Wikipedia  AI includes following areas of Specialization: – Game Playing – Expert Systems – Natural Language Processing – Neural Networks – Robotics Machine playing chess Siri Number plate recognition
  • 11. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Subsets Of Artificial Intelligence Deep Learning is a subset of Machine Learning Machine Learning is a subset of AI Deep Learning uses neural networks to simulate human like decision making Artificial Intelligence Machine Learning Deep Learning
  • 12. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Machine Learning Let’s understand what is Machine Learning
  • 13. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Machine Learning  Machine Learning is a type of artificial intelligence (AI) that provide computers with the ability to learn without being explicitly programmed. Problem Statement: Determine the species of the flower Learn from the dataset
  • 14. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Machine Learning  Machine Learning is a type of artificial intelligence (AI) that provide computers with the ability to learn without being explicitly programmed. New Input Sepal length, Sepal width, Petal Length, Petal Width Learn from the dataset Problem Statement: Determine the species of the flower
  • 15. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Limitations Of Machine Learning Let’s understand, even when Machine Learning is present why we need Deep Learning
  • 16. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Limitations Of Machine Learning Cannot solve crucial AI problems like NLP, Image recognition etc. Are not useful while working with high dimensional data, that is where we have large number of inputs and outputs Machine Learning Limitations Of Machine Learning
  • 17. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Limitations Of Machine Learning Cannot solve crucial AI problems like NLP, Image recognition etc. Are not useful while working with high dimensional data, that is where we have large number of inputs and outputs
  • 18. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Limitations Of Machine Learning One of the big challenges with traditional Machine Learning models is a process called feature extraction. For complex problems such as object recognition or handwriting recognition, this is a huge challenge. Deep Learning To The Rescue The idea behind Deep Learning is to build learning algorithms that mimic brain. Deep Learning models are capable to focus on the right features by themselves, requiring little guidance from the programmer. These models also partially solve the dimensionality problem.
  • 19. Copyright © 2017, edureka and/or its affiliates. All rights reserved. How Deep Learning Works? Let’s understand the working of Deep Learning
  • 20. Copyright © 2017, edureka and/or its affiliates. All rights reserved. How Deep Learning Works?  Deep Learning is implemented through Neural Networks.  Motivation behind Neural Networks is the biological Neuron. Dendrite: Receives signals from other neurons Cell Body: Sums all the inputs Axon: It is used to transmit signals to the other cells X1 X2 X3 Xn W1 W2 W3 Wn Transfer Function Activation Function Schematic for a neuron in a neural netNeuron Y
  • 21. Copyright © 2017, edureka and/or its affiliates. All rights reserved. What Is Deep Learning? Input Layer Hidden Layer 1 Hidden Layer 2 Output Layer Deep Learning uses Deep Networks which are nothing but Neural Networks with multiple Hidden Layers.
  • 22. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Deep Learning – Use Case Let’s look at a use-case where we can use DL for image recognition
  • 23. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Deep Learning Example
  • 24. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Deep Learning Use Case – Hand Written Digits We will take the same MNIST dataset. By using Multilayer Perceptron the efficiency can be increased to 99% Input Image (28x28) Filter Weights (5x5 pixels) (14x14 pixels) (16 channels) (7x7 pixels) (36 channels) Filter-Weights (5x5 pixels) 16 of these … 0. 00. 00. 10. 00. 00. 10. 00. 80. 00. 0 0 1 2 3 4 5 6 7 8 9 Fully-Connected Layer Output Layer Class Layer 1 Layer 2 (128 features)(10 features)
  • 25. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Deep Learning Applications Let’s look at some applications of Deep Learning
  • 26. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Applications Of Deep Learning Some amazing and recent applications of Deep Learning are: • Automatic Machine Translation. • Object Classification in Photographs. • Automatic Handwriting Generation. • Character Text Generation. • Image Caption Generation. • Colorization of Black and White Images. • Automatic Game Playing. Face recognition Sar a Jes si Am y Priy a Ada m EmmaAndre w John
  • 27. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Applications Of Deep Learning - Google Lens  Google Lens is a set of vision-based computing capabilities that allows your smartphone to understand what's going on in a photo, video or a live feed.  For instance, point your phone at a flower and Google Lens will tell you on the screen which type of flower it is.  You can aim the camera at a restaurant sign to see reviews and other information.
  • 28. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Applications Of Deep Learning - Machine Translation This is a task where you are given words in some language and you have to translate the words to the desired language say English.  This kind of translation is a classical example of Image recognition.
  • 29. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Session In A Minute Why Artificial Intelligence? What is Artificial Intelligence? Subsets Of Artificial Intelligence Machine Learning to Deep Learning How Deep Learning Works? Deep Learning Applications
  • 30. Copyright © 2017, edureka and/or its affiliates. All rights reserved.