SlideShare una empresa de Scribd logo
1 de 51
Unifying the Problem of Search and
Recommendations at OpenTable
Jeremy Schiff, Ph.D.
RecSys 2015
09/20/2015
BEFORE DURING AFTER
DINERSRESTAURANTS
Understanding
& Evolving
Attracting &
Planning
OpenTable: Deliver great experiences at
every step, based on who you are
Proprietary 3
OpenTable in Numbers
• Our network connects diners with more
than 32,000 restaurants worldwide.
• Our diners have spent approximately $35
billion at our partner restaurants.
• OpenTable seats more than 17 million
diners each month.
• Every month, OpenTable diners write more
than 475,000 restaurant reviews
4
OpenTable Data Ecosystem
Search
(Context & Intent)
Restaurant Profile
(Decision Confidence)
Reservation History
(Verifying the Loop)
Reviews
(Verifying the Loop)
User’s Location
Search Location
Date, Time
Query
Reviews,
Ratings (Overall, Food, Noise Level, etc)
Seating Logs
Photos, Reviews, Ratings, Menus
OpenTable Data Ecosystem
Search
(Context & Intent)
Restaurant Profile
(Decision Confidence)
Reservation History
(Verifying the Loop)
Reviews
(Verifying the Loop)
User’s Location
Search Location
Date, Time
Query
Reviews,
Ratings (Overall, Food, Noise Level, etc)
Seating Logs
Photos, Reviews, Ratings, Menus
User
Interaction
Logs
So what are recommendations?
So what are recommendations?
What’s the Goal
Minimizing Engineering Time to Improve The
Metric that Matters
• Make it Easy to Measure
• Make it Easy to Iterate
• Reduce Iteration Cycle Times
9
Pick Your Business Metric
Revenue, Conversions
• OpenTable
• Amazon
Retention, Engagement
• Netflix
• Pandora
• Spotify
10
Importance of A/B Testing
• If you don’t measure
it, you can’t improve it
• Metrics Drive Behavior
• Continued Forward
Progress
11
The Optimization Loops
Introspect
Offline
Learning
Online
Learning
Hours Days Weeks
12
The ingredients of a spectacular
dining experience…
13
… and a spectacularly bad one
14
Examples of Topics (using MF)
15
Edit via the Header & Footer menu in
PowerPoint
1616
LeadTimeLeadTime
Distance
Distance
New York
Dallas
Lead Time
95%
95%
Query Logs
• Effective mechanism for
understanding what
users are trying to do
• Reducing 0 result
queries
- Anecdote: should we
support zipcodes next?
Search to Recommendations Continuum
• Common Themes
- Ranking always tries to move key metric (like
conversion)
- Always leverage implicit signals (time of day, day
of week, location, etc)
- User Control vs. Paradox of Choice
Advantage Example Stage Item Count
Search User Control $$, French, Takes
Credit Card
Retrieval Many
Browse Use Case Control Great View /
Romantic
Ranking Many
Recommend Data-Driven
Flexibility
Best around me Ranking Few
Differences in Recommender Usage
Right now vs. Planning
Cost of Being Wrong
Search vs. Recommendations
20
Search vs. Recommendations
Collaborative Filtering Models
• Personalized
• Without Context
Search
• Leverage Context
• Using CF as One of Many
Inputs
Search & Recommendation Stack
Query Interpretation
Retrieval
Ranking – Item & Explanation
Index
Building
Context for Query & User
Model
Building
Explanation
Content
Visualization
Collaborative
Filters
Item / User
Metadata
22
Using Context, Frequency & Sentiment
• Context
- Implicit: Location, Time,
Mobile/Web
- Explicit: Query
• High End Restaurant for Dinner
- Low Frequency, High Sentiment
• Fast, Mediocre Sushi for Lunch
- High Frequency, Moderate
Sentiment
23
Offline Models with Limited Data
• Minimize Confusing User Experience
• Little to No Data
- Heuristics
 Encoding Product Expectations
