SlideShare una empresa de Scribd logo
1 de 27
Descargar para leer sin conexión
1
HOW
ARTIFICIAL
INTELLIGENCE
IS REVOLUTIONIZING
INDUSTRIES
A SNEAK PEEK INTO THE FUTURE:
2
TOPICS
Where We Are with AI Today
What Is Artificial Intelligence, ML and DL
How Deep Learning Can Be Applied
Industry Use Cases:
Healthcare, Automotive, Finance, Retail
How Do We Get Started?
3
“Find where I parked
my car”
AI IS EVERYWHERE
TOUCHING OUR LIVES
“Find the bag I just saw
in this magazine”
“What movie should
I watch next?”
4Source: Gartner, “Architecting the On-Demand Digital Business”; Drue Reeves, Kyle Hilgendorf, Kirk Knoernschild, August 16, 2016
5
DEFINITIONS
6
GPU DEEP LEARNING
IS A NEW COMPUTING MODEL
TRADITIONAL APPROACH
Requires domain experts
Time consuming
Error prone
Not scalable to new problems
Algorithms that learn from examples
DEEP LEARNING APPROACH
Learn from data
Easily to extend
Speedup with GPUs
Expert Written
Computer Program
Car
Vehicle
Coupe
Car
Vehicle
Coupe
Deep Neural Network
7
HEALTHCARE
8
Every day, pathologists are tasked with providing
definitive cancer diagnosis to guide patient
treatment. However, keeping pace with the
massive volume of data and the variety of analysis
methods makes reliable predictions difficult. By
combining GPU deep learning and CUDA with
traditional pathology, PathAI’s approach is able to
reduce error rates by 85% in breast cancer
diagnosis.
AI: HELPING
DOCTORS DIAGNOSE
BREAST CANCER
9
AI SEES THE
UNSEEN – COULD
REDUCE THE NEED
FOR BRAIN BIOPSIES
Brain tumors can be spotted by today’s MRIs, but
determining the right way to treat them requires
information about the tumor’s genomic makeup — data
that can only come from highly invasive brain biopsies.
Researchers at the Mayo Clinic may have found another
way. Using AI, Mayo discovered that the same genomic
data can be found in the MRIs themselves, hidden from
traditional analysis methods. Mayo used GPU-accelerated
deep learning with CUDA to train its systems where to
look and how to extract the information. The new system
has greater than 90% accuracy and has the potential to
greatly reduce the need for brain biopsies.
10
RETAIL
11
THE MODERN
WAREHOUSE
BUILT ON AI
Worldwide retail e-commerce sales are expected
to reach $2 trillion in 2016, according to
eMarketer. With thousands of orders placed
every hour, data scientists at Zalando, Europe’s
leading online fashion retailer, applied deep
learning and GPUs to develop the Optimal Cart
Pick algorithm. Applying the algorithm resulted
in an 11% decrease in workers’ travel time per
item picked. The work is a good example of the
efficiencies that AI can discover for e-commerce,
manufacturing and other large-systems-based
industries.
12
AI-DRIVEN
SMART SHOPPING
According to Forrester E-Commerce was a
$390B market in 2016 and is expected to double
by 2024. E-commerce company Jet.com
(acquired by Walmart) partners with multitudes of
suppliers with different offerings at different
prices. Jet uses GPU-accelerated AI to drive its
smart cart solution that fulfills orders at the lowest
prices though the smart bundling of supplier
offers. The platform finds the ideal merchant and
warehouse combination to lower the total order
cost. The bigger the shopping cart, the greater
the savings that can be generated.
13
FINANCIAL SERVICES
14
AI-DRIVEN ASSET
MANGEMENT
AI has led to break-through innovations across all
industries and the finance industry is no exception.
qplum, an online asset management firm, uses
quantitative trading techniques and invests using
data and GPU-powered deep learning. qplum blends
the mathematics of data-driven decision-making,
the science of behavioral economics, and the art of
effective communications. In the speed trade
category, qplum has been an innovation leader
having started with a $10,000 risk limit and, over
the last 10 years, making more than $1.4B in profits.
15
AUTOMOTIVE
16
Autonomous vehicles can reduce accidents,
improve the productivity of trucks and taxis,
and enable new mobility services —
transforming the $10 trillion transportation
industry. WEpods is piloting an autonomous
shuttle that leverages GPUs to compute data
and build a complete picture of the
environment, enabling it to safely navigate
traffic and other obstacles. It’s a revolutionary
new kind of transportation that offers the
convenience of a personal vehicle, without the
hassles of car ownership.
REVOLUTIONIZING
TRANSPORTATION
WITH AI
17
Deep neural networks require a huge amount of
computational power and tremendous
amounts of data, which is particularly true with
safety critical systems, like self-driving
cars, where detection accuracy requirements
are extremely high. Zenuity is tackling this with
the combined power of DGX-1 and FlashBlade,
which is enabling them to make ground-
breaking progress in reducing training run
intervals, to the extent that they expect to be
able to iterate on their models.
DEVELOPING THE
VEHICLES OF THE
FUTURE
18
AIRI: AI-READY INFRASTRUCTURE
18
• NVIDIA DGX-1 | 4x DGX-1 Systems | 4 PFLOPS
• PURE FLASHBLADE™ | 15x 17TB Blades | 1.5M IOPS
• ARISTA | 2x 100Gb Ethernet Switches with RDMA
• NVIDIA GPU CLOUD DEEP LEARNING STACK | NVIDIA
Optimized Frameworks
• AIRI SCALING TOOLKIT | Multi-node Training Made
Simple
HARDWARE
SOFTWARE
Extending the power of DGX-1 at-scale in every enterprise
19
HOW TO GET STARTED
20
DO YOU HAVE ENOUGH LABELED DATA?
The Achilles heel of deep learning: You need a lot of labeled data.
Based on a presentation from Bryan Catanzaro
Without a large dataset, deep learning isn’t likely to succeed.
Labels:
 Getting someone to decide the “right” answer can be hard (think about medical
imaging)
 If a dataset requires skilled labor to produce labels, this limits scale / affects the
