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
Railsだからできる 例外業務に禍根を残さない 設定設計パターン
ei_ei_eiichi
0
390
CSC509 Lecture 06
javiergs
PRO
0
260
XP, Testing and ninja testing ZOZ5
m_seki
3
490
エンジニアとして高みを目指す、 利益を生み出す設計の考え方 / design-for-profit
minodriven
23
12k
Devoxx BE - Local Development in the AI Era
kdubois
0
100
Playwrightはどのようにクロスブラウザをサポートしているのか
yotahada3
7
2.3k
Advance Your Career with Open Source
ivargrimstad
0
420
Conquering Massive Traffic Spikes in Ruby Applications with Pitchfork
riseshia
0
160
Introducing ReActionView: A new ActionView-Compatible ERB Engine @ Kaigi on Rails 2025, Tokyo, Japan
marcoroth
3
960
uniqueパッケージの内部実装を支えるweak pointerの話
magavel
0
940
Go Conference 2025: Goで体感するMultipath TCP ― Go 1.24 時代の MPTCP Listener を理解する
takehaya
7
1.6k
開発生産性を上げるための生成AI活用術
starfish719
3
240
Featured
See All Featured
A designer walks into a library…
pauljervisheath
209
24k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
BBQ
matthewcrist
89
9.8k
Reflections from 52 weeks, 52 projects
jeffersonlam
352
21k
The Art of Programming - Codeland 2020
erikaheidi
56
14k
The Straight Up "How To Draw Better" Workshop
denniskardys
237
140k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
358
30k
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.6k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
How to Think Like a Performance Engineer
csswizardry
27
2k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Done Done
chrislema
185
16k
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/