SlideShare a Scribd company logo
1 of 21
This is an exclusive document to the FlevyPro community - http://flevy.com/pro
Framework Primer
Artificial Intelligence (AI): Deep
Learning
Presentation created by
CONVOLUTIONAL NEURAL NETWORK RECURRENT NEUTRAL NETWORK
Input Feature extraction and mapping Output
Image classification: Human
Hidden Layer
Output layerInput layer
Context nodes
2This document is an exclusive document available to FlevyPro members - http://flevy.com/pro
Contents
Overview
Deep Learning
Convolutional Neural Network (CNN)
Recurrent Neural Network (RNN)
Templates
The content on this page has been partially hidden.
FlevyPro members can download the full document here:
https://flevy.com/browse/flevypro/artificial-intelligence-ai-deep-learning-3250
3This document is an exclusive document available to FlevyPro members - http://flevy.com/pro
This presentation discusses a form of AI known as Deep Learning—with a
focus on Convolutional Neural Networks and Recurrent Neural Networks
Presentation Overview
The largest tech companies and governments are all heavily investing in AI research.
As organizations invest more and more into advanced automation, we are seeing significant advancements in
Artificial Intelligence (AI) in the business world. The rise of the machines is becoming an impending reality. The
AI revolution is here. Most businesses are aware of this and see the tremendous potential of AI.
The most common type of AI is currently still Machine Learning (ML), which leverages statistical techniques to
give computer systems the ability to learn with data, without being explicitly programmed.
This presentation specifically discusses a specific type of ML called Deep Learning. Deep Learning uses
computers to create networks which simulate the way a human brain perceives, organizes, and makes decisions
from data input.
This presentation further explores the most widely used models of Deep Learning in the business world:
Examples of Deep Learning being used include:
This deck also includes slide templates for you to use in your own business presentations.
Convolutional Neural Network (CNN) Recurrent Neural Network (RNN)1 2
1
2
3
Processing handwritten material
Diagnosing health diseases from medical scans
Using radar imagery to help guide self-driving cars
4
5
6
Generating captions to images
Assessing the likelihood that a credit card
transaction is fraudulent
etc.
The content on this page has been partially hidden.
FlevyPro members can download the full document here:
https://flevy.com/browse/flevypro/artificial-intelligence-ai-deep-learning-3250
4This document is an exclusive document available to FlevyPro members - http://flevy.com/pro
Contents
Overview
Deep Learning
Convolutional Neural Network (CNN)
Recurrent Neural Network (RNN)
Templates
The content on this page has been partially hidden.
FlevyPro members can download the full document here:
https://flevy.com/browse/flevypro/artificial-intelligence-ai-deep-learning-3250
5This document is an exclusive document available to FlevyPro members - http://flevy.com/pro
The last couple of years have seen a dramatic increase in the popularity of
Deep Learning, an approach to AI inspired by a human brain’s activity
Deep Learning – Overview
To this day, Deep Learning models have introduced advanced solutions in the areas of
computer vision, pattern recognition, natural language processing and other.
Deep Learning is a subset of Machine Learning (ML), which, in turn, is a form of Artificial Intelligence (AI). It uses
computers to create networks which simulate the way a human brain perceives, organizes, and makes decisions from
data input.
The easiest way to think of
the relationship among Deep
Learning, Machine Learning
(ML), and AI, is to visualize
them as concentric circles.
AI, the idea that came first,
is the first and largest circle.
ML, which blossomed later,
is the next circle.
Finally, Deep Learning--
which is driving today’s AI
explosion—fits inside both of
the other circles.
Artificial
Intelligence
Early artificial
intelligence stirs
excitement
Machine
Learning
Machine
learning begins
to flourish
Deep
Learning
Deep learning
breakthroughs
drive Al boom
1950’s 60’s 70’s 80’s 90’s 2000’s 10’s
Due to its accurateness
and precision in relation to
traditional ML methods,
Deep Learning is
becoming more and more
employed in a wide area
of business areas, ranging
from Marketing, Sales,
Customer Relations, etc.
Source: An Executive’s Guide to AI, McKinsey, 2017
The content on this page has been partially hidden.
FlevyPro members can download the full document here:
https://flevy.com/browse/flevypro/artificial-intelligence-ai-deep-learning-3250
6This document is an exclusive document available to FlevyPro members - http://flevy.com/pro
Being a representation of cutting-edge AI technology, Deep Learning
further develops on ML to create a superior processing method
Artificial Intelligence (AI) and Deep Learning
Deep Learning can often outperform traditional Machine Learning methods.
First, let’s clarify some key concepts: Artificial Intelligence, Machine Learning, and Deep Learning.
The ability of a machine to perform cognitive
functions we associate with human minds, such
as perceiving, learning and problem solving.
Artificial
Intelligence
Machine-learning algorithms detect patterns
and learn how to make predictions and
recommendations by processing data and
experiences, rather than by receiving explicit
programming instruction. Furthermore, the
algorithms also adapt in response to new data
and experiences to improve efficacy over time.
Machine
Learning
A type of machine learning that can process a
wider range of data resources, requires less
data preprocessing by humans, and can often
produce more accurate results than traditional
machine-learning approaches.
Deep
Learning
Deep Learning is based on interconnected layers
of software-based calculators known as “neurons”
which form a neural network.
What is Deep
Learning
based on?
The network can ingest vast amounts of input data
and process them through multiple layers that
learn increasingly complex features of the data at
each layer – and thus, the network can make a
determination about the data, learn if its
determination is correct, and use what it has
learned to make determinations about new data.
How does
Deep Learning
work?
Source: An Executive’s Guide to AI, McKinsey, 2017
% reduction in error rate achieved by deep learning vs. traditional
methods
25
27
41Image classification
Voice recognition
Facial recognition
The content on this page has been partially hidden.
FlevyPro members can download the full document here:
https://flevy.com/browse/flevypro/artificial-intelligence-ai-deep-learning-3250
7This document is an exclusive document available to FlevyPro members - http://flevy.com/pro
In the business world, Deep Learning uses a set of different models based
on different principles to process the data and create intended results
Major Types of Deep Learning
While most businesses are at early stages of adopting Deep Learning, a growing number of
companies are using it to optimize back office or consumer-facing systems and processes.
Deep Learning can be further divided in a set of different models, which use different structures and mechanisms in
order to generate output based on input without human processing. Each of these models can be used for different
tasks and can have different business uses.
Source: An Executive’s Guide to AI, McKinsey, 2017
Two of the most widely used models of Deep Learning in the business world are:
Convolutional Neural Network (CNN)
CONVOLUTIONAL NEURAL NETWORK RECURRENT NEUTRAL NETWORK
Input Feature extraction and mapping Output
Image classification: Human
Hidden Layer
Output layerInput layer
Context nodes
A multilayered neutral network with a
special architecture designed to extract
increasingly complex features of the data
at each layer to determine the output
A multilayered neutral network that can
store information in context nodes,
allowing it to learn data sequences and
output a number or another sequence
Recurrent Neural Network (RNN)
The content on this page has been partially hidden.
FlevyPro members can download the full document here:
https://flevy.com/browse/flevypro/artificial-intelligence-ai-deep-learning-3250
8This document is an exclusive document available to FlevyPro members - http://flevy.com/pro
Contents
Overview
Deep Learning
Convolutional Neural Network (CNN)
Recurrent Neural Network (RNN)
Templates
The content on this page has been partially hidden.
FlevyPro members can download the full document here:
https://flevy.com/browse/flevypro/artificial-intelligence-ai-deep-learning-3250
9This document is an exclusive document available to FlevyPro members - http://flevy.com/pro
CNN is the most popular method for object recognition—it is a specialized
kind of neural network for processing data with grid-like topology
Convolutional Neural Network (CNN) – Overview
Because of the success of CNNs in image classification, in many areas where networks are
applied to solve complex problems, often the input data first is translated to image data.
The Convolutional Neural Network (CNN) is a multilayered neural network with a special architecture designed to extract
increasingly complex features of the data at each layer to determine the output.
Input Feature extraction and mapping Output
Image classification: Human
CNNs are used when one has an
unstructured data set (e.g. images) and
needs to infer specific information from it.
HOW IT WORKS
CNN receives an image (for example, of
letter “A”), processing it as a collection of
pixels. In the hidden, inner layers of the
model, it identifies unique features (for
example, the individual lines making up
letter “A”). The CNN can thus classify a
different image as letter “A” if it finds in it
the unique features previously identified.
Source: An Executive’s Guide to AI, McKinsey, 2017
USE CASES
The content on this page has been partially hidden.
FlevyPro members can download the full document here:
https://flevy.com/browse/flevypro/artificial-intelligence-ai-deep-learning-3250
10This document is an exclusive document available to FlevyPro members - http://flevy.com/pro
Due to its capacity to graphically recognize or differentiate certain
elements, CNN has been put to various uses in the business world
CNN – Example Use Cases
Almost any goods producer could use CNN for quality assurance examining products
coming out of the factory or the assembly line.
CNNs are state-of-the-art technologies for image recognition. So, the question to ask, industry by industry, is what are
they looking at, or what might they look at, that affects their business.
Below there are several examples of industry-applications of CNN.
Diagnosing health diseases from medical scans
Detecting a company logo in social media to better understand joint marketing opportunities
(e.g. pairing of brands in one product)
Understanding customer brand perception and usage through images
Detecting defective products on a production line through images
Processing print or handwritten material
Using radar imagery to help guide self-driving cars
The content on this page has been partially hidden.
FlevyPro members can download the full document here:
https://flevy.com/browse/flevypro/artificial-intelligence-ai-deep-learning-3250
11This document is an exclusive document available to FlevyPro members - http://flevy.com/pro
Contents
Overview
Deep Learning
Convolutional Neural Network (CNN)
Recurrent Neural Network (RNN)
Templates
The content on this page has been partially hidden.
FlevyPro members can download the full document here:
https://flevy.com/browse/flevypro/artificial-intelligence-ai-deep-learning-3250
12This document is an exclusive document available to FlevyPro members - http://flevy.com/pro
Similar in many ways to CNNs, Recurrent Neural Networks are better
trained to work with text and language rather than with images
Recurrent Neural Network (RNN) – Overview
Recurrent Neural Networks are one of the most common neural networks used in natural
language processing because of its promising results.
The Recurrent Neural Network (RNN) is a multilayered neural network that can store information in context nodes,
allowing it to learn data sequences and output a number or another sequence.
RNN is used when one is working with time-series
data or sequences (e.g. audio recording or text).
HOW IT WORKS
USE CASES
A RNN neuron receives a command that indicates
the start of a sentence. Then, the neuron receives the
word “Are” and then outputs a vector of numbers that
feeds back into the neuron to help it “remember” that
it received “Are”. The same process occurs when it
receives “you” and “free”, with the state of the neuron
updating upon receiving each word. After receiving
“free”, the neuron assigns a probability to every word
in the English vocabulary that could complete the
sentence. If trained well, the RNN will assign the
word “tomorrow” one of the highest probabilities and
will choose it to complete the sentence.
Source: An Executive’s Guide to AI, McKinsey, 2017
Hidden Layer
Output layerInput layer
Context nodes
The content on this page has been partially hidden.
FlevyPro members can download the full document here:
https://flevy.com/browse/flevypro/artificial-intelligence-ai-deep-learning-3250
13This document is an exclusive document available to FlevyPro members - http://flevy.com/pro
The RNN is now having different business applications in a variety of
industries
RNN – Example Use Cases
Due to continuous innovations, RNN can now also be appropriated to train on
non-sequential data in a non-sequential manner.
Due to its capacity to understand and learn data sequences, making decisions and generating output based on the input
data, RNN has also found a multitude of applications in business, being continuously applied in different industries
where sequential data is used.
Below there are several examples of industry-applications of RNN.
Generating analyst reports for securities traders
Providing language translations
Tracking visual changes to an area after a disaster to assess potential damage claims (in conjunction
with CNNs)
Assessing the likelihood that a credit card transaction is fraudulent
Generating captions to images
Powering chatbots that can address more nuanced customer needs and inquiries
The content on this page has been partially hidden.
FlevyPro members can download the full document here:
https://flevy.com/browse/flevypro/artificial-intelligence-ai-deep-learning-3250
14This document is an exclusive document available to FlevyPro members - http://flevy.com/pro
Contents
Overview
Deep Learning
Convolutional Neural Network (CNN)
Recurrent Neural Network (RNN)
Templates
The content on this page has been partially hidden.
FlevyPro members can download the full document here:
https://flevy.com/browse/flevypro/artificial-intelligence-ai-deep-learning-3250
15This document is an exclusive document available to FlevyPro members - http://flevy.com/pro
Insert headline
Artificial Intelligence vs. Machine Learning vs. Deep Learning – TEMPLATE
Insert bumper.
Artificial
Intelligence
Early artificial
intelligence stirs
excitement
Machine
Learning
Machine learning
begins to flourish
Deep
Learning
Deep learning
breakthroughs
drive Al boom
1950’s 60’s 70’s 80’s 90’s 2000’s 10’s
Source: An Executive’s Guide to AI, McKinsey, 2017
• Insert filler text, filler text, filler text, filler text,
filler text, filler text, filler text
• Insert filler text, filler text, filler text, filler text,
filler text
• Insert filler text, filler text, filler text, filler text
• Insert filler text, filler text, filler text, filler text,
filler text, filler text, filler text
• Insert filler text, filler text, filler text, filler text,
filler text
• Insert filler text, filler text, filler text, filler text
• Insert filler text, filler text, filler text, filler text,
filler text, filler text, filler text
• Insert filler text, filler text, filler text, filler text,
filler text
• Insert filler text, filler text, filler text, filler text
The content on this page has been partially hidden.
FlevyPro members can download the full document here:
https://flevy.com/browse/flevypro/artificial-intelligence-ai-deep-learning-3250
16This document is an exclusive document available to FlevyPro members - http://flevy.com/pro
Insert headline
Convolutional Neural Network (CNN) – TEMPLATE
Insert bumper.
Source: An Executive’s Guide to AI, McKinsey, 2017
Input Feature extraction and mapping Output
Image classification: Human
• Insert filler text, filler text,
filler text, filler text, filler
text, filler text, filler text
• Insert filler text, filler text,
filler text, filler text, filler
text
• Insert filler text, filler text,
filler text, filler text, filler
text
• Insert filler text, filler text,
filler text, filler text
The content on this page has been partially hidden.
FlevyPro members can download the full document here:
https://flevy.com/browse/flevypro/artificial-intelligence-ai-deep-learning-3250
17This document is an exclusive document available to FlevyPro members - http://flevy.com/pro
Insert headline
Recurrent Neural Network (RNN) – TEMPLATE
Insert bumper
Source: An Executive’s Guide to AI, McKinsey, 2017
Hidden Layer
Output layerInput layer
Context nodes
• Insert filler text, filler text,
filler text, filler text, filler
text, filler text, filler text
• Insert filler text, filler text,
filler text, filler text, filler
text
• Insert filler text, filler text,
filler text, filler text, filler
text
• Insert filler text, filler text,
filler text, filler text
The content on this page has been partially hidden.
FlevyPro members can download the full document here:
https://flevy.com/browse/flevypro/artificial-intelligence-ai-deep-learning-3250
18This document is an exclusive document available to FlevyPro members - http://flevy.com/pro
Download 100s of similar frameworks from the
FlevyPro Library:
https://flevy.com/pro/library/frameworks
The content on this page has been partially hidden.
FlevyPro members can download the full document here:
https://flevy.com/browse/flevypro/artificial-intelligence-ai-deep-learning-3250
19This document is an exclusive document available to FlevyPro members - http://flevy.com/pro
Need more frameworks? Download our Complete Business Frameworks
Reference Guide, a 350+ slide compilation of 50+ frameworks, on Flevy
The Complete Business Frameworks Reference
Guide is a best selling document on Flevy. It is 350+
slides--covering 50+ common management consulting
frameworks and methodologies. A summary is
provided for each business framework.
The frameworks in this deck span across Corporate
Strategy, Sales, Marketing, Operations, Organization,
Change Management, and Finance.
This reference guide is great for those who need a
refresher on common frameworks, as well as be
introduced and learn new useful frameworks.
You can find this document here;
http://flevy.com/browse/business-document/complete-
consulting-frameworks-toolkit-644
The content on this page has been partially hidden.
FlevyPro members can download the full document here:
https://flevy.com/browse/flevypro/artificial-intelligence-ai-deep-learning-3250
20This document is an exclusive document available to FlevyPro members - http://flevy.com/pro
Flevy (www.flevy.com) is the marketplace
for premium documents. These
documents can range from Business
Frameworks to Financial Models to
PowerPoint Templates.
Flevy was founded under the principle that
companies waste a lot of time and money
recreating the same foundational business
documents. Our vision is for Flevy to
become a comprehensive knowledge base
of business documents. All organizations,
from startups to large enterprises, can use
Flevy— whether it's to jumpstart projects, to
find reference or comparison materials, or
just to learn.
Contact Us
Please contact us with any questions you may have
about our company.
• General Inquiries
support@flevy.com
• Media/PR
press@flevy.com
• Billing
billing@flevy.com
The content on this page has been partially hidden.
FlevyPro members can download the full document here:
https://flevy.com/browse/flevypro/artificial-intelligence-ai-deep-learning-3250
1
Flevy (www.flevy.com) is the marketplace
for premium documents. These
documents can range from Business
Frameworks to Financial Models to
PowerPoint Templates.
Flevy was founded under the principle that
companies waste a lot of time and money
recreating the same foundational business
documents. Our vision is for Flevy to
become a comprehensive knowledge base
of business documents. All organizations,
from startups to large enterprises, can use
Flevy— whether it's to jumpstart projects, to
find reference or comparison materials, or
just to learn.
Contact Us
Please contact us with any questions you may have
about our company.
• General Inquiries
support@flevy.com
• Media/PR
press@flevy.com
• Billing
billing@flevy.com

