SlideShare a Scribd company logo
1 of 21
Download to read offline
CW
IN
CAPGEMINI
WEEK OF
INNOVATION
NETWORKS
Collaborative Edge Intelligence
Mihir Punjabi
Sunil Kumar Jang Bahadur
Mumbai, 26th Sep 2018
2Collaborative Edge Intelligence | Mihir Punjabi, Sunil Kumar | 26th Sept 2018 © 2018 Capgemini. All rights reserved.
• Principal Solutions Architect @ Capgemini Engineering Services
• Capgemini AI expert (https://www.capgemini.com/experts/product-and-engineering-services/mihir-punjabi/)
• SogetiLabs Fellow (http://labs.sogeti.com/experts/mihir-punjabi/)
• IBM Certified Watson Application Developer
• Machine Learning evangelist at Capgemini focusing around Digital Assistants, Cognitive ML, Edge intelligence,
Hybrid ML, Swarm Intelligence, etc.
Email: mihir.punjabi@capgemini.com
LinkedIn: punjabimihir (www.linkedin.com/in/punjabimihir)
Twitter: @punjabimihir
• Technical Architect @ Capgemini Engineering Services.
• Capgemini AI expert (https://www.capgemini.com/experts/product-and-engineering-services/sunil-kumar-jang-
bahadur/)
• Machine Learning and Data Science enthusiast
• Microsoft Certified Azure Architect and IBM Certified Watson Application Developer
• Currently focusing on Machine learning, Deep learning, MS IoT Edge, Swarm Intelligence, Reinforcement etc.
Email: sunil-Kumar.jang-bahadur@capgemini.com
LinkedIn: sunilkumar88 (www.linkedin.com/in/sunilkumar88)
Twitter: @SunilKumarJB
Mihir Punjabi
Sunil Kumar Jang Bahadur
Speakers
Collaborative Edge Intelligence
Swarm Intelligence
Reinforcement Learning
Collaborative AI + Blockchain
Autonomous Transparency: PoC Architecture
Future Vision Around Collaborative Reinforcement
Q&A
Agenda
4Collaborative Edge Intelligence | Mihir Punjabi, Sunil Kumar | 26th Sept 2018 © 2018 Capgemini. All rights reserved.
Multi-agent, distributed systems where each agent, human or machine, is uniquely positioned, with autonomy to
contribute to a problem-solving network.
Swarm Intelligence
Reinforcement Learning
Collaborative Edge Intelligence
5Collaborative Edge Intelligence | Mihir Punjabi, Sunil Kumar | 26th Sept 2018 © 2018 Capgemini. All rights reserved.
• Multi-agent and distributed system
• Non centralized communication or control
• Global/world utility function that graded and
calculate the result based on the possible
histories of the full system
• Reinforcement learning algorithm running on
each agents.
Collective Intelligence (COIN) Framework
6Collaborative Edge Intelligence | Mihir Punjabi, Sunil Kumar | 26th Sept 2018 © 2018 Capgemini. All rights reserved.
Swarm Intelligence
7Collaborative Edge Intelligence | Mihir Punjabi, Sunil Kumar | 26th Sept 2018 © 2018 Capgemini. All rights reserved.
Swarm Intelligence
Ant Colony Optimization Particle Swarm Optimization Bees Algorithm
8Collaborative Edge Intelligence | Mihir Punjabi, Sunil Kumar | 26th Sept 2018 © 2018 Capgemini. All rights reserved.
Reinforcement Learning
9Collaborative Edge Intelligence | Mihir Punjabi, Sunil Kumar | 26th Sept 2018 © 2018 Capgemini. All rights reserved.
Reinforcement Learning: Overview
Environment
Agent
Interpreter
Action
Episodic tasks Continuing tasks
Type of tasks
10Collaborative Edge Intelligence | Mihir Punjabi, Sunil Kumar | 26th Sept 2018 © 2018 Capgemini. All rights reserved.
Reinforcement Learning: Challenges and Techniques
RL TechniquesFundamental Challenges
Representation
Generalization
Exploration/Exploitation
Temporal Credit Assignment
• Various Bandit Algorithms
• Q learning
• DQN (Deep Q Network)
• Double DQN
• AC3 (Asynchronous Advantage Actor
Critic)
11Collaborative Edge Intelligence | Mihir Punjabi, Sunil Kumar | 26th Sept 2018 © 2018 Capgemini. All rights reserved.
Reinforcement Learning: Q Learning
0 1 2 3 4 5 6 7 8 9 10
0 -1 -1 -1 -1 0 0 -1 -1 -1 -1 -1
1 -1 -1 0 0 -1 0 0 -1 -1 -1 -1
2 -1 0 -1 -1 -1 0 -1 -1 0 0 -1
3 -1 0 -1 -1 -1 -1 0 -1 -1 0 -1
4 0 -1 -1 -1 -1 0 -1 0 -1 -1 -1
5 0 0 0 -1 0 -1 -1 -1 -1 -1 -1
6 -1 0 -1 0 -1 -1 -1 -1 -1 0 -1
7 -1 -1 -1 -1 0 -1 -1 -1 0 -1 -1
8 -1 -1 0 -1 -1 -1 -1 0 -1 0 -1
9 -1 -1 0 0 -1 -1 0 -1 0 -1 100
10 -1 -1 -1 -1 -1 -1 -1 -1 -1 0 100
Q(state, action) = R(state, action) + Gamma * Max[Q(next state, all actions)]
Reward Matrix Learning Rate Max Q value
12Collaborative Edge Intelligence | Mihir Punjabi, Sunil Kumar | 26th Sept 2018 © 2018 Capgemini. All rights reserved.
Reinforcement Learning: Q Learning
0 1 2 3 4 5 6 7 8 9 10
0 0 0 0 0 40 51 0 0 0 0 0
1 0 0 64 64 0 51 64 0 0 0 0
2 0 51 0 0 0 51 0 0 64 80 0
3 0 51 0 0 0 0 64 0 0 80 0
4 41 0 0 0 0 51 0 51 0 0 0
5 41 51 64 0 41 0 0 0 0 0 0
6 0 51 0 64 0 0 0 0 0 80 0
7 0 0 0 0 41 0 0 0 64 0 0
8 0 0 64 0 0 0 0 51 0 80 0
9 0 0 64 64 0 0 64 0 64 0 100
10 0 0 0 0 0 0 0 0 0 80 100
Q(state, action) = R(state, action) + Gamma * Max[Q(next state, all actions)]
Reward Matrix Learning Rate Max Q value
13Collaborative Edge Intelligence | Mihir Punjabi, Sunil Kumar | 26th Sept 2018 © 2018 Capgemini. All rights reserved.
Collaborative AI + Blockchain = Autonomous Transparency
Natural Digital Experience Leveraging Ambient Intelligence | Mihir Punjabi, Sunil Kumar | 19TH June 2018 © 2018 Capgemini. All rights reserved.
Autonomous Transparency
15Collaborative Edge Intelligence | Mihir Punjabi, Sunil Kumar | 26th Sept 2018 © 2018 Capgemini. All rights reserved.
Autonomous Transparency Overview
Manual Entry Autonomous System
Natural Digital Experience Leveraging Ambient Intelligence | Mihir Punjabi, Sunil Kumar | 19TH June 2018 © 2018 Capgemini. All rights reserved.
PoC Architecture
17Collaborative Edge Intelligence | Mihir Punjabi, Sunil Kumar | 26th Sept 2018 © 2018 Capgemini. All rights reserved.
Architecture Deep Dive
Warehouse
Shipping port/ Retail
IoT
Edge ML
Camera 1
Camera 2
Camera 3
Exit Camera
Natural Digital Experience Leveraging Ambient Intelligence | Mihir Punjabi, Sunil Kumar | 19TH June 2018 © 2018 Capgemini. All rights reserved.
Future Vision Around Collaborative Reinforcement
19Collaborative Edge Intelligence | Mihir Punjabi, Sunil Kumar | 26th Sept 2018 © 2018 Capgemini. All rights reserved.
Future Vision Around Collaborative Reinforcement
Packaging and Palletizing
Search and Rescue
Construction and Maintenance
Nano bots
Traffic Management
20© 2018 Capgemini. All rights reserved.Collaborative Edge Intelligence | Mihir Punjabi, Sunil Kumar | 26th Sept 2018
Q&A
Email:
▪ mihir.punjabi@capgemini.com
▪ sunil-Kumar.jang-bahadur@capgemini.com
LinkedIn:
• punjabimihir (www.linkedin.com/in/punjabimihir)
• sunilkumar88 (www.linkedin.com/in/sunilkumar88)
Twitter:
• @punjabimihir
• @SunilKumarJB
#ThinkEdgeML
With more than 190,000 people, Capgemini is present in over 40 countries and
celebrates its 50th Anniversary year in 2018. A global leader in consulting, technology
and outsourcing services, the Group reported 2016 global revenues of EUR 12.5 billion.
Together with its clients, Capgemini creates and delivers business, technology and
digital solutions that fit their needs, enabling them to achieve innovation and
competitiveness. A deeply multicultural organization, Capgemini has developed its own
way of working, the Collaborative Business Experience™, and draws on Rightshore®, its
worldwide delivery model.
About Capgemini
Learn more about us at
www.capgemini.com
This message contains information that may be privileged or confidential and is
the property of the Capgemini Group.
Copyright © 2018 Capgemini. All rights reserved.
Rightshore® is a trademark belonging to Capgemini.
This message is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to
read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please
notify the sender immediately and delete all copies of this message.

More Related Content

Similar to Collaborative edge intelligence-mihir punjabi and sunil kumar jang bahadur_cwin18_india

Reinforcement Learning in the Wild and Lessons Learned
Reinforcement Learning in the Wild and Lessons LearnedReinforcement Learning in the Wild and Lessons Learned
Reinforcement Learning in the Wild and Lessons Learnedmcharafeddine
 
NUS-ISS Learning Day 2018- Solving difficult problems in the age of digitalis...
NUS-ISS Learning Day 2018- Solving difficult problems in the age of digitalis...NUS-ISS Learning Day 2018- Solving difficult problems in the age of digitalis...
NUS-ISS Learning Day 2018- Solving difficult problems in the age of digitalis...NUS-ISS
 
Recruigames - Manu Melwin Joy
Recruigames - Manu Melwin JoyRecruigames - Manu Melwin Joy
Recruigames - Manu Melwin Joymanumelwin
 
CWIN17 India / Blockchain - purushottam khandebharad
CWIN17 India / Blockchain - purushottam khandebharadCWIN17 India / Blockchain - purushottam khandebharad
CWIN17 India / Blockchain - purushottam khandebharadCapgemini
 
Intelligent process automation maximizing business
Intelligent process automation maximizing businessIntelligent process automation maximizing business
Intelligent process automation maximizing businessCapgemini
 
Accelerating Machine Learning Adoption in the Automotive Industry
Accelerating Machine Learning Adoption in the Automotive IndustryAccelerating Machine Learning Adoption in the Automotive Industry
Accelerating Machine Learning Adoption in the Automotive IndustryBigML, Inc
 
AgileDays 2019 Moscow Procurement on Disruption
AgileDays 2019 Moscow Procurement on DisruptionAgileDays 2019 Moscow Procurement on Disruption
AgileDays 2019 Moscow Procurement on DisruptionMirko Kleiner
 
Graph+AI for Fin. Services
Graph+AI for Fin. ServicesGraph+AI for Fin. Services
Graph+AI for Fin. ServicesTigerGraph
 
Google Analytics Konferenz 2018_Rock your Data - Aktiviere deine Daten_ Thoma...
Google Analytics Konferenz 2018_Rock your Data - Aktiviere deine Daten_ Thoma...Google Analytics Konferenz 2018_Rock your Data - Aktiviere deine Daten_ Thoma...
Google Analytics Konferenz 2018_Rock your Data - Aktiviere deine Daten_ Thoma...e-dialog GmbH
 
IAM and cybersecurity - June 15
IAM and cybersecurity - June 15IAM and cybersecurity - June 15
IAM and cybersecurity - June 15Capgemini
 
Smart Agile Tools 2020: AI taking it to the future state
Smart Agile Tools 2020: AI taking it to the future stateSmart Agile Tools 2020: AI taking it to the future state
Smart Agile Tools 2020: AI taking it to the future stateRaghavendra Meharwade
 
Visual inspection for quality with google
Visual inspection for quality with googleVisual inspection for quality with google
Visual inspection for quality with googleCapgemini
 
Cloud Task Execution at Scale with example from quant finance
Cloud Task Execution at Scale with example from quant financeCloud Task Execution at Scale with example from quant finance
Cloud Task Execution at Scale with example from quant financeJohn Holden
 
Ac ford innovation day-fina lv2
Ac ford innovation day-fina lv2Ac ford innovation day-fina lv2
Ac ford innovation day-fina lv2Atakan Cetinsoy
 
CWIN17 telford api management, practical implementation experience - david ru...
CWIN17 telford api management, practical implementation experience - david ru...CWIN17 telford api management, practical implementation experience - david ru...
CWIN17 telford api management, practical implementation experience - david ru...Capgemini
 
Qx day2018 digital_quality_strategy_rik_marselis
Qx day2018 digital_quality_strategy_rik_marselisQx day2018 digital_quality_strategy_rik_marselis
Qx day2018 digital_quality_strategy_rik_marselisRik Marselis
 
The digital shakeout in quality assurance and testing by Shiva Agolla and Sat...
The digital shakeout in quality assurance and testing by Shiva Agolla and Sat...The digital shakeout in quality assurance and testing by Shiva Agolla and Sat...
The digital shakeout in quality assurance and testing by Shiva Agolla and Sat...QA or the Highway
 
Digital manufacturing cwin18-milan
Digital manufacturing cwin18-milanDigital manufacturing cwin18-milan
Digital manufacturing cwin18-milanCapgemini
 
Ea citi bank-it-13jan2017
Ea citi bank-it-13jan2017Ea citi bank-it-13jan2017
Ea citi bank-it-13jan2017A P
 
The Shift Is Here: Artificial Intelligence is at Work for the Construction In...
The Shift Is Here: Artificial Intelligence is at Work for the Construction In...The Shift Is Here: Artificial Intelligence is at Work for the Construction In...
The Shift Is Here: Artificial Intelligence is at Work for the Construction In...indus.ai
 

Similar to Collaborative edge intelligence-mihir punjabi and sunil kumar jang bahadur_cwin18_india (20)

Reinforcement Learning in the Wild and Lessons Learned
Reinforcement Learning in the Wild and Lessons LearnedReinforcement Learning in the Wild and Lessons Learned
Reinforcement Learning in the Wild and Lessons Learned
 
NUS-ISS Learning Day 2018- Solving difficult problems in the age of digitalis...
NUS-ISS Learning Day 2018- Solving difficult problems in the age of digitalis...NUS-ISS Learning Day 2018- Solving difficult problems in the age of digitalis...
NUS-ISS Learning Day 2018- Solving difficult problems in the age of digitalis...
 
Recruigames - Manu Melwin Joy
Recruigames - Manu Melwin JoyRecruigames - Manu Melwin Joy
Recruigames - Manu Melwin Joy
 
CWIN17 India / Blockchain - purushottam khandebharad
CWIN17 India / Blockchain - purushottam khandebharadCWIN17 India / Blockchain - purushottam khandebharad
CWIN17 India / Blockchain - purushottam khandebharad
 
Intelligent process automation maximizing business
Intelligent process automation maximizing businessIntelligent process automation maximizing business
Intelligent process automation maximizing business
 
Accelerating Machine Learning Adoption in the Automotive Industry
Accelerating Machine Learning Adoption in the Automotive IndustryAccelerating Machine Learning Adoption in the Automotive Industry
Accelerating Machine Learning Adoption in the Automotive Industry
 
AgileDays 2019 Moscow Procurement on Disruption
AgileDays 2019 Moscow Procurement on DisruptionAgileDays 2019 Moscow Procurement on Disruption
AgileDays 2019 Moscow Procurement on Disruption
 
Graph+AI for Fin. Services
Graph+AI for Fin. ServicesGraph+AI for Fin. Services
Graph+AI for Fin. Services
 
Google Analytics Konferenz 2018_Rock your Data - Aktiviere deine Daten_ Thoma...
Google Analytics Konferenz 2018_Rock your Data - Aktiviere deine Daten_ Thoma...Google Analytics Konferenz 2018_Rock your Data - Aktiviere deine Daten_ Thoma...
Google Analytics Konferenz 2018_Rock your Data - Aktiviere deine Daten_ Thoma...
 
IAM and cybersecurity - June 15
IAM and cybersecurity - June 15IAM and cybersecurity - June 15
IAM and cybersecurity - June 15
 
Smart Agile Tools 2020: AI taking it to the future state
Smart Agile Tools 2020: AI taking it to the future stateSmart Agile Tools 2020: AI taking it to the future state
Smart Agile Tools 2020: AI taking it to the future state
 
Visual inspection for quality with google
Visual inspection for quality with googleVisual inspection for quality with google
Visual inspection for quality with google
 
Cloud Task Execution at Scale with example from quant finance
Cloud Task Execution at Scale with example from quant financeCloud Task Execution at Scale with example from quant finance
Cloud Task Execution at Scale with example from quant finance
 
Ac ford innovation day-fina lv2
Ac ford innovation day-fina lv2Ac ford innovation day-fina lv2
Ac ford innovation day-fina lv2
 
CWIN17 telford api management, practical implementation experience - david ru...
CWIN17 telford api management, practical implementation experience - david ru...CWIN17 telford api management, practical implementation experience - david ru...
CWIN17 telford api management, practical implementation experience - david ru...
 
Qx day2018 digital_quality_strategy_rik_marselis
Qx day2018 digital_quality_strategy_rik_marselisQx day2018 digital_quality_strategy_rik_marselis
Qx day2018 digital_quality_strategy_rik_marselis
 
The digital shakeout in quality assurance and testing by Shiva Agolla and Sat...
The digital shakeout in quality assurance and testing by Shiva Agolla and Sat...The digital shakeout in quality assurance and testing by Shiva Agolla and Sat...
The digital shakeout in quality assurance and testing by Shiva Agolla and Sat...
 
Digital manufacturing cwin18-milan
Digital manufacturing cwin18-milanDigital manufacturing cwin18-milan
Digital manufacturing cwin18-milan
 
Ea citi bank-it-13jan2017
Ea citi bank-it-13jan2017Ea citi bank-it-13jan2017
Ea citi bank-it-13jan2017
 
The Shift Is Here: Artificial Intelligence is at Work for the Construction In...
The Shift Is Here: Artificial Intelligence is at Work for the Construction In...The Shift Is Here: Artificial Intelligence is at Work for the Construction In...
The Shift Is Here: Artificial Intelligence is at Work for the Construction In...
 

More from Capgemini

Top Healthcare Trends 2022
Top Healthcare Trends 2022Top Healthcare Trends 2022
Top Healthcare Trends 2022Capgemini
 
Top P&C Insurance Trends 2022
Top P&C Insurance Trends 2022Top P&C Insurance Trends 2022
Top P&C Insurance Trends 2022Capgemini
 
Commercial Banking Trends book 2022
Commercial Banking Trends book 2022Commercial Banking Trends book 2022
Commercial Banking Trends book 2022Capgemini
 
Top Trends in Payments 2022
Top Trends in Payments 2022Top Trends in Payments 2022
Top Trends in Payments 2022Capgemini
 
Top Trends in Wealth Management 2022
Top Trends in Wealth Management 2022Top Trends in Wealth Management 2022
Top Trends in Wealth Management 2022Capgemini
 
Retail Banking Trends book 2022
Retail Banking Trends book 2022Retail Banking Trends book 2022
Retail Banking Trends book 2022Capgemini
 
Top Life Insurance Trends 2022
Top Life Insurance Trends 2022Top Life Insurance Trends 2022
Top Life Insurance Trends 2022Capgemini
 
キャップジェミニ、あなたの『RISE WITH SAP』のパートナーです
キャップジェミニ、あなたの『RISE WITH SAP』のパートナーですキャップジェミニ、あなたの『RISE WITH SAP』のパートナーです
キャップジェミニ、あなたの『RISE WITH SAP』のパートナーですCapgemini
 
Property & Casualty Insurance Top Trends 2021
Property & Casualty Insurance Top Trends 2021Property & Casualty Insurance Top Trends 2021
Property & Casualty Insurance Top Trends 2021Capgemini
 
Life Insurance Top Trends 2021
Life Insurance Top Trends 2021Life Insurance Top Trends 2021
Life Insurance Top Trends 2021Capgemini
 
Top Trends in Commercial Banking: 2021
Top Trends in Commercial Banking: 2021Top Trends in Commercial Banking: 2021
Top Trends in Commercial Banking: 2021Capgemini
 
Top Trends in Wealth Management: 2021
Top Trends in Wealth Management: 2021Top Trends in Wealth Management: 2021
Top Trends in Wealth Management: 2021Capgemini
 
Top Trends in Payments: 2021
Top Trends in Payments: 2021Top Trends in Payments: 2021
Top Trends in Payments: 2021Capgemini
 
Health Insurance Top Trends 2021
Health Insurance Top Trends 2021Health Insurance Top Trends 2021
Health Insurance Top Trends 2021Capgemini
 
Top Trends in Retail Banking: 2021
Top Trends in Retail Banking: 2021Top Trends in Retail Banking: 2021
Top Trends in Retail Banking: 2021Capgemini
 
Capgemini’s Connected Autonomous Planning
Capgemini’s Connected Autonomous PlanningCapgemini’s Connected Autonomous Planning
Capgemini’s Connected Autonomous PlanningCapgemini
 
Top Trends in Retail Banking: 2020
Top Trends in Retail Banking: 2020Top Trends in Retail Banking: 2020
Top Trends in Retail Banking: 2020Capgemini
 
Top Trends in Life Insurance: 2020
Top Trends in Life Insurance: 2020Top Trends in Life Insurance: 2020
Top Trends in Life Insurance: 2020Capgemini
 
Top Trends in Health Insurance: 2020
Top Trends in Health Insurance: 2020Top Trends in Health Insurance: 2020
Top Trends in Health Insurance: 2020Capgemini
 
Top Trends in Payments: 2020
Top Trends in Payments: 2020Top Trends in Payments: 2020
Top Trends in Payments: 2020Capgemini
 

More from Capgemini (20)

Top Healthcare Trends 2022
Top Healthcare Trends 2022Top Healthcare Trends 2022
Top Healthcare Trends 2022
 
Top P&C Insurance Trends 2022
Top P&C Insurance Trends 2022Top P&C Insurance Trends 2022
Top P&C Insurance Trends 2022
 
Commercial Banking Trends book 2022
Commercial Banking Trends book 2022Commercial Banking Trends book 2022
Commercial Banking Trends book 2022
 
Top Trends in Payments 2022
Top Trends in Payments 2022Top Trends in Payments 2022
Top Trends in Payments 2022
 
Top Trends in Wealth Management 2022
Top Trends in Wealth Management 2022Top Trends in Wealth Management 2022
Top Trends in Wealth Management 2022
 
Retail Banking Trends book 2022
Retail Banking Trends book 2022Retail Banking Trends book 2022
Retail Banking Trends book 2022
 
Top Life Insurance Trends 2022
Top Life Insurance Trends 2022Top Life Insurance Trends 2022
Top Life Insurance Trends 2022
 
キャップジェミニ、あなたの『RISE WITH SAP』のパートナーです
キャップジェミニ、あなたの『RISE WITH SAP』のパートナーですキャップジェミニ、あなたの『RISE WITH SAP』のパートナーです
キャップジェミニ、あなたの『RISE WITH SAP』のパートナーです
 
Property & Casualty Insurance Top Trends 2021
Property & Casualty Insurance Top Trends 2021Property & Casualty Insurance Top Trends 2021
Property & Casualty Insurance Top Trends 2021
 
Life Insurance Top Trends 2021
Life Insurance Top Trends 2021Life Insurance Top Trends 2021
Life Insurance Top Trends 2021
 
Top Trends in Commercial Banking: 2021
Top Trends in Commercial Banking: 2021Top Trends in Commercial Banking: 2021
Top Trends in Commercial Banking: 2021
 
Top Trends in Wealth Management: 2021
Top Trends in Wealth Management: 2021Top Trends in Wealth Management: 2021
Top Trends in Wealth Management: 2021
 
Top Trends in Payments: 2021
Top Trends in Payments: 2021Top Trends in Payments: 2021
Top Trends in Payments: 2021
 
Health Insurance Top Trends 2021
Health Insurance Top Trends 2021Health Insurance Top Trends 2021
Health Insurance Top Trends 2021
 
Top Trends in Retail Banking: 2021
Top Trends in Retail Banking: 2021Top Trends in Retail Banking: 2021
Top Trends in Retail Banking: 2021
 
Capgemini’s Connected Autonomous Planning
Capgemini’s Connected Autonomous PlanningCapgemini’s Connected Autonomous Planning
Capgemini’s Connected Autonomous Planning
 
Top Trends in Retail Banking: 2020
Top Trends in Retail Banking: 2020Top Trends in Retail Banking: 2020
Top Trends in Retail Banking: 2020
 
Top Trends in Life Insurance: 2020
Top Trends in Life Insurance: 2020Top Trends in Life Insurance: 2020
Top Trends in Life Insurance: 2020
 
Top Trends in Health Insurance: 2020
Top Trends in Health Insurance: 2020Top Trends in Health Insurance: 2020
Top Trends in Health Insurance: 2020
 
Top Trends in Payments: 2020
Top Trends in Payments: 2020Top Trends in Payments: 2020
Top Trends in Payments: 2020
 

Recently uploaded

New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 

Recently uploaded (20)

New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 

Collaborative edge intelligence-mihir punjabi and sunil kumar jang bahadur_cwin18_india

  • 1. CW IN CAPGEMINI WEEK OF INNOVATION NETWORKS Collaborative Edge Intelligence Mihir Punjabi Sunil Kumar Jang Bahadur Mumbai, 26th Sep 2018
  • 2. 2Collaborative Edge Intelligence | Mihir Punjabi, Sunil Kumar | 26th Sept 2018 © 2018 Capgemini. All rights reserved. • Principal Solutions Architect @ Capgemini Engineering Services • Capgemini AI expert (https://www.capgemini.com/experts/product-and-engineering-services/mihir-punjabi/) • SogetiLabs Fellow (http://labs.sogeti.com/experts/mihir-punjabi/) • IBM Certified Watson Application Developer • Machine Learning evangelist at Capgemini focusing around Digital Assistants, Cognitive ML, Edge intelligence, Hybrid ML, Swarm Intelligence, etc. Email: mihir.punjabi@capgemini.com LinkedIn: punjabimihir (www.linkedin.com/in/punjabimihir) Twitter: @punjabimihir • Technical Architect @ Capgemini Engineering Services. • Capgemini AI expert (https://www.capgemini.com/experts/product-and-engineering-services/sunil-kumar-jang- bahadur/) • Machine Learning and Data Science enthusiast • Microsoft Certified Azure Architect and IBM Certified Watson Application Developer • Currently focusing on Machine learning, Deep learning, MS IoT Edge, Swarm Intelligence, Reinforcement etc. Email: sunil-Kumar.jang-bahadur@capgemini.com LinkedIn: sunilkumar88 (www.linkedin.com/in/sunilkumar88) Twitter: @SunilKumarJB Mihir Punjabi Sunil Kumar Jang Bahadur Speakers
  • 3. Collaborative Edge Intelligence Swarm Intelligence Reinforcement Learning Collaborative AI + Blockchain Autonomous Transparency: PoC Architecture Future Vision Around Collaborative Reinforcement Q&A Agenda
  • 4. 4Collaborative Edge Intelligence | Mihir Punjabi, Sunil Kumar | 26th Sept 2018 © 2018 Capgemini. All rights reserved. Multi-agent, distributed systems where each agent, human or machine, is uniquely positioned, with autonomy to contribute to a problem-solving network. Swarm Intelligence Reinforcement Learning Collaborative Edge Intelligence
  • 5. 5Collaborative Edge Intelligence | Mihir Punjabi, Sunil Kumar | 26th Sept 2018 © 2018 Capgemini. All rights reserved. • Multi-agent and distributed system • Non centralized communication or control • Global/world utility function that graded and calculate the result based on the possible histories of the full system • Reinforcement learning algorithm running on each agents. Collective Intelligence (COIN) Framework
  • 6. 6Collaborative Edge Intelligence | Mihir Punjabi, Sunil Kumar | 26th Sept 2018 © 2018 Capgemini. All rights reserved. Swarm Intelligence
  • 7. 7Collaborative Edge Intelligence | Mihir Punjabi, Sunil Kumar | 26th Sept 2018 © 2018 Capgemini. All rights reserved. Swarm Intelligence Ant Colony Optimization Particle Swarm Optimization Bees Algorithm
  • 8. 8Collaborative Edge Intelligence | Mihir Punjabi, Sunil Kumar | 26th Sept 2018 © 2018 Capgemini. All rights reserved. Reinforcement Learning
  • 9. 9Collaborative Edge Intelligence | Mihir Punjabi, Sunil Kumar | 26th Sept 2018 © 2018 Capgemini. All rights reserved. Reinforcement Learning: Overview Environment Agent Interpreter Action Episodic tasks Continuing tasks Type of tasks
  • 10. 10Collaborative Edge Intelligence | Mihir Punjabi, Sunil Kumar | 26th Sept 2018 © 2018 Capgemini. All rights reserved. Reinforcement Learning: Challenges and Techniques RL TechniquesFundamental Challenges Representation Generalization Exploration/Exploitation Temporal Credit Assignment • Various Bandit Algorithms • Q learning • DQN (Deep Q Network) • Double DQN • AC3 (Asynchronous Advantage Actor Critic)
  • 11. 11Collaborative Edge Intelligence | Mihir Punjabi, Sunil Kumar | 26th Sept 2018 © 2018 Capgemini. All rights reserved. Reinforcement Learning: Q Learning 0 1 2 3 4 5 6 7 8 9 10 0 -1 -1 -1 -1 0 0 -1 -1 -1 -1 -1 1 -1 -1 0 0 -1 0 0 -1 -1 -1 -1 2 -1 0 -1 -1 -1 0 -1 -1 0 0 -1 3 -1 0 -1 -1 -1 -1 0 -1 -1 0 -1 4 0 -1 -1 -1 -1 0 -1 0 -1 -1 -1 5 0 0 0 -1 0 -1 -1 -1 -1 -1 -1 6 -1 0 -1 0 -1 -1 -1 -1 -1 0 -1 7 -1 -1 -1 -1 0 -1 -1 -1 0 -1 -1 8 -1 -1 0 -1 -1 -1 -1 0 -1 0 -1 9 -1 -1 0 0 -1 -1 0 -1 0 -1 100 10 -1 -1 -1 -1 -1 -1 -1 -1 -1 0 100 Q(state, action) = R(state, action) + Gamma * Max[Q(next state, all actions)] Reward Matrix Learning Rate Max Q value
  • 12. 12Collaborative Edge Intelligence | Mihir Punjabi, Sunil Kumar | 26th Sept 2018 © 2018 Capgemini. All rights reserved. Reinforcement Learning: Q Learning 0 1 2 3 4 5 6 7 8 9 10 0 0 0 0 0 40 51 0 0 0 0 0 1 0 0 64 64 0 51 64 0 0 0 0 2 0 51 0 0 0 51 0 0 64 80 0 3 0 51 0 0 0 0 64 0 0 80 0 4 41 0 0 0 0 51 0 51 0 0 0 5 41 51 64 0 41 0 0 0 0 0 0 6 0 51 0 64 0 0 0 0 0 80 0 7 0 0 0 0 41 0 0 0 64 0 0 8 0 0 64 0 0 0 0 51 0 80 0 9 0 0 64 64 0 0 64 0 64 0 100 10 0 0 0 0 0 0 0 0 0 80 100 Q(state, action) = R(state, action) + Gamma * Max[Q(next state, all actions)] Reward Matrix Learning Rate Max Q value
  • 13. 13Collaborative Edge Intelligence | Mihir Punjabi, Sunil Kumar | 26th Sept 2018 © 2018 Capgemini. All rights reserved. Collaborative AI + Blockchain = Autonomous Transparency
  • 14. Natural Digital Experience Leveraging Ambient Intelligence | Mihir Punjabi, Sunil Kumar | 19TH June 2018 © 2018 Capgemini. All rights reserved. Autonomous Transparency
  • 15. 15Collaborative Edge Intelligence | Mihir Punjabi, Sunil Kumar | 26th Sept 2018 © 2018 Capgemini. All rights reserved. Autonomous Transparency Overview Manual Entry Autonomous System
  • 16. Natural Digital Experience Leveraging Ambient Intelligence | Mihir Punjabi, Sunil Kumar | 19TH June 2018 © 2018 Capgemini. All rights reserved. PoC Architecture
  • 17. 17Collaborative Edge Intelligence | Mihir Punjabi, Sunil Kumar | 26th Sept 2018 © 2018 Capgemini. All rights reserved. Architecture Deep Dive Warehouse Shipping port/ Retail IoT Edge ML Camera 1 Camera 2 Camera 3 Exit Camera
  • 18. Natural Digital Experience Leveraging Ambient Intelligence | Mihir Punjabi, Sunil Kumar | 19TH June 2018 © 2018 Capgemini. All rights reserved. Future Vision Around Collaborative Reinforcement
  • 19. 19Collaborative Edge Intelligence | Mihir Punjabi, Sunil Kumar | 26th Sept 2018 © 2018 Capgemini. All rights reserved. Future Vision Around Collaborative Reinforcement Packaging and Palletizing Search and Rescue Construction and Maintenance Nano bots Traffic Management
  • 20. 20© 2018 Capgemini. All rights reserved.Collaborative Edge Intelligence | Mihir Punjabi, Sunil Kumar | 26th Sept 2018 Q&A Email: ▪ mihir.punjabi@capgemini.com ▪ sunil-Kumar.jang-bahadur@capgemini.com LinkedIn: • punjabimihir (www.linkedin.com/in/punjabimihir) • sunilkumar88 (www.linkedin.com/in/sunilkumar88) Twitter: • @punjabimihir • @SunilKumarJB #ThinkEdgeML
  • 21. With more than 190,000 people, Capgemini is present in over 40 countries and celebrates its 50th Anniversary year in 2018. A global leader in consulting, technology and outsourcing services, the Group reported 2016 global revenues of EUR 12.5 billion. Together with its clients, Capgemini creates and delivers business, technology and digital solutions that fit their needs, enabling them to achieve innovation and competitiveness. A deeply multicultural organization, Capgemini has developed its own way of working, the Collaborative Business Experience™, and draws on Rightshore®, its worldwide delivery model. About Capgemini Learn more about us at www.capgemini.com This message contains information that may be privileged or confidential and is the property of the Capgemini Group. Copyright © 2018 Capgemini. All rights reserved. Rightshore® is a trademark belonging to Capgemini. This message is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.