SlideShare une entreprise Scribd logo
1  sur  38
Télécharger pour lire hors ligne
Which car fits my life?
Mobile.de’s approach to recommendations
PyData Berlin, July 1st, 2017
Florian Wilhelm, Arnab Dutta
2
Introduction
Dr. Florian Wilhelm
Data Scientist
inovex GmbH
™ @FlorianWilhelm
FlorianWilhelm
florianwilhelm.info
Dr. Arnab Dutta
Data Scientist
mobile.de GmbH
™ @kopfhohen
kraktos
o
3
Outline
§Introduction
§Use-cases
§Theory
§Our Approach
§Example
§Outlook
4
MOBILE.DE
GERMAN MARKET
LEADER
13.5 MIO
UNIQUE USER
PER MONTH
1.6 MIO
VEHICLES
290
EMPLOYEES
DREILINDEN /
FRIEDRICHSHAIN
BERLIN
HEADQUARTERS
Part of
ebay Tech
5
IT-project house for digital transformation:
‣ Agile Development & Management
‣ Web · UI/UX · Replatforming · Microservices
‣ Mobile · Apps · Smart Devices · Robotics
‣ Big Data & Business Intelligence Platforms
‣ Data Science · Data Products · Search · Deep Learning
‣ Data Center Automation · DevOps · Cloud · Hosting
‣ Trainings & Coachings
Using technology to inspire our
clients. And ourselves.
inovex offices in
Karlsruhe · Pforzheim ·
München · Köln · Hamburg.
www.inovex.de
6
Outline
§Introduction
§Use-cases
§Theory
§Our Approach
§Example
§Outlook
7
Why Recommendations?Why Recommendations?
Show width of offering
Inspiration
Engagement
8
- - engagement
- - inspiration
- - relevance
Why Recommendations?
- - high click-through-rate
- - small exit- & bounce-rates
User
Benefits
Business
Benefits
9
Mobile.de Conversion Funnel
WishlistHome Search
Result Page
View Contact Buy
10
Recommendations on Home
Home
Recommendations based on
preferencesof visiting users as an
alternative entry point.
WishlistHome SRP View Contact Buy
11
Recommendations on Search Results Page
Recommendations based
on similar vehicle make
and model id to present
alternatives
WishlistHome SRP View Contact Buy
12
Recommendations on View Item Page
VIP
Recommendations based on the
specific make and model a user is
viewing to present alternatives
WishlistHome SRP View Contact Buy
13
Recommendations on your Wishlist
Recommendations based on the
specific make and model of a
deleted ad to provide almost
identical recommendations
Recommendations based on the
users car preferences and the
parking lot items.
WishlistHome SRP View Contact Buy
14
§Introduction
§Use-cases
§Theory
§Collaborative Filtering
§Content Based
§Our Approach
§Example
§Outlook
15
Collaborative Filtering
items similar
16
Watched / Rated
Unwatched
Item-Item Similarity
??
?
?
????
Item-based Recommendations
Cosine Similarity
17
Recommendation
Item-based Recommendations
P
P
P
P
P P
Wishlist
18
Summary of Collaborative Filtering
✓Collective behaviour of users
✓Standard-Method (it works, it’s reliable etc.)
Cold Start Problem: New listings need a
certain number of clicks to be recommended.
Sparsity problems: lot fewer interaction
data points than total items and users.
Content agnostic
Only “batch-based” learning
19
Looking For: Used Car (100%)
Prefers (Make): BMW (50%), Audi (50%)
Prefers (Model): Audi A3 (25%), Audi A4 (25%),
BMW 318 (50%)
Searching In: lat 52.5206, lon 13.409
Search Radius: 300km
Preferred Price: 20 000€ ± 1500€
Preferred Mileage: 10 000km ± 5000km
User Preferences
Marketing
Anonymous
Content-based Filtering: User Preferences
20
Content-based Filtering
interacted
<Price: 10K, Category: small>
<Price: 6K, Category: small>
<Price: 90K, Category: sports>
<Price: 10K, Category: small>
recommend
21
Summary of Content-based
üWorks even if there are no other
users
ücontent-based preferences of
users based on a weighted vector
of item features
Hard to do recommendations for
new users (cold start problem)
Non-applicable for heterogenous
content types
Low diversity, i.e. more of the
same
22
§Introduction
§Use-cases
§Theory
§Our Approach
§Example
§Outlook
23
Find the car that perfectly fits your life
User’s Car Preferences Car Pool + Attributes
(make, model, color, price, …)
Flexible
(cold-start, uncertainty, real-time, ...)
Interactions of other users
(views, parkings, contacts)
24
Hybrid Recommender
Collaborative
Filtering
Hybrid
Recommender
Content
based
• no cold-start problem of new items
• integrate new user events in real-time
• robust and reliable concepts
• easy to tune for different use-cases
• comprehensible and debuggable
25
Recommendation
Engine
User Preference
Service API
User Event
Tracking & Storage
Recommendation
Engine
Recommendation
Engine
User Preference
Computation &
Storage
All Listings
User Preference+ Recommendation Architecture
26
Hybrid Recommender Concept
PP
P P
P
Looking For: Used Car (100%)
Prefers (Make): BMW (50%), Audi (50%)
Prefers (Model): Audi A3 (25%), Audi A4 (25%),
BMW 318 (50%)
Searching In: lat 52.5206, lon 13.409
Search Radius: 300km
Preferred Price: 20 000€ ± 1500€
Preferred Mileage: 10 000km ± 5000km
User Profile
Buyer
Last Action: Yesterday
Frequent User
User 12345
Likelihood to buy: 88 %
Elastic Search Query
Score
0.8
0.3
1.7
3.2
1.1
0.9
……
27
§Introduction
§Use-cases
§Theory
§Our Approach
§Example
§Outlook
28
Finding similar make/models
§Users are often uncertain
with their choices in
orientation phase
§Help users explore similar
models to make informed
decisions
§Exploit the collaborative
aspect in defining the
concept of similarity
29
Make/Model Recommender with LightFM
LightFM:
§Matured and well documented Python package
§Optimized and parallelized with Cython
§Hybrid recommender based on matrix factorisation
§Supports Learning-to-Rank objectives (BPR, WARP)
Audi A4 BMW 645
similar vehicles
30
Non-negative Matrix Factorisation (NMF)
LF1 LF2
LF1
LF2
M (|U| x |I|) x R (|LF| x |I|)
= X
= L (|U| x |LF|)
31
NMF: Embeddings to Similarities
LF1
LF2
• car is represented as an item embedding
• Given 2 embeddings, LFitem_i and Lfitem_j_
• Compute sim(LFitem_i , LFitem_j)
• Find pairwise values for all item pairs (|I| x |I|)
item embeddings
32
NMF: Persisting Item similarities
33
Method
§ best of both the worlds
§ robust
Business
§ higher CTR
§ lesser exits rates
User
§ engagement
§ diversity
hybrid
34
§Introduction
§Motivation & Use-cases
§Theory
§Implementation
§Outlook
35
Deep Learning
Dermatologist-level
classification of skin cancer
with deep neural networks
(Nature 542, 115-118, February
2017)
DeepStack: Expert-level artificial
intelligence in heads-up no-limit poker
(Science, March 2017)
Recent Breakthroughs in Deep Learning Reasons for Deep Learning
• captures nonlinear relations
• holistic approach, i.e. reduces number
of components possibly
• less feature engineering
• possibly improved quality
36
Approach: Wide and Deep Model
mileage
price
color
history
mileage
price
color
views
...
0.38
0.25
0.79
...
0
1
0
...
0
0.2
0.8
...
...
encodeencodeencodeencode
...
0.35
-0.15
2.03
cont.
cat.
cont.
cat.
userembeddingsitemembeddings
Output
cross-item
Probability that user X
likes vehicle Y
Deep
Component
Wide
Component
one-hot
37
Recommendations support users
to find the perfect vehicle based
on their preferences and by
collaboration
38
Any questions?lusion

