├── 2020 ├── CIKM-2020.md ├── KDD-2020.md └── SIGIR-2020.md ├── 2021 ├── WWW-2021.md └── tech_blogs.md ├── README.md ├── articles.json ├── candidate_matching.md ├── cold_start_recommendation.md ├── ctr_prediction.md ├── debiasing.md ├── feature_engineering.md ├── news_recommendation.md ├── reinforcement_learning.md ├── reranking.md └── researchers.md /2020/CIKM-2020.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reczoo/RecBook/HEAD/2020/CIKM-2020.md -------------------------------------------------------------------------------- /2020/KDD-2020.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reczoo/RecBook/HEAD/2020/KDD-2020.md -------------------------------------------------------------------------------- /2020/SIGIR-2020.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reczoo/RecBook/HEAD/2020/SIGIR-2020.md -------------------------------------------------------------------------------- /2021/WWW-2021.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reczoo/RecBook/HEAD/2021/WWW-2021.md -------------------------------------------------------------------------------- /2021/tech_blogs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reczoo/RecBook/HEAD/2021/tech_blogs.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reczoo/RecBook/HEAD/README.md -------------------------------------------------------------------------------- /articles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reczoo/RecBook/HEAD/articles.json -------------------------------------------------------------------------------- /candidate_matching.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reczoo/RecBook/HEAD/candidate_matching.md -------------------------------------------------------------------------------- /cold_start_recommendation.md: -------------------------------------------------------------------------------- 1 | ## Cold-Start Recommendation 2 | -------------------------------------------------------------------------------- /ctr_prediction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reczoo/RecBook/HEAD/ctr_prediction.md -------------------------------------------------------------------------------- /debiasing.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /feature_engineering.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reczoo/RecBook/HEAD/feature_engineering.md -------------------------------------------------------------------------------- /news_recommendation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reczoo/RecBook/HEAD/news_recommendation.md -------------------------------------------------------------------------------- /reinforcement_learning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reczoo/RecBook/HEAD/reinforcement_learning.md -------------------------------------------------------------------------------- /reranking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reczoo/RecBook/HEAD/reranking.md -------------------------------------------------------------------------------- /researchers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reczoo/RecBook/HEAD/researchers.md --------------------------------------------------------------------------------