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.0
0.0
0.1
0.0
0.0
0.1
0.0
0.8
0.0
0.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
Sara Jessi Amy Priya Adam
EmmaAndrewJohn
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 (20)

PPTX
What is Deep Learning?
NVIDIA
 
PPTX
Artificial Intelligence Presentation
lpaviglianiti
 
PPT
Artificial intelligence
ravijain90
 
PPTX
Artificial Intelligence
VijayaLakshmi N
 
PPTX
Artificial intelligence
Devanand Sharma
 
PDF
Introduction to AI
Sathittham Sangthong
 
PPTX
PPT on Artificial Intelligence(A.I.)
Aakanksh Nath
 
PDF
AI vs Machine Learning vs Deep Learning | Machine Learning Training with Pyth...
Edureka!
 
PPT
Artificial Intelligence
Neil Mathew
 
PPTX
Artifical intelligence (a.i)
Muhammad Muttaiyab Ahmad
 
PPTX
A Friendly Introduction to Machine Learning
Haptik
 
PPTX
Artificial intelligence
OlivierDuyvejonck
 
PDF
Top 10 Applications Of Artificial Intelligence | Edureka
Edureka!
 
PDF
Artificial Intelligence Presentation
Adarsh Pathak
 
PPTX
Artificial Intelligence
falepiz
 
PPTX
Artificial intelligence - An Overview
Giri Dharan
 
PPT
Artificial Intelligence
u053675
 
PPTX
Artifical Intelligence
Harsha Varyani
 
PPTX
Artificial intelligence
Umasree Raghunath
 
PDF
Algorithmic Bias: Challenges and Opportunities for AI in Healthcare
Gregory Nelson
 
What is Deep Learning?
NVIDIA
 
Artificial Intelligence Presentation
lpaviglianiti
 
Artificial intelligence
ravijain90
 
Artificial Intelligence
VijayaLakshmi N
 
Artificial intelligence
Devanand Sharma
 
Introduction to AI
Sathittham Sangthong
 
PPT on Artificial Intelligence(A.I.)
Aakanksh Nath
 
AI vs Machine Learning vs Deep Learning | Machine Learning Training with Pyth...
Edureka!
 
Artificial Intelligence
Neil Mathew
 
Artifical intelligence (a.i)
Muhammad Muttaiyab Ahmad
 
A Friendly Introduction to Machine Learning
Haptik
 
Artificial intelligence
OlivierDuyvejonck
 
Top 10 Applications Of Artificial Intelligence | Edureka
Edureka!
 
Artificial Intelligence Presentation
Adarsh Pathak
 
Artificial Intelligence
falepiz
 
Artificial intelligence - An Overview
Giri Dharan
 
Artificial Intelligence
u053675
 
Artifical Intelligence
Harsha Varyani
 
Artificial intelligence
Umasree Raghunath
 
Algorithmic Bias: Challenges and Opportunities for AI in Healthcare
Gregory Nelson
 

Similar to Introduction to Artificial Intelligence | AI using Deep Learning | Edureka (20)

PDF
Deep Learning | A Step Closer To Artificial Intelligence | Edureka Live
Edureka!
 
PDF
What is Deep Learning | Deep Learning Simplified | Deep Learning Tutorial | E...
Edureka!
 
PDF
Deep Learning Using TensorFlow | TensorFlow Tutorial | AI & Deep Learning Tra...
Edureka!
 
PPTX
Deep_Learning_Discussion Deep_Learning_Discussion
CarloCimacio
 
DOCX
Title_ Deep Learning Explained_ What You Should Be Aware of in Data Science a...
nnibedita021
 
PDF
What is Deep Learning? A Comprehensive Guide
Julie Bowie
 
PPTX
Deep learning intro and examples and types
JavedKhan524377
 
PPTX
Artificial Intelligence and it's usage explained
manipark
 
PDF
Understanding Deep Learning and Its Impact on Modern Technology
Roshan Rai
 
PPTX
DEEP_LEARNING_Lecture1 for btech students.pptx
mrsam3062
 
PDF
Deep Learning Explained-History, Key Components, Applications, Benefits & Ind...
Lily Clark
 
PPT
Introduction_to_DEEP_LEARNING.ppt
SwatiMahale4
 
PPT
Introduction_to_DEEP_LEARNING.sfsdafsadfsadfsdafsdppt
NaiduSetti
 
PPT
Introduction_to_DEEP_LEARNING ppt 101ppt
sathyanarayanakb1
 
PDF
Understanding Deep Learning: The Backbone of Modern AI
seor9st
 
PDF
Deep learning and neural network converted
Janu Jahnavi
 
PDF
The upsurge of deep learning for computer vision applications
IJECEIAES
 
