SlideShare a Scribd company logo
Building Intelligent Apps with
MongoDB and Google Cloud
Jane Fine
Director of Product Marketing, Analytics
jane.fine@mongodb.com
@janeuyvova
Analytics is a Constant Underachiever
2000
Business Intelligence
Data Warehouse, OLAP,
Ad-hoc, Reporting, Dashboards
Big Data
Hadoop, MapReduce,
Predictive, ML, Real-time
2010
AI
Intelligent Things, IoT,
Systems of Engagement
2017
“In 2018, 75% of AI projects will underwhelm because they fail to model operational considerations, causing
business leaders to reset the scope of AI investments.”
FORRESTER.COM/PREDICTIONS
$40B+ eCommerce platform
experience of millions of mobile
gamers
metadata for every single item
for sale on eBay.com
world’s leading design
collaboration platform
20M+ users
$150B+ traded
reinvent travel for millions of
customers
lab and clinical analysis for
innovative medicines
personal and business finance
management worldwide
Applications Change Our World
Operational
AI
ML
What We Set Out To Do
ecommerceapp
shop for
products
online
Intelligent App
mobileshoppingchatbot
get personalized
product
recommendations
shop over
MMS/WhatsApp
on mobile device
rec engine
ML
What’s an Intelligent App?
Applications are increasingly combining real-time analytics, machine learning
and AI to provide understand the customer, automate their tasks and provide
knowledge and decision support
Why Is This Hard?
Intelligent App
Developers
Data Scientists
uses: live data
guided by: user stories
produces: functionality
uses: prepared data
guided by: question
produces: insight
RELEASE DEFINE
BUILD
AGILE
DATA
PREP
BUILD
MODEL
GET
INSIGHT
VIZ
DEPLOY
TRAIN/EVAL
eCommerce App: SwagStore
eCommerce App: SwagStore
Get notified when a
sold-out item is
restocked
Browse for your favorite
MongoDB swag
Put items in cart and
checkout
View your orders
Stitch: MongoDB Serverless Platform
Streamlines app development with
simple, secure access to data and
services from the client with
thousands of lines less code to write
and no infrastructure to manage.
Getting your apps to market faster
while reducing operational costs.
SwagStore: How We Built It
UI components
Routes
Application Flow Control
Google Authentication
Twilio Notifications
Functions
Rules
Triggers
Service Integrations
Flexible Document Model
Easy to Work With Data
DEMO: SwagStore
SwagStore + RecEngine
Intelligent eCommerce App: SwagStore +
Receive personalized
product
recommendations based
on ML algorithm
Recommendation
Engine
Intelligent SwagStore: How We Built It
SwagStore
Google Cloud ML
trains and tunes model using
TensorFlow WALS Algorithm
Google Cloud Endpoints
serve recommendations
Stitch initiates
recommendations
developer data scientist developer
data engineer
Production Recommendation Solution on
GCP
Google Analytics
BigQuery
Google Analytics
360
Customer Web
Application
Web
Server
Application
Server
Database
Server
Rec API
App Engine
Cloud
Endpoints
Model Training
Cloud Machine Learning
Orchestration
Cloud Composer
ML Data
Training
Model files
Browser
Client
Mobile /
Tablet Client
The Recommendation API
Google Analytics
BigQuery
Rec API
App Engine
Cloud
Endpoints
Model Training
Cloud Machine Learning
ML Data
Training
Model files
UserID
User factor x
Item factors
Item ID &
User ID
Maps
Sort & Filter
Article
Index
List
Item ID &
User ID
Maps
Article ID
List
ML Model
Training Recommendation Model
1. install the model code
2. place data into your Cloud Storage Bucket
3. run training script
When the training is finished, the model data is saved in a subdirectory named model under
the job directory of the training task. This data consists of several arrays, all saved in numpy
format
./mltrain.sh train
gs://recserve_jfmlrecengine/swag_pageviews.csv
--data-type web_views
Tuning Recommendation Model
Hyperparameter tuning optimizes your machine learning model for most accuracy
Typically data scientists experimenting with various values, test the model, and then pick a combination
of parameters with the best performance.
But you can test every possible combination of parameters…. it would take a very very long time
● Each hyperparameter is passed to the
hyperparameter tuning job on Cloud ML Engine.
● The model writes a TensorFlow summary with a
special tag that's set to the metric that evaluates
the quality of the model.
● This summary metric enables the search
process of the Cloud ML Engine hyperparameter
tuning service to rank the trials.
./mltrain.sh tune
gs://recserve_jfmlrecengine/
swag_pageviews.csv
--data-type web_views
AI does AI
Systematic exploration
of the model space, using
the techniques finessed in
AlphaGo, yields super-human
performance in AI network design
Generate Recommendations
model.py : generate_recommendations
input
user: row index of the user in the rating matrix
items: list of indexes for items that the user has
rated / viewed
latent factors: row and column factors generated by
training / tuning the model
number of desired recommendations
https://jfmlrecengine.appspot.com/recommendation?user
Id=5448543647176335931&numRecs=6
{"articles":
["299824032"
,"299935287"
,"299865757"
,"299959410"
,"298157062"
,"299816215"
]}
https://jfmlrecengine.appspot.com/recommendation?
userId=5448543647176335931&numRecs=6
{"articles":
["299824032"
,"299935287"
,"299865757"
,"299959410"
,"298157062"
,"299816215"
]}
Serving Recommendations with Stitch
MongoDB Stitch send a HTTP GET request to
Google Cloud Endpoint to obtain
recommendations
For user who is logged in
Get list of product
recommendations
Update user profile with
that list
Service Integrations make it simple for
your app to use leading third party
services
Functions: build complex logic and orchestrate data between
clients, and services
Stitch scales precisely to meet your usage.
DEMO:
SwagStore + RecEngine
SwagStore + ChatBot
Intelligent eCommerce App: SwagStore +
Shop for products via
chat interface
AI Chatbot
Intelligent SwagStore: How We Built It
SwagStore
Google DialogFlow:
Intent, Entities, Webhooks
Stitch - Intent Fulfilment Slack - Front End
developer
data scientist
developer data engineer
DialogFlow + Stitch Architecture
Stitch HTTP
Service
Webhook
Stitch Functions to
retrieve products from
MongoDB
Me: “Can you help me find a jacket?”
ChatBot: “What color would you like?”
Me: “White, please”
ChatBot: “I found you a white Egmont Jacket”
DialogFlow: Rich and Natural
Conversational Experiences
Stitch Service
Integration
Enabling DialogFlow Fulfillment With Stitch
Stitch security enabled by default
Enabling DialogFlow Fulfillment With Stitch
return item from SwagStore Catalog to
DialogFlow
{
"fulfillmentText": "I found you a
white Egmont Packable Jacket. Check it
out here:
https://mdb-swag-store.netlify.com/pro
ducts/299824032"
}
perform $find given
parameters requested
by DialogFlow: product
type and product color
DEMO:
SwagStore + ChatBot
Working Together
Developers
Data Scientists
DATA
PREP
BUILD
MODEL
GET
INSIGHT
VIZ
DEPLOY
TRAIN/EVAL
RELEASE DEFINE
BUILD
AGILE
Build. Plug In. Innovate.
Intelligent App
Resources and Credits
Aydrian Howard, Jesse Krasnostein, Mike Lynn, Drew DiPalma, Avery Rosen, Shawn
McCarthy, Seong Park...
Lukman Ramsey & Asher Halpert
MongoDB Stitch:
https://www.mongodb.com/cloud/stitch
Google Cloud ML:
Tutorials: https://cloud.google.com/solutions/machine-learning/recommendation-system-tensorflow-train-cloud-ml-engine
GitHub: https://github.com/GoogleCloudPlatform/tensorflow-recommendation-wals
DialogFlow:
https://dialogflow.com/docs/getting-started
Thank You!