Contenu connexe

Similaire à Which car fits my life? Mobile.de’s approach to recommendations

5-Forces Analysis, S-W-O-T, Strategic Recommendations - Car2Go (2017)
5-Forces Analysis, S-W-O-T, Strategic Recommendations - Car2Go (2017)5-Forces Analysis, S-W-O-T, Strategic Recommendations - Car2Go (2017)
5-Forces Analysis, S-W-O-T, Strategic Recommendations - Car2Go (2017)Lucas Schrodt
 
Reviewscan API Demo 2019
Reviewscan API Demo 2019Reviewscan API Demo 2019
Reviewscan API Demo 2019Elien van Riet
 
Make money with industrial design. Jukola7 presentation 2014
Make money with industrial design. Jukola7 presentation 2014Make money with industrial design. Jukola7 presentation 2014
Make money with industrial design. Jukola7 presentation 2014Lauri Aaltio
 
SEO | Understanding your Audience's Needs
SEO | Understanding your Audience's NeedsSEO | Understanding your Audience's Needs
SEO | Understanding your Audience's NeedsMichelle Wilding-Baker
 
Car Recommendation System Using Customer Reviews
Car Recommendation System Using Customer ReviewsCar Recommendation System Using Customer Reviews
Car Recommendation System Using Customer ReviewsIRJET Journal
 