cost
21
DO YOU HAVE ENOUGH LABELED DATA?
“As of 2016, a rough rule of thumb is that a supervised deep learning algorithm will
generally achieve acceptable performance with around 5,000 labeled examples per
category, and will match or exceed human performance when trained with a
dataset containing at least 10 million labeled examples.”
Ian Goodfellow, Yoshua Bengio, Aaron Courville
How much data is enough?
Goodfellow, Ian, Yoshua Bengio, and Aaron Courville. Deep learning. MIT Press, 2016.
22
WHAT LEVEL OF ACCURACY DO YOU NEED?
How much accuracy you need? (mortgage risk calculation - high, celebrity portal - low)
Aim for lowest acceptable for the product
What is the measure:
• Accuracy (% correct)
• Coverage (% of examples processed)
• Precision (% of detections that are right)
• Recall (% of objects that are detected)
• Amount of error (for regression problems)
• What protective mechanisms to you need to safeguard the system from unavoidable
prediction error?
Defining and measuring accuracy
Goodfellow, Ian, Yoshua Bengio, and Aaron Courville. Deep learning. MIT Press, 2016.
23
BEST PRACTICE FOR STARTING A DL PROJECT
Hypothesis for the
business outcome you
believe DL can solve
Current, needed
Data – enough to train?
Current AI & DL skills
People training plan
Current IT Infrastructure
(Cloud, On-premise)
ASSESS DESIGN & SELECT LEARN DEPLOY
Analyze data to train
(e.g. text, video,
images, structure)
Plan research (Data
Scientist) & deployment
models (IT Architect)
Select DNN Network,
Libraries & Frameworks
Begin training
Feedback on outputs so
the network can learn
Achieve training state
that provides actionable
data for business
decisions
Performance
monitoring
Optimization of trained
DNN for deployment
performance
Move trained outcomes
to inferencing platform
Begin inferencing (e.g.
search, speak, translate,
classify, segment,
predict, recommend)
Expand DL Training to
adjacent areas
Performance
monitoring
24
CLOUD, ON-PREMISE OR HYBRID?
Cloud
Pre-trained models
Ease of integration into
your app development
Cloud scale & efficiency
Cloud billing
On – Premise
Instant productivity
Desktop to data center
Tuned /optimized perf.
Data security
Hybrid
Any compute environment
Common software stack
Flexibility (e.g. train
local, inference in cloud)
25
BE READY FOR THE RACE FOR TALENT
• Freedom, flexibility and
challenges attract talents
• Provide great tools and
infrastructure
• Data Science + Business +
IT have to partner
together
26
DEEP LEARNING INSTITUTE
DLI Mission: Help the world to solve the most challenging
problems using AI and deep learning
We help developers, data scientists and engineers to get
started in architecting, optimizing, and deploying neural
networks to solve real-world problems in diverse industries
such as autonomous vehicles, healthcare, robotics, media
& entertainment and game development.
https://www.nvidia.co.uk/deep-learning-ai/education/
Charlotte Han
charlotteh@nvidia.com
@sunsiren

Más contenido relacionado

La actualidad más candente

Big Data LDN 2017: Deep Learning Demystified
Big Data LDN 2017: Deep Learning DemystifiedBig Data LDN 2017: Deep Learning Demystified
Big Data LDN 2017: Deep Learning DemystifiedMatt Stubbs
 
SmartData Webinar: Cognitive Computing in the Mobile App Economy
SmartData Webinar: Cognitive Computing in the Mobile App EconomySmartData Webinar: Cognitive Computing in the Mobile App Economy
SmartData Webinar: Cognitive Computing in the Mobile App EconomyDATAVERSITY
 
Artificial Intelligence and Big Data
Artificial Intelligence and Big DataArtificial Intelligence and Big Data
Artificial Intelligence and Big DataHatim EL-QADDOURY
 
Commercialization of AI 3.0
Commercialization of AI 3.0Commercialization of AI 3.0
Commercialization of AI 3.0APPANION
 