More Related Content

Similar to Deep Learning Guide for Businesses

Top Artificial Intelligence Tools & Frameworks in 2023.pdf
Top Artificial Intelligence Tools & Frameworks in 2023.pdfTop Artificial Intelligence Tools & Frameworks in 2023.pdf
Top Artificial Intelligence Tools & Frameworks in 2023.pdfYamuna5
 
Nautral Langauge Processing - Basics / Non Technical
Nautral Langauge Processing - Basics / Non Technical Nautral Langauge Processing - Basics / Non Technical
Nautral Langauge Processing - Basics / Non Technical Dhruv Gohil
 
Agile.. and then? – Enterprise DevOps: the digital transformation of the IT...
Agile..  and then? – Enterprise DevOps:  the digital transformation of the IT...Agile..  and then? – Enterprise DevOps:  the digital transformation of the IT...
Agile.. and then? – Enterprise DevOps: the digital transformation of the IT...Peter Muryshkin
 
Deep Learning for Recommender Systems
Deep Learning for Recommender SystemsDeep Learning for Recommender Systems
Deep Learning for Recommender SystemsMarcel Kurovski
 
Deep Learning for Recommender Systems
Deep Learning for Recommender SystemsDeep Learning for Recommender Systems
Deep Learning for Recommender Systemsinovex GmbH
 