What Is The First Automobile Perfected
What Is The First Automobile PerfectedWhat Is The First Automobile Perfected
What Is The First Automobile PerfectedJessica Deakin
 
What's New On Google - May 2013 Session
What's New On Google - May 2013 SessionWhat's New On Google - May 2013 Session
What's New On Google - May 2013 Sessionblue2purple
 
Ultra Prod SAS: Product Concept Proposal for Quot-O-Matic
Ultra Prod SAS:  Product Concept Proposal for Quot-O-MaticUltra Prod SAS:  Product Concept Proposal for Quot-O-Matic
Ultra Prod SAS: Product Concept Proposal for Quot-O-MaticTaylor Cavale
 
BMW Group Co-Creation Lab
BMW Group Co-Creation LabBMW Group Co-Creation Lab
BMW Group Co-Creation LabVolker Bilgram
 
HySolarKit - Solar Hybridization of Conventional Vehicles
HySolarKit - Solar Hybridization of Conventional Vehicles HySolarKit - Solar Hybridization of Conventional Vehicles
HySolarKit - Solar Hybridization of Conventional Vehicles Open Makers Italy
 
HUGIreland_VincentDeStocklin_DataScienceWorkflows
HUGIreland_VincentDeStocklin_DataScienceWorkflowsHUGIreland_VincentDeStocklin_DataScienceWorkflows
HUGIreland_VincentDeStocklin_DataScienceWorkflowsJohn Mulhall
 
2019 12 14 Global AI Bootcamp - Auto ML with Machine Learning.Net
2019 12 14 Global AI Bootcamp   - Auto ML with Machine Learning.Net2019 12 14 Global AI Bootcamp   - Auto ML with Machine Learning.Net
2019 12 14 Global AI Bootcamp - Auto ML with Machine Learning.NetBruno Capuano
 
Zeta case study presentation
Zeta case study presentationZeta case study presentation
Zeta case study presentationTim Foster
 
Building a First ML Component from 0 to Optimization with a Product-First App...
Building a First ML Component from 0 to Optimization with a Product-First App...Building a First ML Component from 0 to Optimization with a Product-First App...
Building a First ML Component from 0 to Optimization with a Product-First App...Product School
 
Top 4 Enterprise Bid Management Platforms for Digital Agencies | ymarketing
Top 4 Enterprise Bid Management Platforms for Digital Agencies | ymarketingTop 4 Enterprise Bid Management Platforms for Digital Agencies | ymarketing
Top 4 Enterprise Bid Management Platforms for Digital Agencies | ymarketingRyan Lash
 
Conversionista : Conversion manager course - Stockholm 20 march 2013
Conversionista : Conversion manager course  - Stockholm 20 march 2013Conversionista : Conversion manager course  - Stockholm 20 march 2013
Conversionista : Conversion manager course - Stockholm 20 march 2013Craig Sullivan
 
The Business Case for Better User Design
The Business Case for Better User DesignThe Business Case for Better User Design
The Business Case for Better User DesignChris Grow
 

Similaire à Which car fits my life? Mobile.de’s approach to recommendations (20)

5-Forces Analysis, S-W-O-T, Strategic Recommendations - Car2Go (2017)
5-Forces Analysis, S-W-O-T, Strategic Recommendations - Car2Go (2017)5-Forces Analysis, S-W-O-T, Strategic Recommendations - Car2Go (2017)
5-Forces Analysis, S-W-O-T, Strategic Recommendations - Car2Go (2017)
 