Cognitive computing big_data_statistical_analytics
Cognitive computing big_data_statistical_analyticsCognitive computing big_data_statistical_analytics
Cognitive computing big_data_statistical_analyticsPietro Leo
 
Top 10 Technology Predictions - Future Outlook for AI and DLT
Top 10 Technology Predictions - Future Outlook for AI and DLTTop 10 Technology Predictions - Future Outlook for AI and DLT
Top 10 Technology Predictions - Future Outlook for AI and DLTAPPANION
 
Smart Data Slides: Modern AI and Cognitive Computing - Boundaries and Opportu...
Smart Data Slides: Modern AI and Cognitive Computing - Boundaries and Opportu...Smart Data Slides: Modern AI and Cognitive Computing - Boundaries and Opportu...
Smart Data Slides: Modern AI and Cognitive Computing - Boundaries and Opportu...DATAVERSITY
 
How cognitive computing is transforming HR and the employee experience
How cognitive computing is transforming HR and the employee experienceHow cognitive computing is transforming HR and the employee experience
How cognitive computing is transforming HR and the employee experienceRichard McColl
 
Fontys Eric van Tol
Fontys Eric van TolFontys Eric van Tol
Fontys Eric van TolTalentEvent
 
IBM Academy of Technology & Cognitive Computing
IBM Academy of Technology & Cognitive ComputingIBM Academy of Technology & Cognitive Computing
IBM Academy of Technology & Cognitive ComputingNico Chillemi
 
The New Era of Cognitive Computing
The New Era of Cognitive ComputingThe New Era of Cognitive Computing
The New Era of Cognitive ComputingIBM Research
 
A Journey Through The Far Side Of Data Science
A Journey Through The Far Side Of Data ScienceA Journey Through The Far Side Of Data Science
A Journey Through The Far Side Of Data Sciencetlcj97
 
Ai business innovator v001
Ai business innovator v001Ai business innovator v001
Ai business innovator v001Enrico Busto
 
Gene Villeneuve - Moving from descriptive to cognitive analytics
Gene Villeneuve - Moving from descriptive to cognitive analyticsGene Villeneuve - Moving from descriptive to cognitive analytics
Gene Villeneuve - Moving from descriptive to cognitive analyticsIBM Sverige
 
Ai for life sciences - are we ready
Ai for life sciences  - are we readyAi for life sciences  - are we ready
Ai for life sciences - are we readyJack C Crawford
 
10/21 Top 5 Deep Learning Stories
10/21 Top 5 Deep Learning Stories10/21 Top 5 Deep Learning Stories
10/21 Top 5 Deep Learning StoriesNVIDIA
 
Industry Disruptors: AI, Machine Learning and Drones.
Industry Disruptors: AI, Machine Learning and Drones. Industry Disruptors: AI, Machine Learning and Drones.
Industry Disruptors: AI, Machine Learning and Drones. AnandSRao1962
 
Defining a Practical Path to Artificial Intelligence
Defining a Practical Path to Artificial Intelligence Defining a Practical Path to Artificial Intelligence
Defining a Practical Path to Artificial Intelligence Roman Chanclor
 
Cognitive technologies with David Schatsky at Blocks + Bots
Cognitive technologies with David Schatsky at Blocks + BotsCognitive technologies with David Schatsky at Blocks + Bots
Cognitive technologies with David Schatsky at Blocks + BotsAdrienne Debigare
 

La actualidad más candente (20)

Big Data LDN 2017: Deep Learning Demystified
Big Data LDN 2017: Deep Learning DemystifiedBig Data LDN 2017: Deep Learning Demystified
Big Data LDN 2017: Deep Learning Demystified
 
SmartData Webinar: Cognitive Computing in the Mobile App Economy
SmartData Webinar: Cognitive Computing in the Mobile App EconomySmartData Webinar: Cognitive Computing in the Mobile App Economy
SmartData Webinar: Cognitive Computing in the Mobile App Economy
 
Artificial Intelligence and Big Data
Artificial Intelligence and Big DataArtificial Intelligence and Big Data
Artificial Intelligence and Big Data
 
Commercialization of AI 3.0
Commercialization of AI 3.0Commercialization of AI 3.0
Commercialization of AI 3.0
 
Cognitive computing big_data_statistical_analytics
Cognitive computing big_data_statistical_analyticsCognitive computing big_data_statistical_analytics
Cognitive computing big_data_statistical_analytics
 
Top 10 Technology Predictions - Future Outlook for AI and DLT
Top 10 Technology Predictions - Future Outlook for AI and DLTTop 10 Technology Predictions - Future Outlook for AI and DLT
Top 10 Technology Predictions - Future Outlook for AI and DLT
 
Smart Data Slides: Modern AI and Cognitive Computing - Boundaries and Opportu...
Smart Data Slides: Modern AI and Cognitive Computing - Boundaries and Opportu...Smart Data Slides: Modern AI and Cognitive Computing - Boundaries and Opportu...
Smart Data Slides: Modern AI and Cognitive Computing - Boundaries and Opportu...
 