Xain.io exhibiting at Berlin Tech Job Fair Spring 2020
Xain.io exhibiting at Berlin Tech Job Fair Spring 2020Xain.io exhibiting at Berlin Tech Job Fair Spring 2020
Xain.io exhibiting at Berlin Tech Job Fair Spring 2020TechMeetups
 
Artificial Intelligence for Business
Artificial Intelligence for BusinessArtificial Intelligence for Business
Artificial Intelligence for BusinessNicola Mattina
 
Cognitive Computing
Cognitive ComputingCognitive Computing
Cognitive ComputingPietro Leo
 
Understanding the New World of Cognitive Computing
Understanding the New World of Cognitive ComputingUnderstanding the New World of Cognitive Computing
Understanding the New World of Cognitive ComputingDATAVERSITY
 
Using Algorithmia to leverage AI and Machine Learning APIs
Using Algorithmia to leverage AI and Machine Learning APIsUsing Algorithmia to leverage AI and Machine Learning APIs
Using Algorithmia to leverage AI and Machine Learning APIsRakuten Group, Inc.
 
Nathan benaich The evolving AI marketplace: from startups to the giants
Nathan benaich The evolving AI marketplace:  from startups to the giantsNathan benaich The evolving AI marketplace:  from startups to the giants
Nathan benaich The evolving AI marketplace: from startups to the giantsSudeep Sakalle
 
8things Ebook Implementation
8things Ebook  Implementation8things Ebook  Implementation
8things Ebook ImplementationWout_van_Zeeland
 
Democratizing AI with Apache Spark
Democratizing AI with Apache SparkDemocratizing AI with Apache Spark
Democratizing AI with Apache SparkSpark Summit
 
So you want to do Data Science.... what now?
So you want to do Data Science.... what now?So you want to do Data Science.... what now?
So you want to do Data Science.... what now?Raja Chandra Rangineni
 
UNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSIS
UNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSISUNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSIS
UNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSISpijans
 
UNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSIS
UNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSISUNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSIS
UNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSISpijans
 
Software Analytics: Towards Software Mining that Matters (2014)
Software Analytics:Towards Software Mining that Matters (2014)Software Analytics:Towards Software Mining that Matters (2014)
Software Analytics: Towards Software Mining that Matters (2014)Tao Xie
 

Similar to Deep Learning Guide for Businesses (20)

Top Artificial Intelligence Tools & Frameworks in 2023.pdf
Top Artificial Intelligence Tools & Frameworks in 2023.pdfTop Artificial Intelligence Tools & Frameworks in 2023.pdf
Top Artificial Intelligence Tools & Frameworks in 2023.pdf
 
Nautral Langauge Processing - Basics / Non Technical
Nautral Langauge Processing - Basics / Non Technical Nautral Langauge Processing - Basics / Non Technical
Nautral Langauge Processing - Basics / Non Technical
 