Big data: Bringing competition policy to the digital era – VARIAN – November ...
Big data: Bringing competition policy to the digital era – VARIAN – November ...Big data: Bringing competition policy to the digital era – VARIAN – November ...
Big data: Bringing competition policy to the digital era – VARIAN – November ...
 
Reviewscan API Demo 2019
Reviewscan API Demo 2019Reviewscan API Demo 2019
Reviewscan API Demo 2019
 
Make money with industrial design. Jukola7 presentation 2014
Make money with industrial design. Jukola7 presentation 2014Make money with industrial design. Jukola7 presentation 2014
Make money with industrial design. Jukola7 presentation 2014
 
SEO | Understanding your Audience's Needs
SEO | Understanding your Audience's NeedsSEO | Understanding your Audience's Needs
SEO | Understanding your Audience's Needs
 
Car Recommendation System Using Customer Reviews
Car Recommendation System Using Customer ReviewsCar Recommendation System Using Customer Reviews
Car Recommendation System Using Customer Reviews
 
What Is The First Automobile Perfected
What Is The First Automobile PerfectedWhat Is The First Automobile Perfected
What Is The First Automobile Perfected
 
What's New On Google - May 2013 Session
What's New On Google - May 2013 SessionWhat's New On Google - May 2013 Session
What's New On Google - May 2013 Session
 
Ultra Prod SAS: Product Concept Proposal for Quot-O-Matic
Ultra Prod SAS:  Product Concept Proposal for Quot-O-MaticUltra Prod SAS:  Product Concept Proposal for Quot-O-Matic
Ultra Prod SAS: Product Concept Proposal for Quot-O-Matic
 
Creating the Lean Car Dealer
Creating the Lean Car DealerCreating the Lean Car Dealer
Creating the Lean Car Dealer
 
LBC FINAL presentation
LBC FINAL presentationLBC FINAL presentation
LBC FINAL presentation
 
BMW Group Co-Creation Lab
BMW Group Co-Creation LabBMW Group Co-Creation Lab
BMW Group Co-Creation Lab
 
HySolarKit - Solar Hybridization of Conventional Vehicles
HySolarKit - Solar Hybridization of Conventional Vehicles HySolarKit - Solar Hybridization of Conventional Vehicles
HySolarKit - Solar Hybridization of Conventional Vehicles
 
HUGIreland_VincentDeStocklin_DataScienceWorkflows
HUGIreland_VincentDeStocklin_DataScienceWorkflowsHUGIreland_VincentDeStocklin_DataScienceWorkflows
HUGIreland_VincentDeStocklin_DataScienceWorkflows
 
2019 12 14 Global AI Bootcamp - Auto ML with Machine Learning.Net
2019 12 14 Global AI Bootcamp   - Auto ML with Machine Learning.Net2019 12 14 Global AI Bootcamp   - Auto ML with Machine Learning.Net
2019 12 14 Global AI Bootcamp - Auto ML with Machine Learning.Net
 
Zeta case study presentation
Zeta case study presentationZeta case study presentation
Zeta case study presentation
 
Building a First ML Component from 0 to Optimization with a Product-First App...
Building a First ML Component from 0 to Optimization with a Product-First App...Building a First ML Component from 0 to Optimization with a Product-First App...
Building a First ML Component from 0 to Optimization with a Product-First App...
 
Top 4 Enterprise Bid Management Platforms for Digital Agencies | ymarketing
Top 4 Enterprise Bid Management Platforms for Digital Agencies | ymarketingTop 4 Enterprise Bid Management Platforms for Digital Agencies | ymarketing
Top 4 Enterprise Bid Management Platforms for Digital Agencies | ymarketing
 
Conversionista : Conversion manager course - Stockholm 20 march 2013
Conversionista : Conversion manager course  - Stockholm 20 march 2013Conversionista : Conversion manager course  - Stockholm 20 march 2013
Conversionista : Conversion manager course - Stockholm 20 march 2013
 
The Business Case for Better User Design
The Business Case for Better User DesignThe Business Case for Better User Design
The Business Case for Better User Design
 

Plus de inovex GmbH

lldb – Debugger auf Abwegen
lldb – Debugger auf Abwegenlldb – Debugger auf Abwegen
lldb – Debugger auf Abwegeninovex GmbH
 
