Artificial Intelligence: Case studies (what can you build)
RMitra1
4,156 views
30 slides
Jun 28, 2017
Slide 1 of 30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
About This Presentation
In this presentation, I show what and how you can build AI products in short, mid and long term.
Size: 4.99 MB
Language: en
Added: Jun 28, 2017
Slides: 30 pages
Slide Content
Artificial Intelligence:
Case studies
Rudradeb Mitra
https://www.linkedin.com/in/mitrar/
My objective
Make you guys build something in AI
Two kinds of algorithms
•Deep learning (supervised or unsupervised) with Neural
networks
•Reinforcement learning
Deep learning with NN
What can you build?
•Short term - Things you can build from a month to 6
months using existing tools. Mostly feature.
•Mid term - Things you can build within 1-2 years. Can use
some existing frameworks but you also need to add an
app.
•Long term - Solving some visionary major problems.
Short term
•Chat bots - Language analysis, sentiment analysis..
✓pick up a sector, a customer and build their bot
Trained Neural Network
Interface /API
You
How to build a simple chatbot
How to build a simple chatbot
User Says "From where can I buy burgers near Times Square in
Manhattan".
Short term
Use existing tools and available softwares.
•Chat bots - Language analysis, sentiment analysis..
✓pick up a sector, a customer and build their bot
•Image recognition
✓used by e-commerce (search, advance AR)
Reinventing shopping
experience
Google cloud vision API
Mid term
Your Data
Interface /API
Neural Network
Existing Data
Mid term
•Reduce road accidents by driver analysis
✓Insurance companies
•Predict customer buying behavior
✓Retail
•Predictive maintenance
✓Industrial IoT
Identifying risky drivers
Classification with NN
Driving score
Mobile
usage
score
2539329
2398785
473747
2550368
1187899
(Product ID)
Predicted product ID
• Our orders follow some pattern
Existing approach
Order time
Time 2Time 1 Time 3
LSTM (Recurrent Neural
Netowrk)
Time 1 Time 2
LSTM - Memory
TensorFlow library for LSTM
Predictive maintenance -
Industrial IoT
Long term Visionary
problems
•Approach to AI - Intuition building
•Future algorithms?
Reinforcement learning:
Building intuition
•AlphaGo was able to build
intuition.
•Train with NN and then let it
play with itself.
•Learning through
Reinforcement learning.
Intuition in machines
Future AI algorithms
•How can we assure that AI/AS are accountable?
•How can we ensure that AI/AS are transparent?
•How can we extend the benefits and minimize the risks of
AI/AS technology being misused?
– Eliezer Yudkowsky
“By far the greatest danger of Artificial Intelligence
is that people conclude too early that they
understand it.”