Agile.. and then? – Enterprise DevOps: the digital transformation of the IT...
Agile..  and then? – Enterprise DevOps:  the digital transformation of the IT...Agile..  and then? – Enterprise DevOps:  the digital transformation of the IT...
Agile.. and then? – Enterprise DevOps: the digital transformation of the IT...
 
Deep Learning for Recommender Systems
Deep Learning for Recommender SystemsDeep Learning for Recommender Systems
Deep Learning for Recommender Systems
 
Deep Learning for Recommender Systems
Deep Learning for Recommender SystemsDeep Learning for Recommender Systems
Deep Learning for Recommender Systems
 
Xain.io exhibiting at Berlin Tech Job Fair Spring 2020
Xain.io exhibiting at Berlin Tech Job Fair Spring 2020Xain.io exhibiting at Berlin Tech Job Fair Spring 2020
Xain.io exhibiting at Berlin Tech Job Fair Spring 2020
 
Ml vs dl
Ml vs dlMl vs dl
Ml vs dl
 
Ml vs dl
Ml vs dlMl vs dl
Ml vs dl
 
Artificial Intelligence for Business
Artificial Intelligence for BusinessArtificial Intelligence for Business
Artificial Intelligence for Business
 
Cognitive Computing
Cognitive ComputingCognitive Computing
Cognitive Computing
 
Understanding the New World of Cognitive Computing
Understanding the New World of Cognitive ComputingUnderstanding the New World of Cognitive Computing
Understanding the New World of Cognitive Computing
 
Using Algorithmia to leverage AI and Machine Learning APIs
Using Algorithmia to leverage AI and Machine Learning APIsUsing Algorithmia to leverage AI and Machine Learning APIs
Using Algorithmia to leverage AI and Machine Learning APIs
 
Nathan benaich The evolving AI marketplace: from startups to the giants
Nathan benaich The evolving AI marketplace:  from startups to the giantsNathan benaich The evolving AI marketplace:  from startups to the giants
Nathan benaich The evolving AI marketplace: from startups to the giants
 
Enterprise Systems - MS809
Enterprise Systems -   MS809Enterprise Systems -   MS809
Enterprise Systems - MS809
 
8things Ebook Implementation
8things Ebook  Implementation8things Ebook  Implementation
8things Ebook Implementation
 
Democratizing AI with Apache Spark
Democratizing AI with Apache SparkDemocratizing AI with Apache Spark
Democratizing AI with Apache Spark
 
So you want to do Data Science.... what now?
So you want to do Data Science.... what now?So you want to do Data Science.... what now?
So you want to do Data Science.... what now?
 
UNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSIS
UNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSISUNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSIS
UNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSIS
 
UNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSIS
UNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSISUNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSIS
UNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSIS
 
Software Analytics: Towards Software Mining that Matters (2014)
Software Analytics:Towards Software Mining that Matters (2014)Software Analytics:Towards Software Mining that Matters (2014)
Software Analytics: Towards Software Mining that Matters (2014)
 

More from Flevy.com Best Practices

100 Case Studies on Strategy & Transformation.pdf
100 Case Studies on Strategy & Transformation.pdf100 Case Studies on Strategy & Transformation.pdf
100 Case Studies on Strategy & Transformation.pdfFlevy.com Best Practices
 
[Whitepaper] Business Transformation Success Factors
[Whitepaper] Business Transformation Success Factors[Whitepaper] Business Transformation Success Factors
[Whitepaper] Business Transformation Success FactorsFlevy.com Best Practices
 
[Whitepaper] 5 Dimensions of Employee Engagement Scorecard
[Whitepaper] 5 Dimensions of Employee Engagement Scorecard[Whitepaper] 5 Dimensions of Employee Engagement Scorecard
[Whitepaper] 5 Dimensions of Employee Engagement ScorecardFlevy.com Best Practices
 
[Whitepaper] Digital Transformation: Workforce Digitization
[Whitepaper] Digital Transformation: Workforce Digitization[Whitepaper] Digital Transformation: Workforce Digitization
[Whitepaper] Digital Transformation: Workforce DigitizationFlevy.com Best Practices
 
[Whitepaper] Strategic Human Resources: Evolution of Competition
[Whitepaper] Strategic Human Resources: Evolution of Competition[Whitepaper] Strategic Human Resources: Evolution of Competition
[Whitepaper] Strategic Human Resources: Evolution of CompetitionFlevy.com Best Practices
 
[Whitepaper] 8 Key Steps of Data Integration: Restructuring Redeployment Asse...
[Whitepaper] 8 Key Steps of Data Integration: Restructuring Redeployment Asse...[Whitepaper] 8 Key Steps of Data Integration: Restructuring Redeployment Asse...
[Whitepaper] 8 Key Steps of Data Integration: Restructuring Redeployment Asse...Flevy.com Best Practices
 
[Whitepaper] Strategy Classics: Value Disciplines Model
[Whitepaper] Strategy Classics: Value Disciplines Model[Whitepaper] Strategy Classics: Value Disciplines Model
[Whitepaper] Strategy Classics: Value Disciplines ModelFlevy.com Best Practices
 
[Whitepaper] The Definitive Guide to Strategic Planning: Here’s What You Need...
[Whitepaper] The Definitive Guide to Strategic Planning: Here’s What You Need...[Whitepaper] The Definitive Guide to Strategic Planning: Here’s What You Need...
[Whitepaper] The Definitive Guide to Strategic Planning: Here’s What You Need...Flevy.com Best Practices
 
[Whitepaper] The Definitive Introduction to Strategy Development and Strategy...
[Whitepaper] The Definitive Introduction to Strategy Development and Strategy...[Whitepaper] The Definitive Introduction to Strategy Development and Strategy...
[Whitepaper] The Definitive Introduction to Strategy Development and Strategy...Flevy.com Best Practices
 
[Whitepaper] The “Theory of Constraints:” What’s Limiting Your Organization?
[Whitepaper] The “Theory of Constraints:” What’s Limiting Your Organization?[Whitepaper] The “Theory of Constraints:” What’s Limiting Your Organization?
[Whitepaper] The “Theory of Constraints:” What’s Limiting Your Organization?Flevy.com Best Practices
 
[Whitepaper] Transportation Cost Reduction in Supply Chain Management
[Whitepaper] Transportation Cost Reduction in Supply Chain Management[Whitepaper] Transportation Cost Reduction in Supply Chain Management
[Whitepaper] Transportation Cost Reduction in Supply Chain ManagementFlevy.com Best Practices
 
[Whitepaper] A Great Leadership Experience: Dr. Rachid Yazami, Inventor of th...
[Whitepaper] A Great Leadership Experience: Dr. Rachid Yazami, Inventor of th...[Whitepaper] A Great Leadership Experience: Dr. Rachid Yazami, Inventor of th...
[Whitepaper] A Great Leadership Experience: Dr. Rachid Yazami, Inventor of th...Flevy.com Best Practices
 
[Whitepaper] Finding It Hard to Manage Conflict at the Workplace? Use the Tho...
[Whitepaper] Finding It Hard to Manage Conflict at the Workplace? Use the Tho...[Whitepaper] Finding It Hard to Manage Conflict at the Workplace? Use the Tho...
[Whitepaper] Finding It Hard to Manage Conflict at the Workplace? Use the Tho...Flevy.com Best Practices
 
[Whitepaper] Key Account Management: Handling Large Global Accounts the Right...
[Whitepaper] Key Account Management: Handling Large Global Accounts the Right...[Whitepaper] Key Account Management: Handling Large Global Accounts the Right...
[Whitepaper] Key Account Management: Handling Large Global Accounts the Right...Flevy.com Best Practices
 