PPTX
Deep Learning Explained: The future of Artificial Intelligence and Smart Netw...
Melanie Swan
 
PPTX
Discussion of Deep_Learning Discussion of Deep_Learning
CarloCimacio
 
PPT
deep learning evaluation and its advantages.ppt
Srisaikudavalli
 
Deep Learning | A Step Closer To Artificial Intelligence | Edureka Live
Edureka!
 
What is Deep Learning | Deep Learning Simplified | Deep Learning Tutorial | E...
Edureka!
 
Deep Learning Using TensorFlow | TensorFlow Tutorial | AI & Deep Learning Tra...
Edureka!
 
Deep_Learning_Discussion Deep_Learning_Discussion
CarloCimacio
 
Title_ Deep Learning Explained_ What You Should Be Aware of in Data Science a...
nnibedita021
 
What is Deep Learning? A Comprehensive Guide
Julie Bowie
 
Deep learning intro and examples and types
JavedKhan524377
 
Artificial Intelligence and it's usage explained
manipark
 
Understanding Deep Learning and Its Impact on Modern Technology
Roshan Rai
 
DEEP_LEARNING_Lecture1 for btech students.pptx
mrsam3062
 
Deep Learning Explained-History, Key Components, Applications, Benefits & Ind...
Lily Clark
 
Introduction_to_DEEP_LEARNING.ppt
SwatiMahale4
 
Introduction_to_DEEP_LEARNING.sfsdafsadfsadfsdafsdppt
NaiduSetti
 
Introduction_to_DEEP_LEARNING ppt 101ppt
sathyanarayanakb1
 
Understanding Deep Learning: The Backbone of Modern AI
seor9st
 
Deep learning and neural network converted
Janu Jahnavi
 
The upsurge of deep learning for computer vision applications
IJECEIAES
 
Deep Learning Explained: The future of Artificial Intelligence and Smart Netw...
Melanie Swan
 
Discussion of Deep_Learning Discussion of Deep_Learning
CarloCimacio
 
deep learning evaluation and its advantages.ppt
Srisaikudavalli
 
Ad

More from Edureka! (20)

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

Recently uploaded (20)

PDF
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
DOCX
Python coding for beginners !! Start now!#
Rajni Bhardwaj Grover
 
PDF
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
PDF
Advancing WebDriver BiDi support in WebKit
Igalia
 
PDF
Go Concurrency Real-World Patterns, Pitfalls, and Playground Battles.pdf
Emily Achieng
 
PDF
“NPU IP Hardware Shaped Through Software and Use-case Analysis,” a Presentati...
Edge AI and Vision Alliance
 
PDF
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
PDF
What Makes Contify’s News API Stand Out: Key Features at a Glance
Contify
 
PDF
The Rise of AI and IoT in Mobile App Tech.pdf
IMG Global Infotech
 
PPTX
"Autonomy of LLM Agents: Current State and Future Prospects", Oles` Petriv
Fwdays
 
PDF
Transforming Utility Networks: Large-scale Data Migrations with FME
Safe Software
 
PDF
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
PPTX
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
PPTX
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 
PDF
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
PPTX
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
PDF
July Patch Tuesday
Ivanti
 
PPTX
Future Tech Innovations 2025 – A TechLists Insight
TechLists
 
PPTX
The Project Compass - GDG on Campus MSIT
dscmsitkol
 
PDF
"Beyond English: Navigating the Challenges of Building a Ukrainian-language R...
Fwdays
 
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
Python coding for beginners !! Start now!#
Rajni Bhardwaj Grover
 
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
Advancing WebDriver BiDi support in WebKit
Igalia
 
Go Concurrency Real-World Patterns, Pitfalls, and Playground Battles.pdf
Emily Achieng
 
“NPU IP Hardware Shaped Through Software and Use-case Analysis,” a Presentati...
Edge AI and Vision Alliance
 
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
What Makes Contify’s News API Stand Out: Key Features at a Glance
Contify
 
The Rise of AI and IoT in Mobile App Tech.pdf
IMG Global Infotech
 
"Autonomy of LLM Agents: Current State and Future Prospects", Oles` Petriv
Fwdays
 
Transforming Utility Networks: Large-scale Data Migrations with FME
Safe Software
 
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
July Patch Tuesday
Ivanti
 
Future Tech Innovations 2025 – A TechLists Insight
TechLists
 
The Project Compass - GDG on Campus MSIT
dscmsitkol
 
"Beyond English: Navigating the Challenges of Building a Ukrainian-language R...
Fwdays
 

Introduction to Artificial Intelligence | AI using Deep Learning | Edureka

  • 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.0 0.0 0.1 0.0 0.0 0.1 0.0 0.8 0.0 0.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 Sara Jessi Amy Priya Adam EmmaAndrewJohn
  • 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.