SlideShare una empresa de Scribd logo
1 de 35
Descargar para leer sin conexión
1
@ODSC
OPEN
DATA
SCIENCE
CONFERENCE
CxO Summit
on AI & Data Science
Boston | May 3-5th | 2017
Enterprise Artificial Intelligence
Ron Bodkin, CTO Services & Architecture, Teradata
2
• Why is Artificial Intelligence such
a hot topic now?
• What are some applications of AI
in the Enterprise?
• How to get started on your AI
journey?
• Conclusions
Agenda
3 © 2015 Teradata
​Why is Artificial Intelligence
such a hot topic now?
4
Descriptive
Predictive
Prescriptive
What is happening?TRACKING
STATISTICS
MODELING
DECISION MAKING
ARTIFICIAL INTELLIGENCE
Is it real? What is the
dynamic of the issue?
Why is it happening?
What will happen next?
What should be do
differently?
Can we delegate this
decision to a computer?
Evolution of Analytics
5
The Resurgence of Artificial Intelligence
• Significant advances in hardware
capability
• Rapid progress in research and
applications using neural networks
• Significant technology investments
By	2019,	deep	learning	will	provide	best-
in-class	performance	for	demand,	fraud,	
and	failure	prediction. - Gartner
6
“
By 2020 AI will be a top five
investment priority for more
than 30% of CIOs.
—Gartner BI Summit,
February, 2017
“The Resurgence of AI
7
Deep Learning Innovation in Computer Vision
Continuous Improvement in Supervised Learning Methods
Recent Image-Net Results
8
Deep Learning is driving the resurgence of AI
How is it different?
• Multiple layers in neural network with intermediate data
representations to facilitate dimensional reduction.
• Interpret non-linear relationships in the data.
• Derive patterns from data with very high dimensionality.
Why do we care?
• Ability to create value with little or no
domain knowledge required.
• Ability to incorporate data from across
multiple, seemingly unrelated sources.
• Ability to tolerate very noisy data.
9
Classic Artificial Neural Network
• Simple Feed Forward Network
• Linear Classifier
Single Layer Perceptron Multi Layer Perceptron
• Feature Learning instead of Feature
Engineering
• Highly dimensional data is organized into
learning features as network is connected
from layer to layer
• Solving Activation Function of hidden layer:
Gradient Descent (best weights) assisted by
Back Propagation (partial derivatives)
10
AI Technology Landscape
Point Solutions Specialized APIs General Purpose Frameworks
VISUAL VISION
ASSISTIVE SPEECH
OPERATIONS LANGUAGE
Teradata Partner
11 © 2015 Teradata
​What are some applications of
AI in the Enterprise?
12
Industry Specific Use Cases
High-Dimensional Data
Image
Video
Audio
Time Series
Text
• Many already have working solutions using non-DL Machine Learning Techniques
• Deep Learning is delivering improvement in performance on complex problems
Automotive Retail
• Navigation, Guidance, Assistance
• Predictive Maintenance
• Visual Search
• Recommendation
• Text Analytics
• Assistants
• Brand Analytics
Manufacturing & High-Tech Health Care
• Image/Audio/Video
• Reinforcement Learning – Systems
Optimization
• Plant Operations Optimization
• Image-based Analysis
• Drug Discovery
Financial Services & Insurance Cross-Industry
• Anti-Fraud
• Portfolio Optimization
• Damage Assessment
• Cyber Security
• Call Center Audio
13
Mobile Personalization
• Generalize rules (e.g., categories of interest)
• Memorize exceptions (e.g., common pairs)
• Google Play Store production and other leading digital companies
• Projects in banking, telco, retail
Source: Google
14
Banking Anti-Fraud: Business Drivers
• Goal: fraud detection across products
• Trends
– Evolution of new payment methods
– Mobile payments exploding
– Fraud evolving rapidly, increased sophistication
• Traditional approach is hand-written rules
• Cost, delay and customer impact of false positives
15
• Phased implementation
approach
– Simulated result
– Champion/challenger testing
– Production deployment
• Significant improvements over
traditional rules-based
techniques
• Techniques
– Boosted Decision Trees
– Recurrent Neural Networks
– Generative Adversarial Networks
• Tools: Spark, Hadoop, TensorFlow
Banking Anti-Fraud: Solution Approach
16
Key Requirement: Model Interpretation
• Technique used: LIME (Locally Interpretable Model Explanation)
https://github.com/marcotcr/lime
Source: Ribeiro et al.
17
• Provide smart assistance to
drivers
– Navigation and safety
– Realtime Pricing
– Vehicle comfort
– Parking assistance
• Leverage video and other
sensors
Connected Car Assistance
Real-Time
Streaming
Streaming
Results
Traffic Data
Service
Navigation
Update
Object Detection
Object
Segmentation
Motion Detection
GPU Training
TF Serving
Online
Inference
Model
Update
s
18
• Large Tier 1 automotive supplier
including navigation
• Objective: To build a system that
detects objects and scenes from
in car video to improve
navigation and guidance
Customer and Team Project Details
• Pilot: Dec. 2016 – March 2017
• Deliverables:
• Annotation Tool
• Bounding Box Demo
• Research Report &
Presentation
• Next Phase In Progress:
• Live Demo at Internal Car
Show
• Object Tracking
• Road Segmentation
19
Customer Challenge
Customer Data
Video Files
Frames
Bounding Box
Scene Labeling
Bounding Box & Scene
Labeling
XML
JSON
XML
JSON
XML
JSON
Create File
Create File
Create File
Create File
• Detect 6 classes in car driving video e.g., car,
truck, bike, pedestrian
• Detect roads/lanes
• Next phase:
• Identify stopped vs. moving vehicles
• Identify if classes are on/off the road
20
Our Approach
• Survey of State of the Art research and open source
• Open Source code often does not run out-of-the-box, so we worked to
overcome quirks and limitations
• Run available pre-trained models on Customer data.
– Trained and created new models
• Visual inspection of results
• Mean Average Precision performance metric calculated identically for
the tested methods on three test datasets
• Determining appropriate infrastructure for initial experimentation
21
Models: Single Shot multibox Detector (SSD)
22
Models: You Only Look Once v2
23
Infrastructure Details
• AWS
– EC2 Instance Types: P2.XL -> P2.8XL
• Bitfusion
• CUDA 8.0
• Framework Versioning:
– Tensorflow 1.0, Caffe, OpenCV 3
• Models
– SSD – Caffe/Tensorflow/MxNet
– YOLO – Darknet/Darkflow
– Multinet – Kittibox/Kittiseg
– Faster R-CNN
24 © 2015 Teradata
​How to get started on your AI
journey?
25
Technology
•Research
Driven
•Specialized
Hardware
•Evolving
Frameworks
•Research
Quality Code
Challenges
26
Focus First on Pilot into Production
Sets up Phase Two: Scale COE, Standardize Capabilities
Investigate
Test
Engineer
SimulateIntegration
Analyze
Data
Go Live
Handover
Validate
Activities: Define business
opportunity, understand data
available, test model
approaches, potentially
generate data
Outcome: Proposed solution
approach
Discovery/Insights
Activities: Architecture
selection, software engineering
of model and simulation
Outcome: Predicted impact of
model
Live Test
Activities: Integration into
live business process
(Champion/Challenger),
analysis, iteration
Outcome: Benefit
measurement, live learnings,
improvement
Production
Activities: Go Live, Analytics
Ops integration, Hand Over
Outcome: System scaled,
application teams and ops
trained and operating
Assessment
Insights
Production
Live Test
Cross-Functional
Teams
Cross-Functional Teams
27
Analytics Ops for Cross-Functional AI Teams
Constant
Monitoring
Test and
Deploy-
ment
A/B Testing
Automated
Training &
Scoring
Application
Integration
28
Our Approach
Teradata Deep Learning CommunityTeradata Labs
Dozens of Experts in Deep Learning,
Image/Audio/Video Processing,
Computer Vision, GPU
200+ Practitioners delivering
Artificial Intelligence Business Value
on Customer Projects
500+ Solution Architects, Business
Consultants and Software Engineers with
knowledge of Artificial Intelligence Tools,
Techniques and Technologies. Deep
expertise in retail and across industries.
Experts
Practitioners
Interest
Industry
Collaborations
Academic
Collaborations
Analytics
Ops
Data
Management
29 © 2015 Teradata
​Conclusions
30
Industry Timeline Projection
31
Conclusions
AI moving
beyond
labs to
production
A strategy
and
roadmap is
critical
Pilot now to
build
Capabilities
3232
33
• Handwritten check volume is decreasing
however processing checks has many
fixed costs
• Handwriting recognition to reduce
manual processing and fraud
examination resulting in cost savings
• Techniques:
– Convolutional Neural Network
– Image Processing
– Natural Language Processing
• Tools: Spark, Hadoop, TensorFlow
Automated Check Processing
Check Images
To Hadoop
ImageMagick
Processing
Handwriting
Recognition
34
Software
Open Source
Frameworks from
digital giants will
dominate notably
TensorFlow, Keras
Framework
fragmentation will
remain way of life (see
JavaScript)
Integration with
enterprise analytics
environments will
emerge
Hardware
General purpose
chips will dominate on
price/performance
(compared to ASICs)
Model scoring/AI
deployment will be a
big area of hardware
innovation
Cloud training is path
of least resistance
now but AI appliances
on the horizon
Datat&Algorithms
Training & labeled
data services will
have a short
lifespan
Unsupervised &
Transfer Learning
goes mainstream
Algorithms and
code will
continue to
remain open
Hypotheses
35
The Resurgence of AI