Are you sure about that?! Uncertainty Quantification in AI
Are you sure about that?! Uncertainty Quantification in AIAre you sure about that?! Uncertainty Quantification in AI
Are you sure about that?! Uncertainty Quantification in AIinovex GmbH
 
Why natural language is next step in the AI evolution
Why natural language is next step in the AI evolutionWhy natural language is next step in the AI evolution
Why natural language is next step in the AI evolutioninovex GmbH
 
Network Policies
Network PoliciesNetwork Policies
Network Policiesinovex GmbH
 
Interpretable Machine Learning
Interpretable Machine LearningInterpretable Machine Learning
Interpretable Machine Learninginovex GmbH
 
Jenkins X – CI/CD in wolkigen Umgebungen
Jenkins X – CI/CD in wolkigen UmgebungenJenkins X – CI/CD in wolkigen Umgebungen
Jenkins X – CI/CD in wolkigen Umgebungeninovex GmbH
 
AI auf Edge-Geraeten
AI auf Edge-GeraetenAI auf Edge-Geraeten
AI auf Edge-Geraeteninovex GmbH
 
Prometheus on Kubernetes
Prometheus on KubernetesPrometheus on Kubernetes
Prometheus on Kubernetesinovex GmbH
 
Deep Learning for Recommender Systems
Deep Learning for Recommender SystemsDeep Learning for Recommender Systems
Deep Learning for Recommender Systemsinovex GmbH
 
Representation Learning von Zeitreihen
Representation Learning von ZeitreihenRepresentation Learning von Zeitreihen
Representation Learning von Zeitreiheninovex GmbH
 
Talk to me – Chatbots und digitale Assistenten
Talk to me – Chatbots und digitale AssistentenTalk to me – Chatbots und digitale Assistenten
Talk to me – Chatbots und digitale Assistenteninovex GmbH
 
Künstlich intelligent?
Künstlich intelligent?Künstlich intelligent?
Künstlich intelligent?inovex GmbH
 
Das Android Open Source Project
Das Android Open Source ProjectDas Android Open Source Project
Das Android Open Source Projectinovex GmbH
 
Machine Learning Interpretability
Machine Learning InterpretabilityMachine Learning Interpretability
Machine Learning Interpretabilityinovex GmbH
 
Performance evaluation of GANs in a semisupervised OCR use case
Performance evaluation of GANs in a semisupervised OCR use casePerformance evaluation of GANs in a semisupervised OCR use case
Performance evaluation of GANs in a semisupervised OCR use caseinovex GmbH
 
People & Products – Lessons learned from the daily IT madness
People & Products – Lessons learned from the daily IT madnessPeople & Products – Lessons learned from the daily IT madness
People & Products – Lessons learned from the daily IT madnessinovex GmbH
 
Infrastructure as (real) Code – Manage your K8s resources with Pulumi
Infrastructure as (real) Code – Manage your K8s resources with PulumiInfrastructure as (real) Code – Manage your K8s resources with Pulumi
Infrastructure as (real) Code – Manage your K8s resources with Pulumiinovex GmbH
 

Plus de inovex GmbH (20)

lldb – Debugger auf Abwegen
lldb – Debugger auf Abwegenlldb – Debugger auf Abwegen
lldb – Debugger auf Abwegen
 
Are you sure about that?! Uncertainty Quantification in AI
Are you sure about that?! Uncertainty Quantification in AIAre you sure about that?! Uncertainty Quantification in AI
Are you sure about that?! Uncertainty Quantification in AI
 
Why natural language is next step in the AI evolution
Why natural language is next step in the AI evolutionWhy natural language is next step in the AI evolution
Why natural language is next step in the AI evolution
 
WWDC 2019 Recap
WWDC 2019 RecapWWDC 2019 Recap
WWDC 2019 Recap
 
Network Policies
Network PoliciesNetwork Policies
Network Policies
 
Interpretable Machine Learning
Interpretable Machine LearningInterpretable Machine Learning
Interpretable Machine Learning
 
Jenkins X – CI/CD in wolkigen Umgebungen
Jenkins X – CI/CD in wolkigen UmgebungenJenkins X – CI/CD in wolkigen Umgebungen
Jenkins X – CI/CD in wolkigen Umgebungen
 
AI auf Edge-Geraeten
AI auf Edge-GeraetenAI auf Edge-Geraeten
AI auf Edge-Geraeten
 