[Whitepaper] Nudge Theory: An Effective Way to Transform Negative Behaviors
[Whitepaper] Nudge Theory: An Effective Way to Transform Negative Behaviors[Whitepaper] Nudge Theory: An Effective Way to Transform Negative Behaviors
[Whitepaper] Nudge Theory: An Effective Way to Transform Negative BehaviorsFlevy.com Best Practices
 
[Whitepaper] Business Model Innovation: Creation of Scalable Business Models ...
[Whitepaper] Business Model Innovation: Creation of Scalable Business Models ...[Whitepaper] Business Model Innovation: Creation of Scalable Business Models ...
[Whitepaper] Business Model Innovation: Creation of Scalable Business Models ...Flevy.com Best Practices
 
[Whitepaper] Shareholder Value Traps: How to Evade Them and Focus on Value Cr...
[Whitepaper] Shareholder Value Traps: How to Evade Them and Focus on Value Cr...[Whitepaper] Shareholder Value Traps: How to Evade Them and Focus on Value Cr...
[Whitepaper] Shareholder Value Traps: How to Evade Them and Focus on Value Cr...Flevy.com Best Practices
 

More from Flevy.com Best Practices (20)

100 Case Studies on Strategy & Transformation.pdf
100 Case Studies on Strategy & Transformation.pdf100 Case Studies on Strategy & Transformation.pdf
100 Case Studies on Strategy & Transformation.pdf
 
Project Management for MBA (in French)
Project Management for MBA (in French)Project Management for MBA (in French)
Project Management for MBA (in French)
 
4 Stages of Disruption
4 Stages of Disruption4 Stages of Disruption
4 Stages of Disruption
 
Customer-centric Culture
Customer-centric CultureCustomer-centric Culture
Customer-centric Culture
 
[Whitepaper] Business Transformation Success Factors
[Whitepaper] Business Transformation Success Factors[Whitepaper] Business Transformation Success Factors
[Whitepaper] Business Transformation Success Factors
 
[Whitepaper] 5 Dimensions of Employee Engagement Scorecard
[Whitepaper] 5 Dimensions of Employee Engagement Scorecard[Whitepaper] 5 Dimensions of Employee Engagement Scorecard
[Whitepaper] 5 Dimensions of Employee Engagement Scorecard
 
[Whitepaper] Digital Transformation: Workforce Digitization
[Whitepaper] Digital Transformation: Workforce Digitization[Whitepaper] Digital Transformation: Workforce Digitization
[Whitepaper] Digital Transformation: Workforce Digitization
 
[Whitepaper] Strategic Human Resources: Evolution of Competition
[Whitepaper] Strategic Human Resources: Evolution of Competition[Whitepaper] Strategic Human Resources: Evolution of Competition
[Whitepaper] Strategic Human Resources: Evolution of Competition
 
[Whitepaper] 8 Key Steps of Data Integration: Restructuring Redeployment Asse...
[Whitepaper] 8 Key Steps of Data Integration: Restructuring Redeployment Asse...[Whitepaper] 8 Key Steps of Data Integration: Restructuring Redeployment Asse...
[Whitepaper] 8 Key Steps of Data Integration: Restructuring Redeployment Asse...
 
[Whitepaper] Strategy Classics: Value Disciplines Model
[Whitepaper] Strategy Classics: Value Disciplines Model[Whitepaper] Strategy Classics: Value Disciplines Model
[Whitepaper] Strategy Classics: Value Disciplines Model
 
[Whitepaper] The Definitive Guide to Strategic Planning: Here’s What You Need...
[Whitepaper] The Definitive Guide to Strategic Planning: Here’s What You Need...[Whitepaper] The Definitive Guide to Strategic Planning: Here’s What You Need...
[Whitepaper] The Definitive Guide to Strategic Planning: Here’s What You Need...
 
[Whitepaper] The Definitive Introduction to Strategy Development and Strategy...
[Whitepaper] The Definitive Introduction to Strategy Development and Strategy...[Whitepaper] The Definitive Introduction to Strategy Development and Strategy...
[Whitepaper] The Definitive Introduction to Strategy Development and Strategy...
 
[Whitepaper] The “Theory of Constraints:” What’s Limiting Your Organization?
[Whitepaper] The “Theory of Constraints:” What’s Limiting Your Organization?[Whitepaper] The “Theory of Constraints:” What’s Limiting Your Organization?
[Whitepaper] The “Theory of Constraints:” What’s Limiting Your Organization?
 
[Whitepaper] Transportation Cost Reduction in Supply Chain Management
[Whitepaper] Transportation Cost Reduction in Supply Chain Management[Whitepaper] Transportation Cost Reduction in Supply Chain Management
[Whitepaper] Transportation Cost Reduction in Supply Chain Management
 
[Whitepaper] A Great Leadership Experience: Dr. Rachid Yazami, Inventor of th...
[Whitepaper] A Great Leadership Experience: Dr. Rachid Yazami, Inventor of th...[Whitepaper] A Great Leadership Experience: Dr. Rachid Yazami, Inventor of th...
[Whitepaper] A Great Leadership Experience: Dr. Rachid Yazami, Inventor of th...
 
[Whitepaper] Finding It Hard to Manage Conflict at the Workplace? Use the Tho...
[Whitepaper] Finding It Hard to Manage Conflict at the Workplace? Use the Tho...[Whitepaper] Finding It Hard to Manage Conflict at the Workplace? Use the Tho...
[Whitepaper] Finding It Hard to Manage Conflict at the Workplace? Use the Tho...
 
[Whitepaper] Key Account Management: Handling Large Global Accounts the Right...
[Whitepaper] Key Account Management: Handling Large Global Accounts the Right...[Whitepaper] Key Account Management: Handling Large Global Accounts the Right...
[Whitepaper] Key Account Management: Handling Large Global Accounts the Right...
 
[Whitepaper] Nudge Theory: An Effective Way to Transform Negative Behaviors
[Whitepaper] Nudge Theory: An Effective Way to Transform Negative Behaviors[Whitepaper] Nudge Theory: An Effective Way to Transform Negative Behaviors
[Whitepaper] Nudge Theory: An Effective Way to Transform Negative Behaviors
 
[Whitepaper] Business Model Innovation: Creation of Scalable Business Models ...
[Whitepaper] Business Model Innovation: Creation of Scalable Business Models ...[Whitepaper] Business Model Innovation: Creation of Scalable Business Models ...
[Whitepaper] Business Model Innovation: Creation of Scalable Business Models ...
 
[Whitepaper] Shareholder Value Traps: How to Evade Them and Focus on Value Cr...
[Whitepaper] Shareholder Value Traps: How to Evade Them and Focus on Value Cr...[Whitepaper] Shareholder Value Traps: How to Evade Them and Focus on Value Cr...
[Whitepaper] Shareholder Value Traps: How to Evade Them and Focus on Value Cr...
 

Recently uploaded

It will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 MayIt will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 MayNZSG
 
RE Capital's Visionary Leadership under Newman Leech
RE Capital's Visionary Leadership under Newman LeechRE Capital's Visionary Leadership under Newman Leech
RE Capital's Visionary Leadership under Newman LeechNewman George Leech
 
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRLMONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRLSeo
 
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best ServicesMysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best ServicesDipal Arora
 
7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...Paul Menig
 
Tech Startup Growth Hacking 101 - Basics on Growth Marketing
Tech Startup Growth Hacking 101  - Basics on Growth MarketingTech Startup Growth Hacking 101  - Basics on Growth Marketing
Tech Startup Growth Hacking 101 - Basics on Growth MarketingShawn Pang
 