Más contenido relacionado

La actualidad más candente

Building an AI organisation
Building an AI organisationBuilding an AI organisation
Building an AI organisationVikash Mishra
 
Using the power of Generative AI at scale
Using the power of Generative AI at scaleUsing the power of Generative AI at scale
Using the power of Generative AI at scaleMaxim Salnikov
 
Artificial Intelligence for Business
Artificial Intelligence for BusinessArtificial Intelligence for Business
Artificial Intelligence for BusinessNicola Mattina
 
Artificial Intelligence Introduction & Business usecases
Artificial Intelligence Introduction & Business usecasesArtificial Intelligence Introduction & Business usecases
Artificial Intelligence Introduction & Business usecasesVikas Jain
 
How AI Benefits Sales and Marketing
How AI Benefits Sales and MarketingHow AI Benefits Sales and Marketing
How AI Benefits Sales and MarketingCall Sumo
 
Impact of AI on Business Intelligence
Impact of AI on Business IntelligenceImpact of AI on Business Intelligence
Impact of AI on Business IntelligenceDeesha Mukherjee
 
AI FOR BUSINESS LEADERS
AI FOR BUSINESS LEADERSAI FOR BUSINESS LEADERS
AI FOR BUSINESS LEADERSAndre Muscat
 
Unlocking the Power of Generative AI An Executive's Guide.pdf
Unlocking the Power of Generative AI An Executive's Guide.pdfUnlocking the Power of Generative AI An Executive's Guide.pdf
Unlocking the Power of Generative AI An Executive's Guide.pdfPremNaraindas1
 