How cognitive computing is transforming HR and the employee experience
How cognitive computing is transforming HR and the employee experienceHow cognitive computing is transforming HR and the employee experience
How cognitive computing is transforming HR and the employee experience
 
Fontys Eric van Tol
Fontys Eric van TolFontys Eric van Tol
Fontys Eric van Tol
 
IBM Academy of Technology & Cognitive Computing
IBM Academy of Technology & Cognitive ComputingIBM Academy of Technology & Cognitive Computing
IBM Academy of Technology & Cognitive Computing
 
The New Era of Cognitive Computing
The New Era of Cognitive ComputingThe New Era of Cognitive Computing
The New Era of Cognitive Computing
 
AI and Deep Learning
AI and Deep Learning AI and Deep Learning
AI and Deep Learning
 
A Journey Through The Far Side Of Data Science
A Journey Through The Far Side Of Data ScienceA Journey Through The Far Side Of Data Science
A Journey Through The Far Side Of Data Science
 
Ai business innovator v001
Ai business innovator v001Ai business innovator v001
Ai business innovator v001
 
Gene Villeneuve - Moving from descriptive to cognitive analytics
Gene Villeneuve - Moving from descriptive to cognitive analyticsGene Villeneuve - Moving from descriptive to cognitive analytics
Gene Villeneuve - Moving from descriptive to cognitive analytics
 
Ai for life sciences - are we ready
Ai for life sciences  - are we readyAi for life sciences  - are we ready
Ai for life sciences - are we ready
 
10/21 Top 5 Deep Learning Stories
10/21 Top 5 Deep Learning Stories10/21 Top 5 Deep Learning Stories
10/21 Top 5 Deep Learning Stories
 
Industry Disruptors: AI, Machine Learning and Drones.
Industry Disruptors: AI, Machine Learning and Drones. Industry Disruptors: AI, Machine Learning and Drones.
Industry Disruptors: AI, Machine Learning and Drones.
 
Defining a Practical Path to Artificial Intelligence
Defining a Practical Path to Artificial Intelligence Defining a Practical Path to Artificial Intelligence
Defining a Practical Path to Artificial Intelligence
 
Cognitive technologies with David Schatsky at Blocks + Bots
Cognitive technologies with David Schatsky at Blocks + BotsCognitive technologies with David Schatsky at Blocks + Bots
Cognitive technologies with David Schatsky at Blocks + Bots
 

Similar a AI is moving from its academic roots to the forefront of business and industry

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
 
Deep Learning disruption
Deep Learning disruptionDeep Learning disruption
Deep Learning disruptionUsman Qayyum
 
Dell AI and HPC University Roadshow
Dell AI and HPC University RoadshowDell AI and HPC University Roadshow
Dell AI and HPC University RoadshowBill Wong
 
Benefiting from Semantic AI along the data life cycle
Benefiting from Semantic AI along the data life cycleBenefiting from Semantic AI along the data life cycle
Benefiting from Semantic AI along the data life cycleMartin Kaltenböck
 
Artificial Intelligence (2016) - AMP New Ventures
Artificial Intelligence (2016) - AMP New VenturesArtificial Intelligence (2016) - AMP New Ventures
Artificial Intelligence (2016) - AMP New VenturesAMP New Ventures
 
Your brain is too small to manage your business
Your brain is too small to manage your business Your brain is too small to manage your business
Your brain is too small to manage your business Christopher Bishop
 
ODSC Presentation "Putting Deep Learning to Work" by Alex Ermolaev, Nvidia
ODSC Presentation "Putting Deep Learning to Work" by Alex Ermolaev, NvidiaODSC Presentation "Putting Deep Learning to Work" by Alex Ermolaev, Nvidia
ODSC Presentation "Putting Deep Learning to Work" by Alex Ermolaev, NvidiaAlex Ermolaev
 
Présentation de Bruno Schroder au 20e #mforum (07/12/2016)
Présentation de Bruno Schroder au 20e #mforum (07/12/2016)Présentation de Bruno Schroder au 20e #mforum (07/12/2016)
Présentation de Bruno Schroder au 20e #mforum (07/12/2016)Agence du Numérique (AdN)
 
Converged IoT Systems: Bringing the Data Center to the Edge of Everything
Converged IoT Systems: Bringing the Data Center to the Edge of EverythingConverged IoT Systems: Bringing the Data Center to the Edge of Everything
Converged IoT Systems: Bringing the Data Center to the Edge of EverythingDana Gardner
 
15 DATA SCIENCE TRENDS TO RULE IN 2023.pdf
15 DATA SCIENCE TRENDS TO RULE IN 2023.pdf15 DATA SCIENCE TRENDS TO RULE IN 2023.pdf
15 DATA SCIENCE TRENDS TO RULE IN 2023.pdfUSDSI
 
Top Trends & Predictions That Will Drive Data Science in 2022.pdf
Top Trends & Predictions That Will Drive Data Science in 2022.pdfTop Trends & Predictions That Will Drive Data Science in 2022.pdf
Top Trends & Predictions That Will Drive Data Science in 2022.pdfData Science Council of America
 