• Eg: Romantic Dates are not $. Sushi is not good for
Breakfast
• Limited Data
- Data-Informed
 Eg: Analyze what Cuisines Users Click on when they
Query for Lunch
Offline Models with Significant Data
• Compensate for Sparseness
• As Signals Improve, Popular ->
Personalized
• OpenTable Example
- Context: User Location, Searched Location,
Query, etc.
• Learning to Rank
- E [ Revenue | Query, Position, Item, User ]
- E [ Engagement | Query, Position, Item, User ]
- Regression, RankSVM, LambdaMart…
The Metric Gap
26
Training Test
Training
Error
Generalization
Error
RMSE Precision @ K
Stage
Example
The Metric Gap
27
Training
Error
Generalization
Error
RMSE Precision @ K
Stage
Example
Generalization Gap
Training Test
The Metric Gap
28
Training
Error
Generalization
Error
RMSE Precision @ K
Stage
Example
Learning to Rank
Training Test
The Metric Gap
Training
Error
Generalization
Error
A/B Metric
RMSE Precision @ K Conversion
Learning to Rank
Stage
Example
Offline (Hours) Online (Weeks)
The Metric Gap
30
Training
Error
Generalization
Error
A/B Metric
RMSE Precision @ K Conversion
Learning to Rank
Stage
Example
Offline (Hours) Online (Weeks)
Offline -> Online Gap
Online Learning – Overview
• Naïve Online Learning is
A/B testing
- Try different sets of
parameters, pick the winner
• Multi-Arm Bandit
- Exploiting the parameter
sets that do well
- Exploring parameters that
we don’t understand well yet
(high variance)
Online Learning – Implementation
• Iteration Loop
- Add Sets of Parameters
- Explore vs. Exploit Current
Parameters
• Validate Online Learning
with A/B testing
• Note: Tradeoff in Time to
Statistical Significance
Example – Start with 1 arm
Parameter
Metric
Example – Resample arm
Parameter
Metric
Example – Determine 2nd Arm
Parameter
Metric
Example – Select Arm
Parameter
Metric
Example – Improve Arm’s Estimation
Parameter
Metric
Example – Select Arm
Parameter
Metric
Example – Learn from Arm
Parameter
Metric
Example – Determine New Arm
Parameter
Metric
Training DataFlow
Collaborative Filter
Service
(Realtime)
Collaborative Filter
HyperParameter Tuning
(Batch with Spark)
Collaborative Filter
Training
(Batch with Spark)
Training DataFlow
Collaborative Filter
Service
(Realtime)
Collaborative Filter
HyperParameter Tuning
(Batch with Spark)
Collaborative Filter
Training
(Batch with Spark)
Search Service
(Realtime)
Search HyperParameter
Tuning
(Batch with Spark)
Search Training
(Batch with Spark)
Training DataFlow
Collaborative Filter
Service
(Realtime)
Collaborative Filter
HyperParameter Tuning
(Batch with Spark)
Collaborative Filter
Training
(Batch with Spark)
Search Service
(Realtime)
Search HyperParameter
Tuning
(Batch with Spark)
Search Training
(Batch with Spark)
User Interaction Logs
(Kafka)
Frontends & Backend
Services
Training DataFlow
Collaborative Filter
Service
(Realtime)
Collaborative Filter
HyperParameter Tuning
(Batch with Spark)
Collaborative Filter
Training
(Batch with Spark)
Search Service
(Realtime)
Search HyperParameter
Tuning
(Batch with Spark)
Search Training
(Batch with Spark)
User Interaction Logs
(Kafka)
Online Learning
Frontends & Backend
Services
Training DataFlow
Collaborative Filter
Service
(Realtime)
Collaborative Filter
HyperParameter Tuning
(Batch with Spark)
Collaborative Filter
Training
(Batch with Spark)
Search Service
(Realtime)
Search HyperParameter
Tuning
(Batch with Spark)
Search Training
(Batch with Spark)
User Interaction Logs
(Kafka)
Online Learning
Frontends & Backend
Services
A/B Validation
Compelling Recommendations
46
Recommendation Explanations
• Amazon
• Ness
• Netflix
• Ness - Social
47
Summarizing Content
• Essential for Mobile
• Balance Utility With Trust?
- Summarize, but surface raw
data
• Example:
- Initially, read every review
- Later, use average star rating
48
Summarizing Restaurant Attributes
49
Dish Recommendation
• What to try once I have arrived?
50
Thanks!
Jeremy Schiff, Ph.D.
jschiff@opentable.com
Other OpenTable Members @ RecSys:
Sudeep Das & Pablo Delgado