AI and ML Series - Leveraging Generative AI and LLMs Using the UiPath Platfor...
AI and ML Series - Leveraging Generative AI and LLMs Using the UiPath Platfor...AI and ML Series - Leveraging Generative AI and LLMs Using the UiPath Platfor...
AI and ML Series - Leveraging Generative AI and LLMs Using the UiPath Platfor...DianaGray10
 
𝐆𝐞𝐧𝐞𝐫𝐚𝐭𝐢𝐯𝐞 𝐀𝐈: 𝐂𝐡𝐚𝐧𝐠𝐢𝐧𝐠 𝐇𝐨𝐰 𝐁𝐮𝐬𝐢𝐧𝐞𝐬𝐬 𝐈𝐧𝐧𝐨𝐯𝐚𝐭𝐞𝐬 𝐚𝐧𝐝 𝐎𝐩𝐞𝐫𝐚𝐭𝐞𝐬
𝐆𝐞𝐧𝐞𝐫𝐚𝐭𝐢𝐯𝐞 𝐀𝐈: 𝐂𝐡𝐚𝐧𝐠𝐢𝐧𝐠 𝐇𝐨𝐰 𝐁𝐮𝐬𝐢𝐧𝐞𝐬𝐬 𝐈𝐧𝐧𝐨𝐯𝐚𝐭𝐞𝐬 𝐚𝐧𝐝 𝐎𝐩𝐞𝐫𝐚𝐭𝐞𝐬𝐆𝐞𝐧𝐞𝐫𝐚𝐭𝐢𝐯𝐞 𝐀𝐈: 𝐂𝐡𝐚𝐧𝐠𝐢𝐧𝐠 𝐇𝐨𝐰 𝐁𝐮𝐬𝐢𝐧𝐞𝐬𝐬 𝐈𝐧𝐧𝐨𝐯𝐚𝐭𝐞𝐬 𝐚𝐧𝐝 𝐎𝐩𝐞𝐫𝐚𝐭𝐞𝐬
𝐆𝐞𝐧𝐞𝐫𝐚𝐭𝐢𝐯𝐞 𝐀𝐈: 𝐂𝐡𝐚𝐧𝐠𝐢𝐧𝐠 𝐇𝐨𝐰 𝐁𝐮𝐬𝐢𝐧𝐞𝐬𝐬 𝐈𝐧𝐧𝐨𝐯𝐚𝐭𝐞𝐬 𝐚𝐧𝐝 𝐎𝐩𝐞𝐫𝐚𝐭𝐞𝐬VINCI Digital - Industrial IoT (IIoT) Strategic Advisory
 
Conversational AI and Chatbot Integrations
Conversational AI and Chatbot IntegrationsConversational AI and Chatbot Integrations
Conversational AI and Chatbot IntegrationsCristina Vidu
 
Generative AI - Responsible Path Forward.pdf
Generative AI - Responsible Path Forward.pdfGenerative AI - Responsible Path Forward.pdf
Generative AI - Responsible Path Forward.pdfSaeed Al Dhaheri
 
What is Artificial Intelligence ? (2023).pdf
What is Artificial Intelligence ? (2023).pdfWhat is Artificial Intelligence ? (2023).pdf
What is Artificial Intelligence ? (2023).pdfResearch Impulses
 
AI in Business: Opportunities & Challenges
AI in Business: Opportunities & ChallengesAI in Business: Opportunities & Challenges
AI in Business: Opportunities & ChallengesTathagat Varma
 
AI Transformation
AI TransformationAI Transformation
AI TransformationLiming Zhu
 
Artificial intelligence in industry
Artificial intelligence in industryArtificial intelligence in industry
Artificial intelligence in industryDipanjan Mitra
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligenceAnkush
 

La actualidad más candente (20)

Building an AI organisation
Building an AI organisationBuilding an AI organisation
Building an AI organisation
 
Journey of Generative AI
Journey of Generative AIJourney of Generative AI
Journey of Generative AI
 
Using the power of Generative AI at scale
Using the power of Generative AI at scaleUsing the power of Generative AI at scale
Using the power of Generative AI at scale
 
Artificial Intelligence for Business
Artificial Intelligence for BusinessArtificial Intelligence for Business
Artificial Intelligence for Business
 
Generative AI.pptx
Generative AI.pptxGenerative AI.pptx
Generative AI.pptx
 
AI and ML 101
AI and ML 101AI and ML 101
AI and ML 101
 
Artificial Intelligence Introduction & Business usecases
Artificial Intelligence Introduction & Business usecasesArtificial Intelligence Introduction & Business usecases
Artificial Intelligence Introduction & Business usecases
 
How AI Benefits Sales and Marketing
How AI Benefits Sales and MarketingHow AI Benefits Sales and Marketing
How AI Benefits Sales and Marketing
 