Trendcasting for 2019 - What Will the Tuture of Tech Hold
Trendcasting for 2019 - What Will the Tuture of Tech HoldTrendcasting for 2019 - What Will the Tuture of Tech Hold
Trendcasting for 2019 - What Will the Tuture of Tech HoldBrian Pichman
 
Nvidia why every industry should be thinking about AI today
Nvidia why every industry should be thinking about AI todayNvidia why every industry should be thinking about AI today
Nvidia why every industry should be thinking about AI todayJustin Hayward
 
Cloud-Based IoT Analytics and Machine Learning
Cloud-Based IoT Analytics and Machine LearningCloud-Based IoT Analytics and Machine Learning
Cloud-Based IoT Analytics and Machine LearningSatyaKVivek
 
The factory of the future is here
The factory of the future is hereThe factory of the future is here
The factory of the future is hereInfor
 

Similar a AI is moving from its academic roots to the forefront of business and industry (20)

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
 
Deep Learning disruption
Deep Learning disruptionDeep Learning disruption
Deep Learning disruption
 
Emerging Technology
Emerging TechnologyEmerging Technology
Emerging Technology
 
28022017 Simen Munter Mindfields
28022017 Simen Munter Mindfields28022017 Simen Munter Mindfields
28022017 Simen Munter Mindfields
 
Dell AI and HPC University Roadshow
Dell AI and HPC University RoadshowDell AI and HPC University Roadshow
Dell AI and HPC University Roadshow
 
Benefiting from Semantic AI along the data life cycle
Benefiting from Semantic AI along the data life cycleBenefiting from Semantic AI along the data life cycle
Benefiting from Semantic AI along the data life cycle
 
Artificial Intelligence (2016) - AMP New Ventures
Artificial Intelligence (2016) - AMP New VenturesArtificial Intelligence (2016) - AMP New Ventures
Artificial Intelligence (2016) - AMP New Ventures
 
Your brain is too small to manage your business
Your brain is too small to manage your business Your brain is too small to manage your business
Your brain is too small to manage your business
 
demo AI ML.pptx
demo AI ML.pptxdemo AI ML.pptx
demo AI ML.pptx
 
ODSC Presentation "Putting Deep Learning to Work" by Alex Ermolaev, Nvidia
ODSC Presentation "Putting Deep Learning to Work" by Alex Ermolaev, NvidiaODSC Presentation "Putting Deep Learning to Work" by Alex Ermolaev, Nvidia
ODSC Presentation "Putting Deep Learning to Work" by Alex Ermolaev, Nvidia
 
Présentation de Bruno Schroder au 20e #mforum (07/12/2016)
Présentation de Bruno Schroder au 20e #mforum (07/12/2016)Présentation de Bruno Schroder au 20e #mforum (07/12/2016)
Présentation de Bruno Schroder au 20e #mforum (07/12/2016)
 
Converged IoT Systems: Bringing the Data Center to the Edge of Everything
Converged IoT Systems: Bringing the Data Center to the Edge of EverythingConverged IoT Systems: Bringing the Data Center to the Edge of Everything
Converged IoT Systems: Bringing the Data Center to the Edge of Everything
 
15 DATA SCIENCE TRENDS TO RULE IN 2023.pdf
15 DATA SCIENCE TRENDS TO RULE IN 2023.pdf15 DATA SCIENCE TRENDS TO RULE IN 2023.pdf
15 DATA SCIENCE TRENDS TO RULE IN 2023.pdf
 
Top Trends & Predictions That Will Drive Data Science in 2022.pdf
Top Trends & Predictions That Will Drive Data Science in 2022.pdfTop Trends & Predictions That Will Drive Data Science in 2022.pdf
Top Trends & Predictions That Will Drive Data Science in 2022.pdf
 
Innovations using PowerAI
Innovations using PowerAIInnovations using PowerAI
Innovations using PowerAI
 
Trendcasting for 2019 - What Will the Tuture of Tech Hold
Trendcasting for 2019 - What Will the Tuture of Tech HoldTrendcasting for 2019 - What Will the Tuture of Tech Hold
Trendcasting for 2019 - What Will the Tuture of Tech Hold
 
Nvidia why every industry should be thinking about AI today
Nvidia why every industry should be thinking about AI todayNvidia why every industry should be thinking about AI today
Nvidia why every industry should be thinking about AI today
 
Cloud-Based IoT Analytics and Machine Learning
Cloud-Based IoT Analytics and Machine LearningCloud-Based IoT Analytics and Machine Learning
Cloud-Based IoT Analytics and Machine Learning
 
The factory of the future is here
The factory of the future is hereThe factory of the future is here
The factory of the future is here
 

Más de Digital Transformation EXPO Event Series

Who’s afraid of GDPR: the application of Legitimate Interest in B2B marketing
Who’s afraid of GDPR: the application of Legitimate Interest in B2B marketingWho’s afraid of GDPR: the application of Legitimate Interest in B2B marketing
Who’s afraid of GDPR: the application of Legitimate Interest in B2B marketingDigital Transformation EXPO Event Series
 