Más contenido relacionado

Similar a RecSys 2015 - Unifying the Problem of Search and Recommendations at OpenTable

Recommender Systems Dr Carol Hargreaves
Recommender Systems Dr Carol HargreavesRecommender Systems Dr Carol Hargreaves
Recommender Systems Dr Carol HargreavesCarol Hargreaves
 
Secrets of Your Competition - Competitive Intelligence
Secrets of Your Competition - Competitive IntelligenceSecrets of Your Competition - Competitive Intelligence
Secrets of Your Competition - Competitive Intelligencebigfishresults
 
Modern Perspectives on Recommender Systems and their Applications in Mendeley
Modern Perspectives on Recommender Systems and their Applications in MendeleyModern Perspectives on Recommender Systems and their Applications in Mendeley
Modern Perspectives on Recommender Systems and their Applications in MendeleyKris Jack
 
SPSCT15 - An Independent Evaluation of Third-Party SharePoint Analytics Offer...
SPSCT15 - An Independent Evaluation of Third-Party SharePoint Analytics Offer...SPSCT15 - An Independent Evaluation of Third-Party SharePoint Analytics Offer...
SPSCT15 - An Independent Evaluation of Third-Party SharePoint Analytics Offer...Jonathan Ralton
 
Mini-training: Personalization & Recommendation Demystified
Mini-training: Personalization & Recommendation DemystifiedMini-training: Personalization & Recommendation Demystified
Mini-training: Personalization & Recommendation DemystifiedBetclic Everest Group Tech Team
 
Anatomy of Relevance - From Data to Action: Presented by Saïd Radhouani, Yell...
Anatomy of Relevance - From Data to Action: Presented by Saïd Radhouani, Yell...Anatomy of Relevance - From Data to Action: Presented by Saïd Radhouani, Yell...
Anatomy of Relevance - From Data to Action: Presented by Saïd Radhouani, Yell...Lucidworks
 
Anatomy of Search Relevance: From Data To Action
Anatomy of Search Relevance: From Data To ActionAnatomy of Search Relevance: From Data To Action
Anatomy of Search Relevance: From Data To ActionSaïd Radhouani
 
SPSNYC15 - An Independent Evaluation of Third-Party SharePoint Analytics Offe...
SPSNYC15 - An Independent Evaluation of Third-Party SharePoint Analytics Offe...SPSNYC15 - An Independent Evaluation of Third-Party SharePoint Analytics Offe...
SPSNYC15 - An Independent Evaluation of Third-Party SharePoint Analytics Offe...Jonathan Ralton
 
Building better products through Experimentation - SDForum Business Intellige...
Building better products through Experimentation - SDForum Business Intellige...Building better products through Experimentation - SDForum Business Intellige...
Building better products through Experimentation - SDForum Business Intellige...Deepak Nadig
 
Use of data science in recommendation system
Use of data science in  recommendation systemUse of data science in  recommendation system
Use of data science in recommendation systemAkashPatil334
 