Impact of AI on Business Intelligence
Impact of AI on Business IntelligenceImpact of AI on Business Intelligence
Impact of AI on Business Intelligence
 
AI FOR BUSINESS LEADERS
AI FOR BUSINESS LEADERSAI FOR BUSINESS LEADERS
AI FOR BUSINESS LEADERS
 
Unlocking the Power of Generative AI An Executive's Guide.pdf
Unlocking the Power of Generative AI An Executive's Guide.pdfUnlocking the Power of Generative AI An Executive's Guide.pdf
Unlocking the Power of Generative AI An Executive's Guide.pdf
 
AI and ML Series - Leveraging Generative AI and LLMs Using the UiPath Platfor...
AI and ML Series - Leveraging Generative AI and LLMs Using the UiPath Platfor...AI and ML Series - Leveraging Generative AI and LLMs Using the UiPath Platfor...
AI and ML Series - Leveraging Generative AI and LLMs Using the UiPath Platfor...
 
𝐆𝐞𝐧𝐞𝐫𝐚𝐭𝐢𝐯𝐞 𝐀𝐈: 𝐂𝐡𝐚𝐧𝐠𝐢𝐧𝐠 𝐇𝐨𝐰 𝐁𝐮𝐬𝐢𝐧𝐞𝐬𝐬 𝐈𝐧𝐧𝐨𝐯𝐚𝐭𝐞𝐬 𝐚𝐧𝐝 𝐎𝐩𝐞𝐫𝐚𝐭𝐞𝐬
𝐆𝐞𝐧𝐞𝐫𝐚𝐭𝐢𝐯𝐞 𝐀𝐈: 𝐂𝐡𝐚𝐧𝐠𝐢𝐧𝐠 𝐇𝐨𝐰 𝐁𝐮𝐬𝐢𝐧𝐞𝐬𝐬 𝐈𝐧𝐧𝐨𝐯𝐚𝐭𝐞𝐬 𝐚𝐧𝐝 𝐎𝐩𝐞𝐫𝐚𝐭𝐞𝐬𝐆𝐞𝐧𝐞𝐫𝐚𝐭𝐢𝐯𝐞 𝐀𝐈: 𝐂𝐡𝐚𝐧𝐠𝐢𝐧𝐠 𝐇𝐨𝐰 𝐁𝐮𝐬𝐢𝐧𝐞𝐬𝐬 𝐈𝐧𝐧𝐨𝐯𝐚𝐭𝐞𝐬 𝐚𝐧𝐝 𝐎𝐩𝐞𝐫𝐚𝐭𝐞𝐬
𝐆𝐞𝐧𝐞𝐫𝐚𝐭𝐢𝐯𝐞 𝐀𝐈: 𝐂𝐡𝐚𝐧𝐠𝐢𝐧𝐠 𝐇𝐨𝐰 𝐁𝐮𝐬𝐢𝐧𝐞𝐬𝐬 𝐈𝐧𝐧𝐨𝐯𝐚𝐭𝐞𝐬 𝐚𝐧𝐝 𝐎𝐩𝐞𝐫𝐚𝐭𝐞𝐬
 
Conversational AI and Chatbot Integrations
Conversational AI and Chatbot IntegrationsConversational AI and Chatbot Integrations
Conversational AI and Chatbot Integrations
 
Generative AI - Responsible Path Forward.pdf
Generative AI - Responsible Path Forward.pdfGenerative AI - Responsible Path Forward.pdf
Generative AI - Responsible Path Forward.pdf
 
What is Artificial Intelligence ? (2023).pdf
What is Artificial Intelligence ? (2023).pdfWhat is Artificial Intelligence ? (2023).pdf
What is Artificial Intelligence ? (2023).pdf
 
AI in Business: Opportunities & Challenges
AI in Business: Opportunities & ChallengesAI in Business: Opportunities & Challenges
AI in Business: Opportunities & Challenges
 
AI Transformation
AI TransformationAI Transformation
AI Transformation
 
Artificial intelligence in industry
Artificial intelligence in industryArtificial intelligence in industry
Artificial intelligence in industry
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 

Similar a AI in the Enterprise

Think Big | Enterprise Artificial Intelligence
Think Big | Enterprise Artificial IntelligenceThink Big | Enterprise Artificial Intelligence
Think Big | Enterprise Artificial IntelligenceData Science Milan
 
Artificial intelligence capabilities overview yashowardhan sowale cwin18-india
Artificial intelligence capabilities overview yashowardhan sowale cwin18-indiaArtificial intelligence capabilities overview yashowardhan sowale cwin18-india
Artificial intelligence capabilities overview yashowardhan sowale cwin18-indiaCapgemini
 
Future-Proof Your Streaming Analytics Architecture- StreamAnalytix Webinar
Future-Proof Your Streaming Analytics Architecture- StreamAnalytix WebinarFuture-Proof Your Streaming Analytics Architecture- StreamAnalytix Webinar
Future-Proof Your Streaming Analytics Architecture- StreamAnalytix WebinarImpetus Technologies
 
Corporate presentation TDG
Corporate presentation TDGCorporate presentation TDG
Corporate presentation TDGBrajendu Behera
 
Revolutionising Testing with the Power of AI - Deepa Mamtani, Pillay Almira &...
Revolutionising Testing with the Power of AI - Deepa Mamtani, Pillay Almira &...Revolutionising Testing with the Power of AI - Deepa Mamtani, Pillay Almira &...
Revolutionising Testing with the Power of AI - Deepa Mamtani, Pillay Almira &...Sogeti Nederland B.V.
 