Unleashing the Potential of Object Storage & Accelerating Cloud-First Initiat...
Unleashing the Potential of Object Storage & Accelerating Cloud-First Initiat...Unleashing the Potential of Object Storage & Accelerating Cloud-First Initiat...
Unleashing the Potential of Object Storage & Accelerating Cloud-First Initiat...Digital Transformation EXPO Event Series
 
Cloud in the Spotlight: How a National Institution ripped up the rule book wi...
Cloud in the Spotlight: How a National Institution ripped up the rule book wi...Cloud in the Spotlight: How a National Institution ripped up the rule book wi...
Cloud in the Spotlight: How a National Institution ripped up the rule book wi...Digital Transformation EXPO Event Series
 
Splunk for AIOps: Reduce IT outages through prediction with machine learning
Splunk for AIOps: Reduce IT outages through prediction with machine learningSplunk for AIOps: Reduce IT outages through prediction with machine learning
Splunk for AIOps: Reduce IT outages through prediction with machine learningDigital Transformation EXPO Event Series
 
Bringing Enterprise to the Blockchain - Moving from Science Experiment to Pra...
Bringing Enterprise to the Blockchain - Moving from Science Experiment to Pra...Bringing Enterprise to the Blockchain - Moving from Science Experiment to Pra...
Bringing Enterprise to the Blockchain - Moving from Science Experiment to Pra...Digital Transformation EXPO Event Series
 
Why Your Business Can’t Ignore the Need for a Password Manager Any Longer
Why Your Business Can’t Ignore the Need for a Password Manager Any LongerWhy Your Business Can’t Ignore the Need for a Password Manager Any Longer
Why Your Business Can’t Ignore the Need for a Password Manager Any LongerDigital Transformation EXPO Event Series
 

Más de Digital Transformation EXPO Event Series (20)

Who’s afraid of GDPR: the application of Legitimate Interest in B2B marketing
Who’s afraid of GDPR: the application of Legitimate Interest in B2B marketingWho’s afraid of GDPR: the application of Legitimate Interest in B2B marketing
Who’s afraid of GDPR: the application of Legitimate Interest in B2B marketing
 
Unleashing the Potential of Object Storage & Accelerating Cloud-First Initiat...
Unleashing the Potential of Object Storage & Accelerating Cloud-First Initiat...Unleashing the Potential of Object Storage & Accelerating Cloud-First Initiat...
Unleashing the Potential of Object Storage & Accelerating Cloud-First Initiat...
 
The Future of SD-WAN: WAN Transformation in the Cloud and Mobile Era
The Future of SD-WAN: WAN Transformation in the Cloud and Mobile EraThe Future of SD-WAN: WAN Transformation in the Cloud and Mobile Era
The Future of SD-WAN: WAN Transformation in the Cloud and Mobile Era
 
Cloud in the Spotlight: How a National Institution ripped up the rule book wi...
Cloud in the Spotlight: How a National Institution ripped up the rule book wi...Cloud in the Spotlight: How a National Institution ripped up the rule book wi...
Cloud in the Spotlight: How a National Institution ripped up the rule book wi...
 
What happens if you’re not ready for the GDPR?
What happens if you’re not ready for the GDPR?What happens if you’re not ready for the GDPR?
What happens if you’re not ready for the GDPR?
 
Moving Beyond the Router to a Thin-branch or Application-driven SD-WAN
Moving Beyond the Router to a Thin-branch or Application-driven SD-WANMoving Beyond the Router to a Thin-branch or Application-driven SD-WAN
Moving Beyond the Router to a Thin-branch or Application-driven SD-WAN
 
A modern approach to cloud computing
A modern approach to cloud computing A modern approach to cloud computing
A modern approach to cloud computing
 
Citrix NetScaler SD-WAN - What’s New, What’s Hot?
Citrix NetScaler SD-WAN - What’s New, What’s Hot?Citrix NetScaler SD-WAN - What’s New, What’s Hot?
Citrix NetScaler SD-WAN - What’s New, What’s Hot?
 
Evolving the WAN for the Cloud, using SD-WAN & NFV
Evolving the WAN for the Cloud, using SD-WAN & NFV Evolving the WAN for the Cloud, using SD-WAN & NFV
Evolving the WAN for the Cloud, using SD-WAN & NFV
 
Splunk for AIOps: Reduce IT outages through prediction with machine learning
Splunk for AIOps: Reduce IT outages through prediction with machine learningSplunk for AIOps: Reduce IT outages through prediction with machine learning
Splunk for AIOps: Reduce IT outages through prediction with machine learning
 
Lean Analytics: How to get more out of your data science team
Lean Analytics: How to get more out of your data science teamLean Analytics: How to get more out of your data science team
Lean Analytics: How to get more out of your data science team
 
Top 5 Lessons Learned in Deploying AI in the Real World
Top 5 Lessons Learned in Deploying AI in the Real WorldTop 5 Lessons Learned in Deploying AI in the Real World
Top 5 Lessons Learned in Deploying AI in the Real World
 