Ensure the security of your HCL environment by applying the Zero Trust princi...
Ensure the security of your HCL environment by applying the Zero Trust princi...Ensure the security of your HCL environment by applying the Zero Trust princi...
Ensure the security of your HCL environment by applying the Zero Trust princi...Roland Driesen
 
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779Delhi Call girls
 
Sales & Marketing Alignment: How to Synergize for Success
Sales & Marketing Alignment: How to Synergize for SuccessSales & Marketing Alignment: How to Synergize for Success
Sales & Marketing Alignment: How to Synergize for SuccessAggregage
 
Insurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageInsurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageMatteo Carbone
 
Regression analysis: Simple Linear Regression Multiple Linear Regression
Regression analysis:  Simple Linear Regression Multiple Linear RegressionRegression analysis:  Simple Linear Regression Multiple Linear Regression
Regression analysis: Simple Linear Regression Multiple Linear RegressionRavindra Nath Shukla
 
The Coffee Bean & Tea Leaf(CBTL), Business strategy case study
The Coffee Bean & Tea Leaf(CBTL), Business strategy case studyThe Coffee Bean & Tea Leaf(CBTL), Business strategy case study
The Coffee Bean & Tea Leaf(CBTL), Business strategy case studyEthan lee
 
Progress Report - Oracle Database Analyst Summit
Progress  Report - Oracle Database Analyst SummitProgress  Report - Oracle Database Analyst Summit
Progress Report - Oracle Database Analyst SummitHolger Mueller
 
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature SetCreating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature SetDenis Gagné
 
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...anilsa9823
 
GD Birla and his contribution in management
GD Birla and his contribution in managementGD Birla and his contribution in management
GD Birla and his contribution in managementchhavia330
 
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999Tina Ji
 
M.C Lodges -- Guest House in Jhang.
M.C Lodges --  Guest House in Jhang.M.C Lodges --  Guest House in Jhang.
M.C Lodges -- Guest House in Jhang.Aaiza Hassan
 

Recently uploaded (20)

It will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 MayIt will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 May
 
RE Capital's Visionary Leadership under Newman Leech
RE Capital's Visionary Leadership under Newman LeechRE Capital's Visionary Leadership under Newman Leech
RE Capital's Visionary Leadership under Newman Leech
 
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRLMONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
 
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best ServicesMysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
 
7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...
 
Tech Startup Growth Hacking 101 - Basics on Growth Marketing
Tech Startup Growth Hacking 101  - Basics on Growth MarketingTech Startup Growth Hacking 101  - Basics on Growth Marketing
Tech Startup Growth Hacking 101 - Basics on Growth Marketing
 
Ensure the security of your HCL environment by applying the Zero Trust princi...
Ensure the security of your HCL environment by applying the Zero Trust princi...Ensure the security of your HCL environment by applying the Zero Trust princi...
Ensure the security of your HCL environment by applying the Zero Trust princi...
 
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
 
Sales & Marketing Alignment: How to Synergize for Success
Sales & Marketing Alignment: How to Synergize for SuccessSales & Marketing Alignment: How to Synergize for Success
Sales & Marketing Alignment: How to Synergize for Success
 
Insurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageInsurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usage
 
Regression analysis: Simple Linear Regression Multiple Linear Regression
Regression analysis:  Simple Linear Regression Multiple Linear RegressionRegression analysis:  Simple Linear Regression Multiple Linear Regression
Regression analysis: Simple Linear Regression Multiple Linear Regression
 
The Coffee Bean & Tea Leaf(CBTL), Business strategy case study
The Coffee Bean & Tea Leaf(CBTL), Business strategy case studyThe Coffee Bean & Tea Leaf(CBTL), Business strategy case study
The Coffee Bean & Tea Leaf(CBTL), Business strategy case study
 
Progress Report - Oracle Database Analyst Summit
Progress  Report - Oracle Database Analyst SummitProgress  Report - Oracle Database Analyst Summit
Progress Report - Oracle Database Analyst Summit
 
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature SetCreating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
 
Forklift Operations: Safety through Cartoons
Forklift Operations: Safety through CartoonsForklift Operations: Safety through Cartoons
Forklift Operations: Safety through Cartoons
 
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
 
GD Birla and his contribution in management
GD Birla and his contribution in managementGD Birla and his contribution in management
GD Birla and his contribution in management
 
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
 
M.C Lodges -- Guest House in Jhang.
M.C Lodges --  Guest House in Jhang.M.C Lodges --  Guest House in Jhang.
M.C Lodges -- Guest House in Jhang.
 
Nepali Escort Girl Kakori \ 9548273370 Indian Call Girls Service Lucknow ₹,9517
Nepali Escort Girl Kakori \ 9548273370 Indian Call Girls Service Lucknow ₹,9517Nepali Escort Girl Kakori \ 9548273370 Indian Call Girls Service Lucknow ₹,9517
Nepali Escort Girl Kakori \ 9548273370 Indian Call Girls Service Lucknow ₹,9517
 