AI Solutions for Industries | Quality Inspection | Data Insights | Predictive...
AI Solutions for Industries | Quality Inspection | Data Insights | Predictive...AI Solutions for Industries | Quality Inspection | Data Insights | Predictive...
AI Solutions for Industries | Quality Inspection | Data Insights | Predictive...byteLAKE
 
What Does Artificial Intelligence Have to Do with IT Operations?
What Does Artificial Intelligence Have to Do with IT Operations?What Does Artificial Intelligence Have to Do with IT Operations?
What Does Artificial Intelligence Have to Do with IT Operations?Precisely
 
Advanced Quality Inspection and Data Insights (Artificial Intelligence)
Advanced Quality Inspection and Data Insights (Artificial Intelligence)Advanced Quality Inspection and Data Insights (Artificial Intelligence)
Advanced Quality Inspection and Data Insights (Artificial Intelligence)byteLAKE
 
Top Business Intelligence Trends for 2016 by Panorama Software
Top Business Intelligence Trends for 2016 by Panorama SoftwareTop Business Intelligence Trends for 2016 by Panorama Software
Top Business Intelligence Trends for 2016 by Panorama SoftwarePanorama Software
 
Bhadale group of companies data science project methodologies catalogue
Bhadale group of companies data science project methodologies catalogueBhadale group of companies data science project methodologies catalogue
Bhadale group of companies data science project methodologies catalogueVijayananda Mohire
 
Agile Mumbai 2022 - Balvinder Kaur & Sushant Joshi | Real-Time Insights and A...
Agile Mumbai 2022 - Balvinder Kaur & Sushant Joshi | Real-Time Insights and A...Agile Mumbai 2022 - Balvinder Kaur & Sushant Joshi | Real-Time Insights and A...
Agile Mumbai 2022 - Balvinder Kaur & Sushant Joshi | Real-Time Insights and A...AgileNetwork
 
Learn Best Practices of a True Hybrid IT Management Approach
Learn Best Practices of a True Hybrid IT Management ApproachLearn Best Practices of a True Hybrid IT Management Approach
Learn Best Practices of a True Hybrid IT Management ApproachEnterprise Management Associates
 
How to analyze text data for AI and ML with Named Entity Recognition
How to analyze text data for AI and ML with Named Entity RecognitionHow to analyze text data for AI and ML with Named Entity Recognition
How to analyze text data for AI and ML with Named Entity RecognitionSkyl.ai
 
Gse uk-cedrinemadera-2018-shared
Gse uk-cedrinemadera-2018-sharedGse uk-cedrinemadera-2018-shared
Gse uk-cedrinemadera-2018-sharedcedrinemadera
 
Confluent Partner Tech Talk with BearingPoint
Confluent Partner Tech Talk with BearingPointConfluent Partner Tech Talk with BearingPoint
Confluent Partner Tech Talk with BearingPointconfluent
 

Similar a AI in the Enterprise (20)

Think Big | Enterprise Artificial Intelligence
Think Big | Enterprise Artificial IntelligenceThink Big | Enterprise Artificial Intelligence
Think Big | Enterprise Artificial Intelligence
 
Artificial intelligence capabilities overview yashowardhan sowale cwin18-india
Artificial intelligence capabilities overview yashowardhan sowale cwin18-indiaArtificial intelligence capabilities overview yashowardhan sowale cwin18-india
Artificial intelligence capabilities overview yashowardhan sowale cwin18-india
 
Future-Proof Your Streaming Analytics Architecture- StreamAnalytix Webinar
Future-Proof Your Streaming Analytics Architecture- StreamAnalytix WebinarFuture-Proof Your Streaming Analytics Architecture- StreamAnalytix Webinar
Future-Proof Your Streaming Analytics Architecture- StreamAnalytix Webinar
 
Corporate presentation TDG
Corporate presentation TDGCorporate presentation TDG
Corporate presentation TDG
 
Revolutionising Testing with the Power of AI - Deepa Mamtani, Pillay Almira &...
Revolutionising Testing with the Power of AI - Deepa Mamtani, Pillay Almira &...Revolutionising Testing with the Power of AI - Deepa Mamtani, Pillay Almira &...
Revolutionising Testing with the Power of AI - Deepa Mamtani, Pillay Almira &...
 
AI Solutions for Industries | Quality Inspection | Data Insights | Predictive...
AI Solutions for Industries | Quality Inspection | Data Insights | Predictive...AI Solutions for Industries | Quality Inspection | Data Insights | Predictive...
AI Solutions for Industries | Quality Inspection | Data Insights | Predictive...
 
Sumyag profile deck
Sumyag profile deck Sumyag profile deck
Sumyag profile deck
 
What Does Artificial Intelligence Have to Do with IT Operations?
What Does Artificial Intelligence Have to Do with IT Operations?What Does Artificial Intelligence Have to Do with IT Operations?
What Does Artificial Intelligence Have to Do with IT Operations?
 
Intro to Learning Tech and Learning Organisations
Intro to Learning Tech and Learning OrganisationsIntro to Learning Tech and Learning Organisations
Intro to Learning Tech and Learning Organisations
 