Bringing Enterprise to the Blockchain - Moving from Science Experiment to Pra...
Bringing Enterprise to the Blockchain - Moving from Science Experiment to Pra...Bringing Enterprise to the Blockchain - Moving from Science Experiment to Pra...
Bringing Enterprise to the Blockchain - Moving from Science Experiment to Pra...
 
Data Science Is More Than Just Statistics
Data Science Is More Than Just StatisticsData Science Is More Than Just Statistics
Data Science Is More Than Just Statistics
 
Breaking down the Microsoft AI Platform
Breaking down the Microsoft AI Platform Breaking down the Microsoft AI Platform
Breaking down the Microsoft AI Platform
 
The convergence of Data Science and Software Development
The convergence of Data Science and Software DevelopmentThe convergence of Data Science and Software Development
The convergence of Data Science and Software Development
 
The future impact of AI in cybercrime
The future impact of AI in cybercrimeThe future impact of AI in cybercrime
The future impact of AI in cybercrime
 
Digital Innovation in Medical Gases
Digital Innovation in Medical GasesDigital Innovation in Medical Gases
Digital Innovation in Medical Gases
 
Why Your Business Can’t Ignore the Need for a Password Manager Any Longer
Why Your Business Can’t Ignore the Need for a Password Manager Any LongerWhy Your Business Can’t Ignore the Need for a Password Manager Any Longer
Why Your Business Can’t Ignore the Need for a Password Manager Any Longer
 
A case for Managed Detection and Response
A case for Managed Detection and ResponseA case for Managed Detection and Response
A case for Managed Detection and Response
 

Último

Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfOverkill Security
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...apidays
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Zilliz
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistandanishmna97
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamUiPathCommunity
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Orbitshub
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 

Último (20)

Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdf
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 

