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
Go 1.26でのsliceのメモリアロケーション最適化 / Go 1.26 リリースパーティ #go126party
mazrean
1
400
ふつうの Rubyist、ちいさなデバイス、大きな一年
bash0c7
0
950
AIに任せる範囲を安全に広げるためにやっていること
fukucheee
0
130
AHC061解説
shun_pi
0
380
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
310
The Ralph Wiggum Loop: First Principles of Autonomous Development
sembayui
0
3.7k
Unity6.3 AudioUpdate
cova8bitdots
0
130
オブザーバビリティ駆動開発って実際どうなの?
yohfee
3
850
AI時代のソフトウェア開発でも「人が仕様を書く」から始めよう-医療IT現場での実践とこれから
koukimiura
0
150
20260315 AWSなんもわからん🥲
chiilog
2
150
AI Assistants for Your Angular Solutions
manfredsteyer
PRO
0
140
Fundamentals of Software Engineering In the Age of AI
therealdanvega
1
250
Featured
See All Featured
Ten Tips & Tricks for a 🌱 transition
stuffmc
0
87
The Illustrated Guide to Node.js - THAT Conference 2024
reverentgeek
1
310
Producing Creativity
orderedlist
PRO
348
40k
Art, The Web, and Tiny UX
lynnandtonic
304
21k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Hiding What from Whom? A Critical Review of the History of Programming languages for Music
tomoyanonymous
2
550
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
1.2k
How to Talk to Developers About Accessibility
jct
2
150
Amusing Abliteration
ianozsvald
0
130
Building a A Zero-Code AI SEO Workflow
portentint
PRO
0
390
Product Roadmaps are Hard
iamctodd
PRO
55
12k
Fashionably flexible responsive web design (full day workshop)
malarkey
408
66k
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/