More Related Content

PPTX
Building Intelligent Apps with MongoDB & Google Cloud
PDF
MongoDB.local Austin 2018: Building Intelligent Apps with MongoDB & Google Cloud
PPTX
Building Intelligent Apps with MongoDB and Google Cloud - Jane Fine
PPTX
MongoDB.local Sydney 2019: Building Intelligent Apps with MongoDB & Google Cloud
PPSX
Medicine cart
PPTX
Azure ML Studio
PPTX
No Code AI - How to Deploy Machine Learning Models with Zero Code?
PPTX
Einstein Visual Search for the Retailers
Building Intelligent Apps with MongoDB & Google Cloud
MongoDB.local Austin 2018: Building Intelligent Apps with MongoDB & Google Cloud
Building Intelligent Apps with MongoDB and Google Cloud - Jane Fine
MongoDB.local Sydney 2019: Building Intelligent Apps with MongoDB & Google Cloud
Medicine cart
Azure ML Studio
No Code AI - How to Deploy Machine Learning Models with Zero Code?
Einstein Visual Search for the Retailers

What's hot (8)

PPTX
Implementing ChatOps using Microsoft Power Platform - M365 Saturday Ahmedabad...
PDF
Data Analytics for Mobile App Development
PPTX
Microsoft graph (Insider Dev Tour)
PPTX
Bi Fast Track Overview
PDF
The Ultimate Guide to Ad0 e125 adobe experience manager forms developer expert
PPTX
Dynamics 365 and Power Platform icons
PPTX
Building Applications for Your Business Using PowerApps and Flow
PPTX
Integrating power apps with power bi
Implementing ChatOps using Microsoft Power Platform - M365 Saturday Ahmedabad...
Data Analytics for Mobile App Development
Microsoft graph (Insider Dev Tour)
Bi Fast Track Overview
The Ultimate Guide to Ad0 e125 adobe experience manager forms developer expert
Dynamics 365 and Power Platform icons
Building Applications for Your Business Using PowerApps and Flow
Integrating power apps with power bi
Ad