UCO16 - An Independent Evaluation of Third-Party SharePoint Analytics Offerings
UCO16 - An Independent Evaluation of Third-Party SharePoint Analytics OfferingsUCO16 - An Independent Evaluation of Third-Party SharePoint Analytics Offerings
UCO16 - An Independent Evaluation of Third-Party SharePoint Analytics OfferingsJonathan Ralton
 
Homepage Personalization at Spotify
Homepage Personalization at SpotifyHomepage Personalization at Spotify
Homepage Personalization at SpotifyOguz Semerci
 
Recommender Systems in a nutshell
Recommender Systems in a nutshellRecommender Systems in a nutshell
Recommender Systems in a nutshellKonstantin Savenkov
 
Measuring What Really Matters: Search Engine Metrics & Tracking Tips - David ...
Measuring What Really Matters: Search Engine Metrics & Tracking Tips - David ...Measuring What Really Matters: Search Engine Metrics & Tracking Tips - David ...
Measuring What Really Matters: Search Engine Metrics & Tracking Tips - David ...Energy Digital Summit
 
Building Analytics for Growth
Building Analytics for GrowthBuilding Analytics for Growth
Building Analytics for GrowthKareem Azees
 
Demystifying Recommendation Systems
Demystifying Recommendation SystemsDemystifying Recommendation Systems
Demystifying Recommendation SystemsRumman Chowdhury
 
UX Webinar: Always Be Testing
UX Webinar: Always Be TestingUX Webinar: Always Be Testing
UX Webinar: Always Be TestingCharity Dynamics
 
Modern Perspectives on Recommender Systems and their Applications in Mendeley
Modern Perspectives on Recommender Systems and their Applications in MendeleyModern Perspectives on Recommender Systems and their Applications in Mendeley
Modern Perspectives on Recommender Systems and their Applications in MendeleyMaya Hristakeva
 

Similar a RecSys 2015 - Unifying the Problem of Search and Recommendations at OpenTable (20)

Recommender Systems Dr Carol Hargreaves
Recommender Systems Dr Carol HargreavesRecommender Systems Dr Carol Hargreaves
Recommender Systems Dr Carol Hargreaves
 
Secrets of Your Competition - Competitive Intelligence
Secrets of Your Competition - Competitive IntelligenceSecrets of Your Competition - Competitive Intelligence
Secrets of Your Competition - Competitive Intelligence
 
Modern Perspectives on Recommender Systems and their Applications in Mendeley
Modern Perspectives on Recommender Systems and their Applications in MendeleyModern Perspectives on Recommender Systems and their Applications in Mendeley
Modern Perspectives on Recommender Systems and their Applications in Mendeley
 
SPSCT15 - An Independent Evaluation of Third-Party SharePoint Analytics Offer...
SPSCT15 - An Independent Evaluation of Third-Party SharePoint Analytics Offer...SPSCT15 - An Independent Evaluation of Third-Party SharePoint Analytics Offer...
SPSCT15 - An Independent Evaluation of Third-Party SharePoint Analytics Offer...
 
Mini-training: Personalization & Recommendation Demystified
Mini-training: Personalization & Recommendation DemystifiedMini-training: Personalization & Recommendation Demystified
Mini-training: Personalization & Recommendation Demystified
 
Anatomy of Relevance - From Data to Action: Presented by Saïd Radhouani, Yell...
Anatomy of Relevance - From Data to Action: Presented by Saïd Radhouani, Yell...Anatomy of Relevance - From Data to Action: Presented by Saïd Radhouani, Yell...
Anatomy of Relevance - From Data to Action: Presented by Saïd Radhouani, Yell...
 
Anatomy of Search Relevance: From Data To Action
Anatomy of Search Relevance: From Data To ActionAnatomy of Search Relevance: From Data To Action
Anatomy of Search Relevance: From Data To Action
 