AI is moving from its academic roots to the forefront of business and industry

  • 2. 2 TOPICS Where We Are with AI Today What Is Artificial Intelligence, ML and DL How Deep Learning Can Be Applied Industry Use Cases: Healthcare, Automotive, Finance, Retail How Do We Get Started?
  • 3. 3 “Find where I parked my car” AI IS EVERYWHERE TOUCHING OUR LIVES “Find the bag I just saw in this magazine” “What movie should I watch next?”
  • 4. 4Source: Gartner, “Architecting the On-Demand Digital Business”; Drue Reeves, Kyle Hilgendorf, Kirk Knoernschild, August 16, 2016
  • 6. 6 GPU DEEP LEARNING IS A NEW COMPUTING MODEL TRADITIONAL APPROACH Requires domain experts Time consuming Error prone Not scalable to new problems Algorithms that learn from examples DEEP LEARNING APPROACH Learn from data Easily to extend Speedup with GPUs Expert Written Computer Program Car Vehicle Coupe Car Vehicle Coupe Deep Neural Network
  • 8. 8 Every day, pathologists are tasked with providing definitive cancer diagnosis to guide patient treatment. However, keeping pace with the massive volume of data and the variety of analysis methods makes reliable predictions difficult. By combining GPU deep learning and CUDA with traditional pathology, PathAI’s approach is able to reduce error rates by 85% in breast cancer diagnosis. AI: HELPING DOCTORS DIAGNOSE BREAST CANCER
  • 9. 9 AI SEES THE UNSEEN – COULD REDUCE THE NEED FOR BRAIN BIOPSIES Brain tumors can be spotted by today’s MRIs, but determining the right way to treat them requires information about the tumor’s genomic makeup — data that can only come from highly invasive brain biopsies. Researchers at the Mayo Clinic may have found another way. Using AI, Mayo discovered that the same genomic data can be found in the MRIs themselves, hidden from traditional analysis methods. Mayo used GPU-accelerated deep learning with CUDA to train its systems where to look and how to extract the information. The new system has greater than 90% accuracy and has the potential to greatly reduce the need for brain biopsies.
  • 11. 11 THE MODERN WAREHOUSE BUILT ON AI Worldwide retail e-commerce sales are expected to reach $2 trillion in 2016, according to eMarketer. With thousands of orders placed every hour, data scientists at Zalando, Europe’s leading online fashion retailer, applied deep learning and GPUs to develop the Optimal Cart Pick algorithm. Applying the algorithm resulted in an 11% decrease in workers’ travel time per item picked. The work is a good example of the efficiencies that AI can discover for e-commerce, manufacturing and other large-systems-based industries.
  • 12. 12 AI-DRIVEN SMART SHOPPING According to Forrester E-Commerce was a $390B market in 2016 and is expected to double by 2024. E-commerce company Jet.com (acquired by Walmart) partners with multitudes of suppliers with different offerings at different prices. Jet uses GPU-accelerated AI to drive its smart cart solution that fulfills orders at the lowest prices though the smart bundling of supplier offers. The platform finds the ideal merchant and warehouse combination to lower the total order cost. The bigger the shopping cart, the greater the savings that can be generated.
  • 14. 14 AI-DRIVEN ASSET MANGEMENT AI has led to break-through innovations across all industries and the finance industry is no exception. qplum, an online asset management firm, uses quantitative trading techniques and invests using data and GPU-powered deep learning. qplum blends the mathematics of data-driven decision-making, the science of behavioral economics, and the art of effective communications. In the speed trade category, qplum has been an innovation leader having started with a $10,000 risk limit and, over the last 10 years, making more than $1.4B in profits.
  • 16. 16 Autonomous vehicles can reduce accidents, improve the productivity of trucks and taxis, and enable new mobility services — transforming the $10 trillion transportation industry. WEpods is piloting an autonomous shuttle that leverages GPUs to compute data and build a complete picture of the environment, enabling it to safely navigate traffic and other obstacles. It’s a revolutionary new kind of transportation that offers the convenience of a personal vehicle, without the hassles of car ownership. REVOLUTIONIZING TRANSPORTATION WITH AI
  • 17. 17 Deep neural networks require a huge amount of computational power and tremendous amounts of data, which is particularly true with safety critical systems, like self-driving cars, where detection accuracy requirements are extremely high. Zenuity is tackling this with the combined power of DGX-1 and FlashBlade, which is enabling them to make ground- breaking progress in reducing training run intervals, to the extent that they expect to be able to iterate on their models. DEVELOPING THE VEHICLES OF THE FUTURE
  • 18. 18 AIRI: AI-READY INFRASTRUCTURE 18 • NVIDIA DGX-1 | 4x DGX-1 Systems | 4 PFLOPS • PURE FLASHBLADE™ | 15x 17TB Blades | 1.5M IOPS • ARISTA | 2x 100Gb Ethernet Switches with RDMA • NVIDIA GPU CLOUD DEEP LEARNING STACK | NVIDIA Optimized Frameworks • AIRI SCALING TOOLKIT | Multi-node Training Made Simple HARDWARE SOFTWARE Extending the power of DGX-1 at-scale in every enterprise
  • 19. 19 HOW TO GET STARTED
  • 20. 20 DO YOU HAVE ENOUGH LABELED DATA? The Achilles heel of deep learning: You need a lot of labeled data. Based on a presentation from Bryan Catanzaro Without a large dataset, deep learning isn’t likely to succeed. Labels:  Getting someone to decide the “right” answer can be hard (think about medical imaging)  If a dataset requires skilled labor to produce labels, this limits scale / affects the cost
  • 21. 21 DO YOU HAVE ENOUGH LABELED DATA? “As of 2016, a rough rule of thumb is that a supervised deep learning algorithm will generally achieve acceptable performance with around 5,000 labeled examples per category, and will match or exceed human performance when trained with a dataset containing at least 10 million labeled examples.” Ian Goodfellow, Yoshua Bengio, Aaron Courville How much data is enough? Goodfellow, Ian, Yoshua Bengio, and Aaron Courville. Deep learning. MIT Press, 2016.
  • 22. 22 WHAT LEVEL OF ACCURACY DO YOU NEED? How much accuracy you need? (mortgage risk calculation - high, celebrity portal - low) Aim for lowest acceptable for the product What is the measure: • Accuracy (% correct) • Coverage (% of examples processed) • Precision (% of detections that are right) • Recall (% of objects that are detected) • Amount of error (for regression problems) • What protective mechanisms to you need to safeguard the system from unavoidable prediction error? Defining and measuring accuracy Goodfellow, Ian, Yoshua Bengio, and Aaron Courville. Deep learning. MIT Press, 2016.
  • 23. 23 BEST PRACTICE FOR STARTING A DL PROJECT Hypothesis for the business outcome you believe DL can solve Current, needed Data – enough to train? Current AI & DL skills People training plan Current IT Infrastructure (Cloud, On-premise) ASSESS DESIGN & SELECT LEARN DEPLOY Analyze data to train (e.g. text, video, images, structure) Plan research (Data Scientist) & deployment models (IT Architect) Select DNN Network, Libraries & Frameworks Begin training Feedback on outputs so the network can learn Achieve training state that provides actionable data for business decisions Performance monitoring Optimization of trained DNN for deployment performance Move trained outcomes to inferencing platform Begin inferencing (e.g. search, speak, translate, classify, segment, predict, recommend) Expand DL Training to adjacent areas Performance monitoring
  • 24. 24 CLOUD, ON-PREMISE OR HYBRID? Cloud Pre-trained models Ease of integration into your app development Cloud scale & efficiency Cloud billing On – Premise Instant productivity Desktop to data center Tuned /optimized perf. Data security Hybrid Any compute environment Common software stack Flexibility (e.g. train local, inference in cloud)
  • 25. 25 BE READY FOR THE RACE FOR TALENT • Freedom, flexibility and challenges attract talents • Provide great tools and infrastructure • Data Science + Business + IT have to partner together
  • 26. 26 DEEP LEARNING INSTITUTE DLI Mission: Help the world to solve the most challenging problems using AI and deep learning We help developers, data scientists and engineers to get started in architecting, optimizing, and deploying neural networks to solve real-world problems in diverse industries such as autonomous vehicles, healthcare, robotics, media & entertainment and game development. https://www.nvidia.co.uk/deep-learning-ai/education/