Similar to MongoDB.local DC 2018: Building Intelligent Apps with MongoDB & Google Cloud (20)

PDF
MongoDB World 2018: Building Intelligent Apps with MongoDB & Google Cloud
PDF
Frequently Bought Together Recommendations Based on Embeddings
PDF
Building Integrated Applications on Google's Cloud Technologies
PDF
Recommendation engines : Matching items to users
PDF
Recommendation engines matching items to users
PDF
Building Apps on Google Cloud Technologies
PDF
10 Things Every PHP Developer Should Know About Machine Learning
PDF
productionising-recommenders
PDF
10 Things Every PHP Developer Should Know About Machine Learning
PDF
Continuous delivery for machine learning
PDF
Intro to Google's Cloud Technologies
PDF
Introduction to Google's Cloud Technologies
PDF
Recommender Systems @ Scale, Big Data Europe Conference 2019
PDF
Agile Machine Learning for Real-time Recommender Systems
PDF
Quick Intro to Google Cloud Technologies
PDF
Innovation Track AWS Cloud Experience Argentina - Democratizing Artificial In...
PPTX
Personalization using Machine Learning
PDF
AWS Cloud Experience CA: Democratizando la Inteligencia Artificial
PDF
MongoDB .local London 2019: Using AWS to Transform Customer Data in MongoDB i...
PDF
ML-Powered Recommendation System for Engagement & Revenue.pdf
MongoDB World 2018: Building Intelligent Apps with MongoDB & Google Cloud
Frequently Bought Together Recommendations Based on Embeddings
Building Integrated Applications on Google's Cloud Technologies
Recommendation engines : Matching items to users
Recommendation engines matching items to users
Building Apps on Google Cloud Technologies
10 Things Every PHP Developer Should Know About Machine Learning
productionising-recommenders
10 Things Every PHP Developer Should Know About Machine Learning
Continuous delivery for machine learning
Intro to Google's Cloud Technologies
Introduction to Google's Cloud Technologies
Recommender Systems @ Scale, Big Data Europe Conference 2019
Agile Machine Learning for Real-time Recommender Systems
Quick Intro to Google Cloud Technologies
Innovation Track AWS Cloud Experience Argentina - Democratizing Artificial In...
Personalization using Machine Learning
AWS Cloud Experience CA: Democratizando la Inteligencia Artificial
MongoDB .local London 2019: Using AWS to Transform Customer Data in MongoDB i...
ML-Powered Recommendation System for Engagement & Revenue.pdf
Ad