Prometheus on Kubernetes
Prometheus on KubernetesPrometheus on Kubernetes
Prometheus on Kubernetes
 
Deep Learning for Recommender Systems
Deep Learning for Recommender SystemsDeep Learning for Recommender Systems
Deep Learning for Recommender Systems
 
Azure IoT Edge
Azure IoT EdgeAzure IoT Edge
Azure IoT Edge
 
Representation Learning von Zeitreihen
Representation Learning von ZeitreihenRepresentation Learning von Zeitreihen
Representation Learning von Zeitreihen
 
Talk to me – Chatbots und digitale Assistenten
Talk to me – Chatbots und digitale AssistentenTalk to me – Chatbots und digitale Assistenten
Talk to me – Chatbots und digitale Assistenten
 
Künstlich intelligent?
Künstlich intelligent?Künstlich intelligent?
Künstlich intelligent?
 
Dev + Ops = Go
Dev + Ops = GoDev + Ops = Go
Dev + Ops = Go
 
Das Android Open Source Project
Das Android Open Source ProjectDas Android Open Source Project
Das Android Open Source Project
 
Machine Learning Interpretability
Machine Learning InterpretabilityMachine Learning Interpretability
Machine Learning Interpretability
 
Performance evaluation of GANs in a semisupervised OCR use case
Performance evaluation of GANs in a semisupervised OCR use casePerformance evaluation of GANs in a semisupervised OCR use case
Performance evaluation of GANs in a semisupervised OCR use case
 
People & Products – Lessons learned from the daily IT madness
People & Products – Lessons learned from the daily IT madnessPeople & Products – Lessons learned from the daily IT madness
People & Products – Lessons learned from the daily IT madness
 
Infrastructure as (real) Code – Manage your K8s resources with Pulumi
Infrastructure as (real) Code – Manage your K8s resources with PulumiInfrastructure as (real) Code – Manage your K8s resources with Pulumi
Infrastructure as (real) Code – Manage your K8s resources with Pulumi
 

Dernier

Transforming PMO Success with AI - Discover OnePlan Strategic Portfolio Work ...
Transforming PMO Success with AI - Discover OnePlan Strategic Portfolio Work ...Transforming PMO Success with AI - Discover OnePlan Strategic Portfolio Work ...
Transforming PMO Success with AI - Discover OnePlan Strategic Portfolio Work ...OnePlan Solutions
 
JS-Experts - Cybersecurity for Generative AI
JS-Experts - Cybersecurity for Generative AIJS-Experts - Cybersecurity for Generative AI
JS-Experts - Cybersecurity for Generative AIIvo Andreev
 
ARM Talk @ Rejekts - Will ARM be the new Mainstream in our Data Centers_.pdf
ARM Talk @ Rejekts - Will ARM be the new Mainstream in our Data Centers_.pdfARM Talk @ Rejekts - Will ARM be the new Mainstream in our Data Centers_.pdf
ARM Talk @ Rejekts - Will ARM be the new Mainstream in our Data Centers_.pdfTobias Schneck
 
OpenChain Webinar: Universal CVSS Calculator
OpenChain Webinar: Universal CVSS CalculatorOpenChain Webinar: Universal CVSS Calculator
OpenChain Webinar: Universal CVSS CalculatorShane Coughlan
 
Deep Learning for Images with PyTorch - Datacamp
Deep Learning for Images with PyTorch - DatacampDeep Learning for Images with PyTorch - Datacamp
Deep Learning for Images with PyTorch - DatacampVICTOR MAESTRE RAMIREZ
 
Generative AI for Cybersecurity - EC-Council
Generative AI for Cybersecurity - EC-CouncilGenerative AI for Cybersecurity - EC-Council
Generative AI for Cybersecurity - EC-CouncilVICTOR MAESTRE RAMIREZ
 
Webinar - IA generativa e grafi Neo4j: RAG time!
Webinar - IA generativa e grafi Neo4j: RAG time!Webinar - IA generativa e grafi Neo4j: RAG time!
Webinar - IA generativa e grafi Neo4j: RAG time!Neo4j
 
