Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Recommender Engines : A Peak into Predictive An...
Search
Raghav Bali
June 12, 2016
Programming
0
100
Recommender Engines : A Peak into Predictive Analytics
Proposed talk on Predictive Analytics and Recommender Engines
Raghav Bali
June 12, 2016
Tweet
Share
Other Decks in Programming
See All in Programming
開発生産性を上げるための生成AI活用術
starfish719
3
600
Advance Your Career with Open Source
ivargrimstad
0
500
Server Side Kotlin Meetup vol.16: 内部動作を理解して ハイパフォーマンスなサーバサイド Kotlin アプリケーションを書こう
ternbusty
3
180
AI Coding Meetup #3 - 導入セッション / ai-coding-meetup-3
izumin5210
0
3.3k
止められない医療アプリ、そっと Swift 6 へ
medley
1
170
株式会社 Sun terras カンパニーデック
sunterras
0
290
All About Angular's New Signal Forms
manfredsteyer
PRO
0
120
What's new in Spring Modulith?
olivergierke
1
140
[Kaigi on Rais 2025] 全問正解率3%: RubyKaigiで出題したやりがちな危険コード5選
power3812
0
120
その面倒な作業、「Dart」にやらせませんか? Flutter開発者のための業務効率化
yordgenome03
1
120
あなたとKaigi on Rails / Kaigi on Rails + You
shimoju
0
130
CSC305 Lecture 04
javiergs
PRO
0
270
Featured
See All Featured
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.5k
Rails Girls Zürich Keynote
gr2m
95
14k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
870
Code Review Best Practice
trishagee
72
19k
Context Engineering - Making Every Token Count
addyosmani
5
230
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
54
3k
RailsConf 2023
tenderlove
30
1.2k
Docker and Python
trallard
46
3.6k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
How GitHub (no longer) Works
holman
315
140k
Faster Mobile Websites
deanohume
310
31k
For a Future-Friendly Web
brad_frost
180
9.9k
Transcript
Recommender Engines A Peak into Predictive Analytics
Predictive Analytics http://giphy.com/gifs/season-6-the-simpsons-6x19-3orieSdZDhn7I6gViw
Predictive Analytics • Analysis of current and historical facts/data to
make predictions about the future • Traditionally a field of statistics/statistical computing. • Now encompasses machine learning and data mining. Current Data Historical Data Predict Future Machine Learning / Statistics
Analytical Maturity
Analytical Maturity
Recommender Engines • Class of Information Filtering systems • Model
user preferences • Analyse input data to predict output similar to user preferences.
Types of RE • Collaborative Filters • Content Based Filters
• Hybrid Recommender Engines http://i.imgur.com/xlXjtOL.jpg
RE: Collaborative Filters • Also termed as User Based CF
• Users with similar behaviours and/or attributes have similar preferences
RE : Content Based • Also termed as Item Based
CD+F • Item attributes along with user personas are utilized to build preference models
RE : Hybrid • Best of both worlds • Can
be modelled using User Based CF and Item Based CF in different configurations. • Less prone to issues of sparsity and cold start.
Quick and Dirty RE • Matrix Factorization based Recommender Engine
Quick and Dirty RE • Code and Results
Applications • Jobs you may be interested in • Who
to follow • Other movies you might enjoy
Issues • Cold Start Problem • Sparsity Problem • Filter
Bubble http://ebiquity.umbc.edu/blogger/2015/06/08/hot-stuff-at-coldstart/
References • R Machine Learning by Example (link) • Gartner
Analytics Maturity Model (link)
THANK YOU Raghav Bali (@rghv_bali) http://xkcd.org/892/