More from MongoDB (20)

PDF
MongoDB SoCal 2020: Migrate Anything* to MongoDB Atlas
PDF
MongoDB SoCal 2020: Go on a Data Safari with MongoDB Charts!
PDF
MongoDB SoCal 2020: Using MongoDB Services in Kubernetes: Any Platform, Devel...
PDF
MongoDB SoCal 2020: A Complete Methodology of Data Modeling for MongoDB
PDF
MongoDB SoCal 2020: From Pharmacist to Analyst: Leveraging MongoDB for Real-T...
PDF
MongoDB SoCal 2020: Best Practices for Working with IoT and Time-series Data
PDF
MongoDB SoCal 2020: MongoDB Atlas Jump Start
PDF
MongoDB .local San Francisco 2020: Powering the new age data demands [Infosys]
PDF
MongoDB .local San Francisco 2020: Using Client Side Encryption in MongoDB 4.2
PDF
MongoDB .local San Francisco 2020: Using MongoDB Services in Kubernetes: any ...
PDF
MongoDB .local San Francisco 2020: Go on a Data Safari with MongoDB Charts!
PDF
MongoDB .local San Francisco 2020: From SQL to NoSQL -- Changing Your Mindset
PDF
MongoDB .local San Francisco 2020: MongoDB Atlas Jumpstart
PDF
MongoDB .local San Francisco 2020: Tips and Tricks++ for Querying and Indexin...
PDF
MongoDB .local San Francisco 2020: Aggregation Pipeline Power++
PDF
MongoDB .local San Francisco 2020: A Complete Methodology of Data Modeling fo...
PDF
MongoDB .local San Francisco 2020: MongoDB Atlas Data Lake Technical Deep Dive
PDF
MongoDB .local San Francisco 2020: Developing Alexa Skills with MongoDB & Golang
PDF
MongoDB .local Paris 2020: Realm : l'ingrédient secret pour de meilleures app...
PDF
MongoDB .local Paris 2020: Upply @MongoDB : Upply : Quand le Machine Learning...
MongoDB SoCal 2020: Migrate Anything* to MongoDB Atlas
MongoDB SoCal 2020: Go on a Data Safari with MongoDB Charts!
MongoDB SoCal 2020: Using MongoDB Services in Kubernetes: Any Platform, Devel...
MongoDB SoCal 2020: A Complete Methodology of Data Modeling for MongoDB
MongoDB SoCal 2020: From Pharmacist to Analyst: Leveraging MongoDB for Real-T...
MongoDB SoCal 2020: Best Practices for Working with IoT and Time-series Data
MongoDB SoCal 2020: MongoDB Atlas Jump Start
MongoDB .local San Francisco 2020: Powering the new age data demands [Infosys]
MongoDB .local San Francisco 2020: Using Client Side Encryption in MongoDB 4.2
MongoDB .local San Francisco 2020: Using MongoDB Services in Kubernetes: any ...
MongoDB .local San Francisco 2020: Go on a Data Safari with MongoDB Charts!
MongoDB .local San Francisco 2020: From SQL to NoSQL -- Changing Your Mindset
MongoDB .local San Francisco 2020: MongoDB Atlas Jumpstart
MongoDB .local San Francisco 2020: Tips and Tricks++ for Querying and Indexin...
MongoDB .local San Francisco 2020: Aggregation Pipeline Power++
MongoDB .local San Francisco 2020: A Complete Methodology of Data Modeling fo...
MongoDB .local San Francisco 2020: MongoDB Atlas Data Lake Technical Deep Dive
MongoDB .local San Francisco 2020: Developing Alexa Skills with MongoDB & Golang
MongoDB .local Paris 2020: Realm : l'ingrédient secret pour de meilleures app...
MongoDB .local Paris 2020: Upply @MongoDB : Upply : Quand le Machine Learning...

Recently uploaded (20)