Advanced Quality Inspection and Data Insights (Artificial Intelligence)
Advanced Quality Inspection and Data Insights (Artificial Intelligence)Advanced Quality Inspection and Data Insights (Artificial Intelligence)
Advanced Quality Inspection and Data Insights (Artificial Intelligence)
 
AI in the Enterprise at Scale
AI in the Enterprise at ScaleAI in the Enterprise at Scale
AI in the Enterprise at Scale
 
Top Business Intelligence Trends for 2016 by Panorama Software
Top Business Intelligence Trends for 2016 by Panorama SoftwareTop Business Intelligence Trends for 2016 by Panorama Software
Top Business Intelligence Trends for 2016 by Panorama Software
 
Bhadale group of companies data science project methodologies catalogue
Bhadale group of companies data science project methodologies catalogueBhadale group of companies data science project methodologies catalogue
Bhadale group of companies data science project methodologies catalogue
 
Agile Mumbai 2022 - Balvinder Kaur & Sushant Joshi | Real-Time Insights and A...
Agile Mumbai 2022 - Balvinder Kaur & Sushant Joshi | Real-Time Insights and A...Agile Mumbai 2022 - Balvinder Kaur & Sushant Joshi | Real-Time Insights and A...
Agile Mumbai 2022 - Balvinder Kaur & Sushant Joshi | Real-Time Insights and A...
 
Learn Best Practices of a True Hybrid IT Management Approach
Learn Best Practices of a True Hybrid IT Management ApproachLearn Best Practices of a True Hybrid IT Management Approach
Learn Best Practices of a True Hybrid IT Management Approach
 
Just ask Watson Seminar
Just ask Watson SeminarJust ask Watson Seminar
Just ask Watson Seminar
 
How to analyze text data for AI and ML with Named Entity Recognition
How to analyze text data for AI and ML with Named Entity RecognitionHow to analyze text data for AI and ML with Named Entity Recognition
How to analyze text data for AI and ML with Named Entity Recognition
 
Gse uk-cedrinemadera-2018-shared
Gse uk-cedrinemadera-2018-sharedGse uk-cedrinemadera-2018-shared
Gse uk-cedrinemadera-2018-shared
 
Making iot deliver business value v4
Making iot deliver business value v4Making iot deliver business value v4
Making iot deliver business value v4
 
Confluent Partner Tech Talk with BearingPoint
Confluent Partner Tech Talk with BearingPointConfluent Partner Tech Talk with BearingPoint
Confluent Partner Tech Talk with BearingPoint
 

Último

Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...
Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...
Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...Thomas Poetter
 
NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...
NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...
NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...Amil Baba Dawood bangali
 
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degreeyuu sss
 
Vision, Mission, Goals and Objectives ppt..pptx
Vision, Mission, Goals and Objectives ppt..pptxVision, Mission, Goals and Objectives ppt..pptx
Vision, Mission, Goals and Objectives ppt..pptxellehsormae
 
RadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfRadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfgstagge
 
Advanced Machine Learning for Business Professionals
Advanced Machine Learning for Business ProfessionalsAdvanced Machine Learning for Business Professionals
Advanced Machine Learning for Business ProfessionalsVICTOR MAESTRE RAMIREZ
 
detection and classification of knee osteoarthritis.pptx
detection and classification of knee osteoarthritis.pptxdetection and classification of knee osteoarthritis.pptx
detection and classification of knee osteoarthritis.pptxAleenaJamil4
 