Your Vision, Our Expertise: TECUNIQUE's Tailored Software Teams
Your Vision, Our Expertise: TECUNIQUE's Tailored Software TeamsYour Vision, Our Expertise: TECUNIQUE's Tailored Software Teams
Your Vision, Our Expertise: TECUNIQUE's Tailored Software TeamsJaydeep Chhasatia
 
Growing Oxen: channel operators and retries
Growing Oxen: channel operators and retriesGrowing Oxen: channel operators and retries
Growing Oxen: channel operators and retriesSoftwareMill
 
Introduction-to-Software-Development-Outsourcing.pptx
Introduction-to-Software-Development-Outsourcing.pptxIntroduction-to-Software-Development-Outsourcing.pptx
Introduction-to-Software-Development-Outsourcing.pptxIntelliSource Technologies
 
About .NET 8 and a first glimpse into .NET9
About .NET 8 and a first glimpse into .NET9About .NET 8 and a first glimpse into .NET9
About .NET 8 and a first glimpse into .NET9Jürgen Gutsch
 
Why Choose Brain Inventory For Ecommerce Development.pdf
Why Choose Brain Inventory For Ecommerce Development.pdfWhy Choose Brain Inventory For Ecommerce Development.pdf
Why Choose Brain Inventory For Ecommerce Development.pdfBrain Inventory
 
Leveraging DxSherpa's Generative AI Services to Unlock Human-Machine Harmony
Leveraging DxSherpa's Generative AI Services to Unlock Human-Machine HarmonyLeveraging DxSherpa's Generative AI Services to Unlock Human-Machine Harmony
Leveraging DxSherpa's Generative AI Services to Unlock Human-Machine Harmonyelliciumsolutionspun
 
Kawika Technologies pvt ltd Software Development Company in Trivandrum
Kawika Technologies pvt ltd Software Development Company in TrivandrumKawika Technologies pvt ltd Software Development Company in Trivandrum
Kawika Technologies pvt ltd Software Development Company in TrivandrumKawika Technologies
 
Top Software Development Trends in 2024
Top Software Development Trends in  2024Top Software Development Trends in  2024
Top Software Development Trends in 2024Mind IT Systems
 
Big Data Bellevue Meetup | Enhancing Python Data Loading in the Cloud for AI/ML
Big Data Bellevue Meetup | Enhancing Python Data Loading in the Cloud for AI/MLBig Data Bellevue Meetup | Enhancing Python Data Loading in the Cloud for AI/ML
Big Data Bellevue Meetup | Enhancing Python Data Loading in the Cloud for AI/MLAlluxio, Inc.
 
Kubernetes go-live checklist for your microservices.pptx
Kubernetes go-live checklist for your microservices.pptxKubernetes go-live checklist for your microservices.pptx
Kubernetes go-live checklist for your microservices.pptxPrakarsh -
 
IA Generativa y Grafos de Neo4j: RAG time
IA Generativa y Grafos de Neo4j: RAG timeIA Generativa y Grafos de Neo4j: RAG time
IA Generativa y Grafos de Neo4j: RAG timeNeo4j
 
Optimizing Business Potential: A Guide to Outsourcing Engineering Services in...
Optimizing Business Potential: A Guide to Outsourcing Engineering Services in...Optimizing Business Potential: A Guide to Outsourcing Engineering Services in...
Optimizing Business Potential: A Guide to Outsourcing Engineering Services in...Jaydeep Chhasatia
 

Dernier (20)

Transforming PMO Success with AI - Discover OnePlan Strategic Portfolio Work ...
Transforming PMO Success with AI - Discover OnePlan Strategic Portfolio Work ...Transforming PMO Success with AI - Discover OnePlan Strategic Portfolio Work ...
Transforming PMO Success with AI - Discover OnePlan Strategic Portfolio Work ...
 
JS-Experts - Cybersecurity for Generative AI
JS-Experts - Cybersecurity for Generative AIJS-Experts - Cybersecurity for Generative AI
JS-Experts - Cybersecurity for Generative AI
 
ARM Talk @ Rejekts - Will ARM be the new Mainstream in our Data Centers_.pdf
ARM Talk @ Rejekts - Will ARM be the new Mainstream in our Data Centers_.pdfARM Talk @ Rejekts - Will ARM be the new Mainstream in our Data Centers_.pdf
ARM Talk @ Rejekts - Will ARM be the new Mainstream in our Data Centers_.pdf
 