PDF
Electronic commerce courselecture one. Pdf
PDF
KodekX | Application Modernization Development
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Machine learning based COVID-19 study performance prediction
PDF
Approach and Philosophy of On baking technology
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPTX
sap open course for s4hana steps from ECC to s4
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Unlocking AI with Model Context Protocol (MCP)
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Electronic commerce courselecture one. Pdf
KodekX | Application Modernization Development
Digital-Transformation-Roadmap-for-Companies.pptx
Machine learning based COVID-19 study performance prediction
Approach and Philosophy of On baking technology
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Advanced methodologies resolving dimensionality complications for autism neur...
“AI and Expert System Decision Support & Business Intelligence Systems”
Per capita expenditure prediction using model stacking based on satellite ima...
sap open course for s4hana steps from ECC to s4
Mobile App Security Testing_ A Comprehensive Guide.pdf
Building Integrated photovoltaic BIPV_UPV.pdf
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Encapsulation_ Review paper, used for researhc scholars
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Reach Out and Touch Someone: Haptics and Empathic Computing
MYSQL Presentation for SQL database connectivity
Unlocking AI with Model Context Protocol (MCP)
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx

MongoDB.local DC 2018: Building Intelligent Apps with MongoDB & Google Cloud

  • 1. Building Intelligent Apps with MongoDB and Google Cloud
  • 2. Jane Fine Director of Product Marketing, Analytics jane.fine@mongodb.com @janeuyvova
  • 3. Analytics is a Constant Underachiever 2000 Business Intelligence Data Warehouse, OLAP, Ad-hoc, Reporting, Dashboards Big Data Hadoop, MapReduce, Predictive, ML, Real-time 2010 AI Intelligent Things, IoT, Systems of Engagement 2017 “In 2018, 75% of AI projects will underwhelm because they fail to model operational considerations, causing business leaders to reset the scope of AI investments.” FORRESTER.COM/PREDICTIONS
  • 4. $40B+ eCommerce platform experience of millions of mobile gamers metadata for every single item for sale on eBay.com world’s leading design collaboration platform 20M+ users $150B+ traded reinvent travel for millions of customers lab and clinical analysis for innovative medicines personal and business finance management worldwide Applications Change Our World
  • 5. Operational AI ML What We Set Out To Do ecommerceapp shop for products online Intelligent App mobileshoppingchatbot get personalized product recommendations shop over MMS/WhatsApp on mobile device rec engine ML
  • 6. What’s an Intelligent App? Applications are increasingly combining real-time analytics, machine learning and AI to provide understand the customer, automate their tasks and provide knowledge and decision support
  • 7. Why Is This Hard? Intelligent App Developers Data Scientists uses: live data guided by: user stories produces: functionality uses: prepared data guided by: question produces: insight RELEASE DEFINE BUILD AGILE DATA PREP BUILD MODEL GET INSIGHT VIZ DEPLOY TRAIN/EVAL
  • 9. eCommerce App: SwagStore Get notified when a sold-out item is restocked Browse for your favorite MongoDB swag Put items in cart and checkout View your orders
  • 10. Stitch: MongoDB Serverless Platform Streamlines app development with simple, secure access to data and services from the client with thousands of lines less code to write and no infrastructure to manage. Getting your apps to market faster while reducing operational costs.
  • 11. SwagStore: How We Built It UI components Routes Application Flow Control Google Authentication Twilio Notifications Functions Rules Triggers Service Integrations Flexible Document Model Easy to Work With Data
  • 14. Intelligent eCommerce App: SwagStore + Receive personalized product recommendations based on ML algorithm Recommendation Engine
  • 15. Intelligent SwagStore: How We Built It SwagStore Google Cloud ML trains and tunes model using TensorFlow WALS Algorithm Google Cloud Endpoints serve recommendations Stitch initiates recommendations developer data scientist developer data engineer
  • 16. Production Recommendation Solution on GCP Google Analytics BigQuery Google Analytics 360 Customer Web Application Web Server Application Server Database Server Rec API App Engine Cloud Endpoints Model Training Cloud Machine Learning Orchestration Cloud Composer ML Data Training Model files Browser Client Mobile / Tablet Client
  • 17. The Recommendation API Google Analytics BigQuery Rec API App Engine Cloud Endpoints Model Training Cloud Machine Learning ML Data Training Model files UserID User factor x Item factors Item ID & User ID Maps Sort & Filter Article Index List Item ID & User ID Maps Article ID List ML Model
  • 18. Training Recommendation Model 1. install the model code 2. place data into your Cloud Storage Bucket 3. run training script When the training is finished, the model data is saved in a subdirectory named model under the job directory of the training task. This data consists of several arrays, all saved in numpy format ./mltrain.sh train gs://recserve_jfmlrecengine/swag_pageviews.csv --data-type web_views
  • 19. Tuning Recommendation Model Hyperparameter tuning optimizes your machine learning model for most accuracy Typically data scientists experimenting with various values, test the model, and then pick a combination of parameters with the best performance. But you can test every possible combination of parameters…. it would take a very very long time ● Each hyperparameter is passed to the hyperparameter tuning job on Cloud ML Engine. ● The model writes a TensorFlow summary with a special tag that's set to the metric that evaluates the quality of the model. ● This summary metric enables the search process of the Cloud ML Engine hyperparameter tuning service to rank the trials. ./mltrain.sh tune gs://recserve_jfmlrecengine/ swag_pageviews.csv --data-type web_views
  • 20. AI does AI Systematic exploration of the model space, using the techniques finessed in AlphaGo, yields super-human performance in AI network design
  • 21. Generate Recommendations model.py : generate_recommendations input user: row index of the user in the rating matrix items: list of indexes for items that the user has rated / viewed latent factors: row and column factors generated by training / tuning the model number of desired recommendations https://jfmlrecengine.appspot.com/recommendation?user Id=5448543647176335931&numRecs=6 {"articles": ["299824032" ,"299935287" ,"299865757" ,"299959410" ,"298157062" ,"299816215" ]}
  • 23. Serving Recommendations with Stitch MongoDB Stitch send a HTTP GET request to Google Cloud Endpoint to obtain recommendations For user who is logged in Get list of product recommendations Update user profile with that list Service Integrations make it simple for your app to use leading third party services Functions: build complex logic and orchestrate data between clients, and services Stitch scales precisely to meet your usage.
  • 26. Intelligent eCommerce App: SwagStore + Shop for products via chat interface AI Chatbot
  • 27. Intelligent SwagStore: How We Built It SwagStore Google DialogFlow: Intent, Entities, Webhooks Stitch - Intent Fulfilment Slack - Front End developer data scientist developer data engineer
  • 28. DialogFlow + Stitch Architecture Stitch HTTP Service Webhook Stitch Functions to retrieve products from MongoDB
  • 29. Me: “Can you help me find a jacket?” ChatBot: “What color would you like?” Me: “White, please” ChatBot: “I found you a white Egmont Jacket” DialogFlow: Rich and Natural Conversational Experiences Stitch Service Integration
  • 30. Enabling DialogFlow Fulfillment With Stitch Stitch security enabled by default
  • 31. Enabling DialogFlow Fulfillment With Stitch return item from SwagStore Catalog to DialogFlow { "fulfillmentText": "I found you a white Egmont Packable Jacket. Check it out here: https://mdb-swag-store.netlify.com/pro ducts/299824032" } perform $find given parameters requested by DialogFlow: product type and product color
  • 34. Build. Plug In. Innovate. Intelligent App
  • 35. Resources and Credits Aydrian Howard, Jesse Krasnostein, Mike Lynn, Drew DiPalma, Avery Rosen, Shawn McCarthy, Seong Park... Lukman Ramsey & Asher Halpert MongoDB Stitch: https://www.mongodb.com/cloud/stitch Google Cloud ML: Tutorials: https://cloud.google.com/solutions/machine-learning/recommendation-system-tensorflow-train-cloud-ml-engine GitHub: https://github.com/GoogleCloudPlatform/tensorflow-recommendation-wals DialogFlow: https://dialogflow.com/docs/getting-started