SPSNYC15 - An Independent Evaluation of Third-Party SharePoint Analytics Offe...
SPSNYC15 - An Independent Evaluation of Third-Party SharePoint Analytics Offe...SPSNYC15 - An Independent Evaluation of Third-Party SharePoint Analytics Offe...
SPSNYC15 - An Independent Evaluation of Third-Party SharePoint Analytics Offe...
 
Building better products through Experimentation - SDForum Business Intellige...
Building better products through Experimentation - SDForum Business Intellige...Building better products through Experimentation - SDForum Business Intellige...
Building better products through Experimentation - SDForum Business Intellige...
 
PQF Overview
PQF OverviewPQF Overview
PQF Overview
 
Use of data science in recommendation system
Use of data science in  recommendation systemUse of data science in  recommendation system
Use of data science in recommendation system
 
UCO16 - An Independent Evaluation of Third-Party SharePoint Analytics Offerings
UCO16 - An Independent Evaluation of Third-Party SharePoint Analytics OfferingsUCO16 - An Independent Evaluation of Third-Party SharePoint Analytics Offerings
UCO16 - An Independent Evaluation of Third-Party SharePoint Analytics Offerings
 
Homepage Personalization at Spotify
Homepage Personalization at SpotifyHomepage Personalization at Spotify
Homepage Personalization at Spotify
 
Recommender Systems in a nutshell
Recommender Systems in a nutshellRecommender Systems in a nutshell
Recommender Systems in a nutshell
 
Measuring What Really Matters: Search Engine Metrics & Tracking Tips - David ...
Measuring What Really Matters: Search Engine Metrics & Tracking Tips - David ...Measuring What Really Matters: Search Engine Metrics & Tracking Tips - David ...
Measuring What Really Matters: Search Engine Metrics & Tracking Tips - David ...
 
Data Science and Future of Retail: Beacon analytics
Data Science and Future of Retail: Beacon analyticsData Science and Future of Retail: Beacon analytics
Data Science and Future of Retail: Beacon analytics
 
Building Analytics for Growth
Building Analytics for GrowthBuilding Analytics for Growth
Building Analytics for Growth
 
Demystifying Recommendation Systems
Demystifying Recommendation SystemsDemystifying Recommendation Systems
Demystifying Recommendation Systems
 
UX Webinar: Always Be Testing
UX Webinar: Always Be TestingUX Webinar: Always Be Testing
UX Webinar: Always Be Testing
 
Modern Perspectives on Recommender Systems and their Applications in Mendeley
Modern Perspectives on Recommender Systems and their Applications in MendeleyModern Perspectives on Recommender Systems and their Applications in Mendeley
Modern Perspectives on Recommender Systems and their Applications in Mendeley
 

Último

Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Steffen Staab
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsArshad QA
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providermohitmore19
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Modelsaagamshah0812
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsAlberto González Trastoy
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdfWave PLM
 
10 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 202410 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 2024Mind IT Systems
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsAndolasoft Inc
 
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionIntroducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionOnePlan Solutions
 
How to Choose the Right Laravel Development Partner in New York City_compress...
How to Choose the Right Laravel Development Partner in New York City_compress...How to Choose the Right Laravel Development Partner in New York City_compress...
How to Choose the Right Laravel Development Partner in New York City_compress...software pro Development
 
Exploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdfExploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdfproinshot.com
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsJhone kinadey
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...Health
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerThousandEyes
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfkalichargn70th171
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesVictorSzoltysek
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...panagenda
 

Último (20)

Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf
 
10 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 202410 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 2024
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.js
 
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionIntroducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
 
How to Choose the Right Laravel Development Partner in New York City_compress...
How to Choose the Right Laravel Development Partner in New York City_compress...How to Choose the Right Laravel Development Partner in New York City_compress...
How to Choose the Right Laravel Development Partner in New York City_compress...
 
Exploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdfExploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdf
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 

RecSys 2015 - Unifying the Problem of Search and Recommendations at OpenTable

Notas del editor

  1. 70,80,95%