Deep Learning Guide for Businesses

  • 1. This is an exclusive document to the FlevyPro community - http://flevy.com/pro Framework Primer Artificial Intelligence (AI): Deep Learning Presentation created by CONVOLUTIONAL NEURAL NETWORK RECURRENT NEUTRAL NETWORK Input Feature extraction and mapping Output Image classification: Human Hidden Layer Output layerInput layer Context nodes
  • 2. 2This document is an exclusive document available to FlevyPro members - http://flevy.com/pro Contents Overview Deep Learning Convolutional Neural Network (CNN) Recurrent Neural Network (RNN) Templates The content on this page has been partially hidden. FlevyPro members can download the full document here: https://flevy.com/browse/flevypro/artificial-intelligence-ai-deep-learning-3250
  • 3. 3This document is an exclusive document available to FlevyPro members - http://flevy.com/pro This presentation discusses a form of AI known as Deep Learning—with a focus on Convolutional Neural Networks and Recurrent Neural Networks Presentation Overview The largest tech companies and governments are all heavily investing in AI research. As organizations invest more and more into advanced automation, we are seeing significant advancements in Artificial Intelligence (AI) in the business world. The rise of the machines is becoming an impending reality. The AI revolution is here. Most businesses are aware of this and see the tremendous potential of AI. The most common type of AI is currently still Machine Learning (ML), which leverages statistical techniques to give computer systems the ability to learn with data, without being explicitly programmed. This presentation specifically discusses a specific type of ML called Deep Learning. Deep Learning uses computers to create networks which simulate the way a human brain perceives, organizes, and makes decisions from data input. This presentation further explores the most widely used models of Deep Learning in the business world: Examples of Deep Learning being used include: This deck also includes slide templates for you to use in your own business presentations. Convolutional Neural Network (CNN) Recurrent Neural Network (RNN)1 2 1 2 3 Processing handwritten material Diagnosing health diseases from medical scans Using radar imagery to help guide self-driving cars 4 5 6 Generating captions to images Assessing the likelihood that a credit card transaction is fraudulent etc. The content on this page has been partially hidden. FlevyPro members can download the full document here: https://flevy.com/browse/flevypro/artificial-intelligence-ai-deep-learning-3250
  • 4. 4This document is an exclusive document available to FlevyPro members - http://flevy.com/pro Contents Overview Deep Learning Convolutional Neural Network (CNN) Recurrent Neural Network (RNN) Templates The content on this page has been partially hidden. FlevyPro members can download the full document here: https://flevy.com/browse/flevypro/artificial-intelligence-ai-deep-learning-3250
  • 5. 5This document is an exclusive document available to FlevyPro members - http://flevy.com/pro The last couple of years have seen a dramatic increase in the popularity of Deep Learning, an approach to AI inspired by a human brain’s activity Deep Learning – Overview To this day, Deep Learning models have introduced advanced solutions in the areas of computer vision, pattern recognition, natural language processing and other. Deep Learning is a subset of Machine Learning (ML), which, in turn, is a form of Artificial Intelligence (AI). It uses computers to create networks which simulate the way a human brain perceives, organizes, and makes decisions from data input. The easiest way to think of the relationship among Deep Learning, Machine Learning (ML), and AI, is to visualize them as concentric circles. AI, the idea that came first, is the first and largest circle. ML, which blossomed later, is the next circle. Finally, Deep Learning-- which is driving today’s AI explosion—fits inside both of the other circles. Artificial Intelligence Early artificial intelligence stirs excitement Machine Learning Machine learning begins to flourish Deep Learning Deep learning breakthroughs drive Al boom 1950’s 60’s 70’s 80’s 90’s 2000’s 10’s Due to its accurateness and precision in relation to traditional ML methods, Deep Learning is becoming more and more employed in a wide area of business areas, ranging from Marketing, Sales, Customer Relations, etc. Source: An Executive’s Guide to AI, McKinsey, 2017 The content on this page has been partially hidden. FlevyPro members can download the full document here: https://flevy.com/browse/flevypro/artificial-intelligence-ai-deep-learning-3250
  • 6. 6This document is an exclusive document available to FlevyPro members - http://flevy.com/pro Being a representation of cutting-edge AI technology, Deep Learning further develops on ML to create a superior processing method Artificial Intelligence (AI) and Deep Learning Deep Learning can often outperform traditional Machine Learning methods. First, let’s clarify some key concepts: Artificial Intelligence, Machine Learning, and Deep Learning. The ability of a machine to perform cognitive functions we associate with human minds, such as perceiving, learning and problem solving. Artificial Intelligence Machine-learning algorithms detect patterns and learn how to make predictions and recommendations by processing data and experiences, rather than by receiving explicit programming instruction. Furthermore, the algorithms also adapt in response to new data and experiences to improve efficacy over time. Machine Learning A type of machine learning that can process a wider range of data resources, requires less data preprocessing by humans, and can often produce more accurate results than traditional machine-learning approaches. Deep Learning Deep Learning is based on interconnected layers of software-based calculators known as “neurons” which form a neural network. What is Deep Learning based on? The network can ingest vast amounts of input data and process them through multiple layers that learn increasingly complex features of the data at each layer – and thus, the network can make a determination about the data, learn if its determination is correct, and use what it has learned to make determinations about new data. How does Deep Learning work? Source: An Executive’s Guide to AI, McKinsey, 2017 % reduction in error rate achieved by deep learning vs. traditional methods 25 27 41Image classification Voice recognition Facial recognition The content on this page has been partially hidden. FlevyPro members can download the full document here: https://flevy.com/browse/flevypro/artificial-intelligence-ai-deep-learning-3250
  • 7. 7This document is an exclusive document available to FlevyPro members - http://flevy.com/pro In the business world, Deep Learning uses a set of different models based on different principles to process the data and create intended results Major Types of Deep Learning While most businesses are at early stages of adopting Deep Learning, a growing number of companies are using it to optimize back office or consumer-facing systems and processes. Deep Learning can be further divided in a set of different models, which use different structures and mechanisms in order to generate output based on input without human processing. Each of these models can be used for different tasks and can have different business uses. Source: An Executive’s Guide to AI, McKinsey, 2017 Two of the most widely used models of Deep Learning in the business world are: Convolutional Neural Network (CNN) CONVOLUTIONAL NEURAL NETWORK RECURRENT NEUTRAL NETWORK Input Feature extraction and mapping Output Image classification: Human Hidden Layer Output layerInput layer Context nodes A multilayered neutral network with a special architecture designed to extract increasingly complex features of the data at each layer to determine the output A multilayered neutral network that can store information in context nodes, allowing it to learn data sequences and output a number or another sequence Recurrent Neural Network (RNN) The content on this page has been partially hidden. FlevyPro members can download the full document here: https://flevy.com/browse/flevypro/artificial-intelligence-ai-deep-learning-3250
  • 8. 8This document is an exclusive document available to FlevyPro members - http://flevy.com/pro Contents Overview Deep Learning Convolutional Neural Network (CNN) Recurrent Neural Network (RNN) Templates The content on this page has been partially hidden. FlevyPro members can download the full document here: https://flevy.com/browse/flevypro/artificial-intelligence-ai-deep-learning-3250
  • 9. 9This document is an exclusive document available to FlevyPro members - http://flevy.com/pro CNN is the most popular method for object recognition—it is a specialized kind of neural network for processing data with grid-like topology Convolutional Neural Network (CNN) – Overview Because of the success of CNNs in image classification, in many areas where networks are applied to solve complex problems, often the input data first is translated to image data. The Convolutional Neural Network (CNN) is a multilayered neural network with a special architecture designed to extract increasingly complex features of the data at each layer to determine the output. Input Feature extraction and mapping Output Image classification: Human CNNs are used when one has an unstructured data set (e.g. images) and needs to infer specific information from it. HOW IT WORKS CNN receives an image (for example, of letter “A”), processing it as a collection of pixels. In the hidden, inner layers of the model, it identifies unique features (for example, the individual lines making up letter “A”). The CNN can thus classify a different image as letter “A” if it finds in it the unique features previously identified. Source: An Executive’s Guide to AI, McKinsey, 2017 USE CASES The content on this page has been partially hidden. FlevyPro members can download the full document here: https://flevy.com/browse/flevypro/artificial-intelligence-ai-deep-learning-3250
  • 10. 10This document is an exclusive document available to FlevyPro members - http://flevy.com/pro Due to its capacity to graphically recognize or differentiate certain elements, CNN has been put to various uses in the business world CNN – Example Use Cases Almost any goods producer could use CNN for quality assurance examining products coming out of the factory or the assembly line. CNNs are state-of-the-art technologies for image recognition. So, the question to ask, industry by industry, is what are they looking at, or what might they look at, that affects their business. Below there are several examples of industry-applications of CNN. Diagnosing health diseases from medical scans Detecting a company logo in social media to better understand joint marketing opportunities (e.g. pairing of brands in one product) Understanding customer brand perception and usage through images Detecting defective products on a production line through images Processing print or handwritten material Using radar imagery to help guide self-driving cars The content on this page has been partially hidden. FlevyPro members can download the full document here: https://flevy.com/browse/flevypro/artificial-intelligence-ai-deep-learning-3250
  • 11. 11This document is an exclusive document available to FlevyPro members - http://flevy.com/pro Contents Overview Deep Learning Convolutional Neural Network (CNN) Recurrent Neural Network (RNN) Templates The content on this page has been partially hidden. FlevyPro members can download the full document here: https://flevy.com/browse/flevypro/artificial-intelligence-ai-deep-learning-3250
  • 12. 12This document is an exclusive document available to FlevyPro members - http://flevy.com/pro Similar in many ways to CNNs, Recurrent Neural Networks are better trained to work with text and language rather than with images Recurrent Neural Network (RNN) – Overview Recurrent Neural Networks are one of the most common neural networks used in natural language processing because of its promising results. The Recurrent Neural Network (RNN) is a multilayered neural network that can store information in context nodes, allowing it to learn data sequences and output a number or another sequence. RNN is used when one is working with time-series data or sequences (e.g. audio recording or text). HOW IT WORKS USE CASES A RNN neuron receives a command that indicates the start of a sentence. Then, the neuron receives the word “Are” and then outputs a vector of numbers that feeds back into the neuron to help it “remember” that it received “Are”. The same process occurs when it receives “you” and “free”, with the state of the neuron updating upon receiving each word. After receiving “free”, the neuron assigns a probability to every word in the English vocabulary that could complete the sentence. If trained well, the RNN will assign the word “tomorrow” one of the highest probabilities and will choose it to complete the sentence. Source: An Executive’s Guide to AI, McKinsey, 2017 Hidden Layer Output layerInput layer Context nodes The content on this page has been partially hidden. FlevyPro members can download the full document here: https://flevy.com/browse/flevypro/artificial-intelligence-ai-deep-learning-3250
  • 13. 13This document is an exclusive document available to FlevyPro members - http://flevy.com/pro The RNN is now having different business applications in a variety of industries RNN – Example Use Cases Due to continuous innovations, RNN can now also be appropriated to train on non-sequential data in a non-sequential manner. Due to its capacity to understand and learn data sequences, making decisions and generating output based on the input data, RNN has also found a multitude of applications in business, being continuously applied in different industries where sequential data is used. Below there are several examples of industry-applications of RNN. Generating analyst reports for securities traders Providing language translations Tracking visual changes to an area after a disaster to assess potential damage claims (in conjunction with CNNs) Assessing the likelihood that a credit card transaction is fraudulent Generating captions to images Powering chatbots that can address more nuanced customer needs and inquiries The content on this page has been partially hidden. FlevyPro members can download the full document here: https://flevy.com/browse/flevypro/artificial-intelligence-ai-deep-learning-3250
  • 14. 14This document is an exclusive document available to FlevyPro members - http://flevy.com/pro Contents Overview Deep Learning Convolutional Neural Network (CNN) Recurrent Neural Network (RNN) Templates The content on this page has been partially hidden. FlevyPro members can download the full document here: https://flevy.com/browse/flevypro/artificial-intelligence-ai-deep-learning-3250
  • 15. 15This document is an exclusive document available to FlevyPro members - http://flevy.com/pro Insert headline Artificial Intelligence vs. Machine Learning vs. Deep Learning – TEMPLATE Insert bumper. Artificial Intelligence Early artificial intelligence stirs excitement Machine Learning Machine learning begins to flourish Deep Learning Deep learning breakthroughs drive Al boom 1950’s 60’s 70’s 80’s 90’s 2000’s 10’s Source: An Executive’s Guide to AI, McKinsey, 2017 • Insert filler text, filler text, filler text, filler text, filler text, filler text, filler text • Insert filler text, filler text, filler text, filler text, filler text • Insert filler text, filler text, filler text, filler text • Insert filler text, filler text, filler text, filler text, filler text, filler text, filler text • Insert filler text, filler text, filler text, filler text, filler text • Insert filler text, filler text, filler text, filler text • Insert filler text, filler text, filler text, filler text, filler text, filler text, filler text • Insert filler text, filler text, filler text, filler text, filler text • Insert filler text, filler text, filler text, filler text The content on this page has been partially hidden. FlevyPro members can download the full document here: https://flevy.com/browse/flevypro/artificial-intelligence-ai-deep-learning-3250
  • 16. 16This document is an exclusive document available to FlevyPro members - http://flevy.com/pro Insert headline Convolutional Neural Network (CNN) – TEMPLATE Insert bumper. Source: An Executive’s Guide to AI, McKinsey, 2017 Input Feature extraction and mapping Output Image classification: Human • Insert filler text, filler text, filler text, filler text, filler text, filler text, filler text • Insert filler text, filler text, filler text, filler text, filler text • Insert filler text, filler text, filler text, filler text, filler text • Insert filler text, filler text, filler text, filler text The content on this page has been partially hidden. FlevyPro members can download the full document here: https://flevy.com/browse/flevypro/artificial-intelligence-ai-deep-learning-3250
  • 17. 17This document is an exclusive document available to FlevyPro members - http://flevy.com/pro Insert headline Recurrent Neural Network (RNN) – TEMPLATE Insert bumper Source: An Executive’s Guide to AI, McKinsey, 2017 Hidden Layer Output layerInput layer Context nodes • Insert filler text, filler text, filler text, filler text, filler text, filler text, filler text • Insert filler text, filler text, filler text, filler text, filler text • Insert filler text, filler text, filler text, filler text, filler text • Insert filler text, filler text, filler text, filler text The content on this page has been partially hidden. FlevyPro members can download the full document here: https://flevy.com/browse/flevypro/artificial-intelligence-ai-deep-learning-3250
  • 18. 18This document is an exclusive document available to FlevyPro members - http://flevy.com/pro Download 100s of similar frameworks from the FlevyPro Library: https://flevy.com/pro/library/frameworks The content on this page has been partially hidden. FlevyPro members can download the full document here: https://flevy.com/browse/flevypro/artificial-intelligence-ai-deep-learning-3250
  • 19. 19This document is an exclusive document available to FlevyPro members - http://flevy.com/pro Need more frameworks? Download our Complete Business Frameworks Reference Guide, a 350+ slide compilation of 50+ frameworks, on Flevy The Complete Business Frameworks Reference Guide is a best selling document on Flevy. It is 350+ slides--covering 50+ common management consulting frameworks and methodologies. A summary is provided for each business framework. The frameworks in this deck span across Corporate Strategy, Sales, Marketing, Operations, Organization, Change Management, and Finance. This reference guide is great for those who need a refresher on common frameworks, as well as be introduced and learn new useful frameworks. You can find this document here; http://flevy.com/browse/business-document/complete- consulting-frameworks-toolkit-644 The content on this page has been partially hidden. FlevyPro members can download the full document here: https://flevy.com/browse/flevypro/artificial-intelligence-ai-deep-learning-3250
  • 20. 20This document is an exclusive document available to FlevyPro members - http://flevy.com/pro Flevy (www.flevy.com) is the marketplace for premium documents. These documents can range from Business Frameworks to Financial Models to PowerPoint Templates. Flevy was founded under the principle that companies waste a lot of time and money recreating the same foundational business documents. Our vision is for Flevy to become a comprehensive knowledge base of business documents. All organizations, from startups to large enterprises, can use Flevy— whether it's to jumpstart projects, to find reference or comparison materials, or just to learn. Contact Us Please contact us with any questions you may have about our company. • General Inquiries support@flevy.com • Media/PR press@flevy.com • Billing billing@flevy.com The content on this page has been partially hidden. FlevyPro members can download the full document here: https://flevy.com/browse/flevypro/artificial-intelligence-ai-deep-learning-3250
  • 21. 1 Flevy (www.flevy.com) is the marketplace for premium documents. These documents can range from Business Frameworks to Financial Models to PowerPoint Templates. Flevy was founded under the principle that companies waste a lot of time and money recreating the same foundational business documents. Our vision is for Flevy to become a comprehensive knowledge base of business documents. All organizations, from startups to large enterprises, can use Flevy— whether it's to jumpstart projects, to find reference or comparison materials, or just to learn. Contact Us Please contact us with any questions you may have about our company. • General Inquiries support@flevy.com • Media/PR press@flevy.com • Billing billing@flevy.com