- Hands-On Recommendation Systems with Python
- Rounak Banik
- 140字
- 2021-07-16 18:19:08
Hybrid recommenders
As the name suggests, hybrid recommenders are robust systems that combine various types of recommender models, including the ones we've already explained. As we've seen in previous sections, each model has its own set of advantages and disadvantages. Hybrid systems try to nullify the disadvantage of one model against an advantage of another.
Let's consider the Netflix example again. When you sign in for the first time, Netflix overcomes the cold start problem of collaborative filters by using a content-based recommender, and, as you gradually start watching and rating movies, it brings its collaborative filtering mechanism into play. This is far more successful, so most practical recommender systems are hybrid in nature.
In this book, we will build a recommender system of each type and will examine all of the advantages and shortcomings described in the previous sections.
- 數(shù)據(jù)展現(xiàn)的藝術(shù)
- 大數(shù)據(jù)導(dǎo)論:思維、技術(shù)與應(yīng)用
- 人工智能超越人類
- 中文版Photoshop CS5數(shù)碼照片處理完全自學(xué)一本通
- PostgreSQL 11 Server Side Programming Quick Start Guide
- Dreamweaver 8中文版商業(yè)案例精粹
- Dreamweaver CS3網(wǎng)頁(yè)設(shè)計(jì)與網(wǎng)站建設(shè)詳解
- 返璞歸真:UNIX技術(shù)內(nèi)幕
- 統(tǒng)計(jì)學(xué)習(xí)理論與方法:R語(yǔ)言版
- 完全掌握AutoCAD 2008中文版:機(jī)械篇
- JSP從入門到精通
- 網(wǎng)絡(luò)安全與防護(hù)
- Godot Engine Game Development Projects
- Spatial Analytics with ArcGIS
- Photoshop CS4數(shù)碼攝影處理50例