OpenChain Webinar: Universal CVSS Calculator
OpenChain Webinar: Universal CVSS CalculatorOpenChain Webinar: Universal CVSS Calculator
OpenChain Webinar: Universal CVSS Calculator
 
Deep Learning for Images with PyTorch - Datacamp
Deep Learning for Images with PyTorch - DatacampDeep Learning for Images with PyTorch - Datacamp
Deep Learning for Images with PyTorch - Datacamp
 
Generative AI for Cybersecurity - EC-Council
Generative AI for Cybersecurity - EC-CouncilGenerative AI for Cybersecurity - EC-Council
Generative AI for Cybersecurity - EC-Council
 
Webinar - IA generativa e grafi Neo4j: RAG time!
Webinar - IA generativa e grafi Neo4j: RAG time!Webinar - IA generativa e grafi Neo4j: RAG time!
Webinar - IA generativa e grafi Neo4j: RAG time!
 
Your Vision, Our Expertise: TECUNIQUE's Tailored Software Teams
Your Vision, Our Expertise: TECUNIQUE's Tailored Software TeamsYour Vision, Our Expertise: TECUNIQUE's Tailored Software Teams
Your Vision, Our Expertise: TECUNIQUE's Tailored Software Teams
 
Growing Oxen: channel operators and retries
Growing Oxen: channel operators and retriesGrowing Oxen: channel operators and retries
Growing Oxen: channel operators and retries
 
Introduction-to-Software-Development-Outsourcing.pptx
Introduction-to-Software-Development-Outsourcing.pptxIntroduction-to-Software-Development-Outsourcing.pptx
Introduction-to-Software-Development-Outsourcing.pptx
 
About .NET 8 and a first glimpse into .NET9
About .NET 8 and a first glimpse into .NET9About .NET 8 and a first glimpse into .NET9
About .NET 8 and a first glimpse into .NET9
 
Why Choose Brain Inventory For Ecommerce Development.pdf
Why Choose Brain Inventory For Ecommerce Development.pdfWhy Choose Brain Inventory For Ecommerce Development.pdf
Why Choose Brain Inventory For Ecommerce Development.pdf
 
Leveraging DxSherpa's Generative AI Services to Unlock Human-Machine Harmony
Leveraging DxSherpa's Generative AI Services to Unlock Human-Machine HarmonyLeveraging DxSherpa's Generative AI Services to Unlock Human-Machine Harmony
Leveraging DxSherpa's Generative AI Services to Unlock Human-Machine Harmony
 
Sustainable Web Design - Claire Thornewill
Sustainable Web Design - Claire ThornewillSustainable Web Design - Claire Thornewill
Sustainable Web Design - Claire Thornewill
 
Kawika Technologies pvt ltd Software Development Company in Trivandrum
Kawika Technologies pvt ltd Software Development Company in TrivandrumKawika Technologies pvt ltd Software Development Company in Trivandrum
Kawika Technologies pvt ltd Software Development Company in Trivandrum
 
Top Software Development Trends in 2024
Top Software Development Trends in  2024Top Software Development Trends in  2024
Top Software Development Trends in 2024
 
Big Data Bellevue Meetup | Enhancing Python Data Loading in the Cloud for AI/ML
Big Data Bellevue Meetup | Enhancing Python Data Loading in the Cloud for AI/MLBig Data Bellevue Meetup | Enhancing Python Data Loading in the Cloud for AI/ML
Big Data Bellevue Meetup | Enhancing Python Data Loading in the Cloud for AI/ML
 
Kubernetes go-live checklist for your microservices.pptx
Kubernetes go-live checklist for your microservices.pptxKubernetes go-live checklist for your microservices.pptx
Kubernetes go-live checklist for your microservices.pptx
 
IA Generativa y Grafos de Neo4j: RAG time
IA Generativa y Grafos de Neo4j: RAG timeIA Generativa y Grafos de Neo4j: RAG time
IA Generativa y Grafos de Neo4j: RAG time
 
Optimizing Business Potential: A Guide to Outsourcing Engineering Services in...
Optimizing Business Potential: A Guide to Outsourcing Engineering Services in...Optimizing Business Potential: A Guide to Outsourcing Engineering Services in...
Optimizing Business Potential: A Guide to Outsourcing Engineering Services in...
 

Which car fits my life? Mobile.de’s approach to recommendations