Data Factory in Microsoft Fabric (MsBIP #82)
Data Factory in Microsoft Fabric (MsBIP #82)Data Factory in Microsoft Fabric (MsBIP #82)
Data Factory in Microsoft Fabric (MsBIP #82)Cathrine Wilhelmsen
 
Identifying Appropriate Test Statistics Involving Population Mean
Identifying Appropriate Test Statistics Involving Population MeanIdentifying Appropriate Test Statistics Involving Population Mean
Identifying Appropriate Test Statistics Involving Population MeanMYRABACSAFRA2
 
20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdf20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdfHuman37
 
GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]📊 Markus Baersch
 
Generative AI for Social Good at Open Data Science East 2024
Generative AI for Social Good at Open Data Science East 2024Generative AI for Social Good at Open Data Science East 2024
Generative AI for Social Good at Open Data Science East 2024Colleen Farrelly
 
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024thyngster
 
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...limedy534
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFAAndrei Kaleshka
 
DBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfDBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfJohn Sterrett
 
Easter Eggs From Star Wars and in cars 1 and 2
Easter Eggs From Star Wars and in cars 1 and 2Easter Eggs From Star Wars and in cars 1 and 2
Easter Eggs From Star Wars and in cars 1 and 217djon017
 
LLMs, LMMs, their Improvement Suggestions and the Path towards AGI
LLMs, LMMs, their Improvement Suggestions and the Path towards AGILLMs, LMMs, their Improvement Suggestions and the Path towards AGI
LLMs, LMMs, their Improvement Suggestions and the Path towards AGIThomas Poetter
 
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDINTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDRafezzaman
 

Último (20)

Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...
Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...
Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...
 
NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...
NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...
NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...
 
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
 
Vision, Mission, Goals and Objectives ppt..pptx
Vision, Mission, Goals and Objectives ppt..pptxVision, Mission, Goals and Objectives ppt..pptx
Vision, Mission, Goals and Objectives ppt..pptx
 
RadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfRadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdf
 
Advanced Machine Learning for Business Professionals
Advanced Machine Learning for Business ProfessionalsAdvanced Machine Learning for Business Professionals
Advanced Machine Learning for Business Professionals
 
detection and classification of knee osteoarthritis.pptx
detection and classification of knee osteoarthritis.pptxdetection and classification of knee osteoarthritis.pptx
detection and classification of knee osteoarthritis.pptx
 
Data Factory in Microsoft Fabric (MsBIP #82)
Data Factory in Microsoft Fabric (MsBIP #82)Data Factory in Microsoft Fabric (MsBIP #82)
Data Factory in Microsoft Fabric (MsBIP #82)
 
Identifying Appropriate Test Statistics Involving Population Mean
Identifying Appropriate Test Statistics Involving Population MeanIdentifying Appropriate Test Statistics Involving Population Mean
Identifying Appropriate Test Statistics Involving Population Mean
 
20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdf20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdf
 
GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]
 
Generative AI for Social Good at Open Data Science East 2024
Generative AI for Social Good at Open Data Science East 2024Generative AI for Social Good at Open Data Science East 2024
Generative AI for Social Good at Open Data Science East 2024
 
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
 
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFA
 
DBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfDBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdf
 
Easter Eggs From Star Wars and in cars 1 and 2
Easter Eggs From Star Wars and in cars 1 and 2Easter Eggs From Star Wars and in cars 1 and 2
Easter Eggs From Star Wars and in cars 1 and 2
 
LLMs, LMMs, their Improvement Suggestions and the Path towards AGI
LLMs, LMMs, their Improvement Suggestions and the Path towards AGILLMs, LMMs, their Improvement Suggestions and the Path towards AGI
LLMs, LMMs, their Improvement Suggestions and the Path towards AGI
 
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
 
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDINTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
 

AI in the Enterprise

  • 1. 1 @ODSC OPEN DATA SCIENCE CONFERENCE CxO Summit on AI & Data Science Boston | May 3-5th | 2017 Enterprise Artificial Intelligence Ron Bodkin, CTO Services & Architecture, Teradata
  • 2. 2 • Why is Artificial Intelligence such a hot topic now? • What are some applications of AI in the Enterprise? • How to get started on your AI journey? • Conclusions Agenda
  • 3. 3 © 2015 Teradata ​Why is Artificial Intelligence such a hot topic now?
  • 4. 4 Descriptive Predictive Prescriptive What is happening?TRACKING STATISTICS MODELING DECISION MAKING ARTIFICIAL INTELLIGENCE Is it real? What is the dynamic of the issue? Why is it happening? What will happen next? What should be do differently? Can we delegate this decision to a computer? Evolution of Analytics
  • 5. 5 The Resurgence of Artificial Intelligence • Significant advances in hardware capability • Rapid progress in research and applications using neural networks • Significant technology investments By 2019, deep learning will provide best- in-class performance for demand, fraud, and failure prediction. - Gartner
  • 6. 6 “ By 2020 AI will be a top five investment priority for more than 30% of CIOs. —Gartner BI Summit, February, 2017 “The Resurgence of AI
  • 7. 7 Deep Learning Innovation in Computer Vision Continuous Improvement in Supervised Learning Methods Recent Image-Net Results
  • 8. 8 Deep Learning is driving the resurgence of AI How is it different? • Multiple layers in neural network with intermediate data representations to facilitate dimensional reduction. • Interpret non-linear relationships in the data. • Derive patterns from data with very high dimensionality. Why do we care? • Ability to create value with little or no domain knowledge required. • Ability to incorporate data from across multiple, seemingly unrelated sources. • Ability to tolerate very noisy data.
  • 9. 9 Classic Artificial Neural Network • Simple Feed Forward Network • Linear Classifier Single Layer Perceptron Multi Layer Perceptron • Feature Learning instead of Feature Engineering • Highly dimensional data is organized into learning features as network is connected from layer to layer • Solving Activation Function of hidden layer: Gradient Descent (best weights) assisted by Back Propagation (partial derivatives)
  • 10. 10 AI Technology Landscape Point Solutions Specialized APIs General Purpose Frameworks VISUAL VISION ASSISTIVE SPEECH OPERATIONS LANGUAGE Teradata Partner
  • 11. 11 © 2015 Teradata ​What are some applications of AI in the Enterprise?
  • 12. 12 Industry Specific Use Cases High-Dimensional Data Image Video Audio Time Series Text • Many already have working solutions using non-DL Machine Learning Techniques • Deep Learning is delivering improvement in performance on complex problems Automotive Retail • Navigation, Guidance, Assistance • Predictive Maintenance • Visual Search • Recommendation • Text Analytics • Assistants • Brand Analytics Manufacturing & High-Tech Health Care • Image/Audio/Video • Reinforcement Learning – Systems Optimization • Plant Operations Optimization • Image-based Analysis • Drug Discovery Financial Services & Insurance Cross-Industry • Anti-Fraud • Portfolio Optimization • Damage Assessment • Cyber Security • Call Center Audio
  • 13. 13 Mobile Personalization • Generalize rules (e.g., categories of interest) • Memorize exceptions (e.g., common pairs) • Google Play Store production and other leading digital companies • Projects in banking, telco, retail Source: Google
  • 14. 14 Banking Anti-Fraud: Business Drivers • Goal: fraud detection across products • Trends – Evolution of new payment methods – Mobile payments exploding – Fraud evolving rapidly, increased sophistication • Traditional approach is hand-written rules • Cost, delay and customer impact of false positives
  • 15. 15 • Phased implementation approach – Simulated result – Champion/challenger testing – Production deployment • Significant improvements over traditional rules-based techniques • Techniques – Boosted Decision Trees – Recurrent Neural Networks – Generative Adversarial Networks • Tools: Spark, Hadoop, TensorFlow Banking Anti-Fraud: Solution Approach
  • 16. 16 Key Requirement: Model Interpretation • Technique used: LIME (Locally Interpretable Model Explanation) https://github.com/marcotcr/lime Source: Ribeiro et al.
  • 17. 17 • Provide smart assistance to drivers – Navigation and safety – Realtime Pricing – Vehicle comfort – Parking assistance • Leverage video and other sensors Connected Car Assistance Real-Time Streaming Streaming Results Traffic Data Service Navigation Update Object Detection Object Segmentation Motion Detection GPU Training TF Serving Online Inference Model Update s
  • 18. 18 • Large Tier 1 automotive supplier including navigation • Objective: To build a system that detects objects and scenes from in car video to improve navigation and guidance Customer and Team Project Details • Pilot: Dec. 2016 – March 2017 • Deliverables: • Annotation Tool • Bounding Box Demo • Research Report & Presentation • Next Phase In Progress: • Live Demo at Internal Car Show • Object Tracking • Road Segmentation
  • 19. 19 Customer Challenge Customer Data Video Files Frames Bounding Box Scene Labeling Bounding Box & Scene Labeling XML JSON XML JSON XML JSON Create File Create File Create File Create File • Detect 6 classes in car driving video e.g., car, truck, bike, pedestrian • Detect roads/lanes • Next phase: • Identify stopped vs. moving vehicles • Identify if classes are on/off the road
  • 20. 20 Our Approach • Survey of State of the Art research and open source • Open Source code often does not run out-of-the-box, so we worked to overcome quirks and limitations • Run available pre-trained models on Customer data. – Trained and created new models • Visual inspection of results • Mean Average Precision performance metric calculated identically for the tested methods on three test datasets • Determining appropriate infrastructure for initial experimentation
  • 21. 21 Models: Single Shot multibox Detector (SSD)
  • 22. 22 Models: You Only Look Once v2
  • 23. 23 Infrastructure Details • AWS – EC2 Instance Types: P2.XL -> P2.8XL • Bitfusion • CUDA 8.0 • Framework Versioning: – Tensorflow 1.0, Caffe, OpenCV 3 • Models – SSD – Caffe/Tensorflow/MxNet – YOLO – Darknet/Darkflow – Multinet – Kittibox/Kittiseg – Faster R-CNN
  • 24. 24 © 2015 Teradata ​How to get started on your AI journey?
  • 26. 26 Focus First on Pilot into Production Sets up Phase Two: Scale COE, Standardize Capabilities Investigate Test Engineer SimulateIntegration Analyze Data Go Live Handover Validate Activities: Define business opportunity, understand data available, test model approaches, potentially generate data Outcome: Proposed solution approach Discovery/Insights Activities: Architecture selection, software engineering of model and simulation Outcome: Predicted impact of model Live Test Activities: Integration into live business process (Champion/Challenger), analysis, iteration Outcome: Benefit measurement, live learnings, improvement Production Activities: Go Live, Analytics Ops integration, Hand Over Outcome: System scaled, application teams and ops trained and operating Assessment Insights Production Live Test Cross-Functional Teams Cross-Functional Teams
  • 27. 27 Analytics Ops for Cross-Functional AI Teams Constant Monitoring Test and Deploy- ment A/B Testing Automated Training & Scoring Application Integration
  • 28. 28 Our Approach Teradata Deep Learning CommunityTeradata Labs Dozens of Experts in Deep Learning, Image/Audio/Video Processing, Computer Vision, GPU 200+ Practitioners delivering Artificial Intelligence Business Value on Customer Projects 500+ Solution Architects, Business Consultants and Software Engineers with knowledge of Artificial Intelligence Tools, Techniques and Technologies. Deep expertise in retail and across industries. Experts Practitioners Interest Industry Collaborations Academic Collaborations Analytics Ops Data Management
  • 29. 29 © 2015 Teradata ​Conclusions
  • 31. 31 Conclusions AI moving beyond labs to production A strategy and roadmap is critical Pilot now to build Capabilities
  • 32. 3232
  • 33. 33 • Handwritten check volume is decreasing however processing checks has many fixed costs • Handwriting recognition to reduce manual processing and fraud examination resulting in cost savings • Techniques: – Convolutional Neural Network – Image Processing – Natural Language Processing • Tools: Spark, Hadoop, TensorFlow Automated Check Processing Check Images To Hadoop ImageMagick Processing Handwriting Recognition
  • 34. 34 Software Open Source Frameworks from digital giants will dominate notably TensorFlow, Keras Framework fragmentation will remain way of life (see JavaScript) Integration with enterprise analytics environments will emerge Hardware General purpose chips will dominate on price/performance (compared to ASICs) Model scoring/AI deployment will be a big area of hardware innovation Cloud training is path of least resistance now but AI appliances on the horizon Datat&Algorithms Training & labeled data services will have a short lifespan Unsupervised & Transfer Learning goes mainstream Algorithms and code will continue to remain open Hypotheses