All Projects → candidate-selection-tutorial-sigir2017 → Candidate Selection Tutorial

candidate-selection-tutorial-sigir2017 / Candidate Selection Tutorial

Licence: apache-2.0
SIGIR 2017 Candidate Selection Tutorial (http://sigir.org/sigir2017/program/tutorials/#candidate)

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Candidate Selection Tutorial

Algolia Swift Demo
iOS instant search tutorial
Stars: ✭ 23 (+76.92%)
Mutual labels:  tutorial
Sign In With Apple Swift Example
iOS + Node.js authentication using Sign in with Apple
Stars: ✭ 27 (+107.69%)
Mutual labels:  tutorial
Python Django For Php Nerds
A tutorial for PHP people wanting to learn Python/Django
Stars: ✭ 9 (-30.77%)
Mutual labels:  tutorial
Elm Cheat Sheet
An overview of Elm syntax and features
Stars: ✭ 928 (+7038.46%)
Mutual labels:  tutorial
Voting Blockchain
A simple blockchain-based voting system application built from scratch by Python. It's available for running with multipeer.
Stars: ✭ 26 (+100%)
Mutual labels:  tutorial
Nginx Tutorial
这是一个 Nginx 极简教程,目的在于帮助新手快速入门 Nginx。
Stars: ✭ 845 (+6400%)
Mutual labels:  tutorial
Fastapi Realworld Example App
Backend logic implementation for https://github.com/gothinkster/realworld with awesome FastAPI
Stars: ✭ 911 (+6907.69%)
Mutual labels:  tutorial
Ros Academy For Beginners
中国大学MOOC《机器人操作系统入门》代码示例 ROS tutorial
Stars: ✭ 861 (+6523.08%)
Mutual labels:  tutorial
Rmarkdown Website Tutorial
Tutorial for creating websites w/ R Markdown
Stars: ✭ 26 (+100%)
Mutual labels:  tutorial
Sbt Scripting
Getting started tutorial for scripting using sbt.
Stars: ✭ 9 (-30.77%)
Mutual labels:  tutorial
R Notes
Notes for using R language to do data mining and machine learning (Chinese)
Stars: ✭ 25 (+92.31%)
Mutual labels:  tutorial
Osgi For Mere Mortals
Sample code for my "OSGi for mere mortals" presentation at ApacheCon NA 2011
Stars: ✭ 25 (+92.31%)
Mutual labels:  tutorial
Ios Uiimage Render To Pdf
iOS Render UIImage to PDF and merging PDF files
Stars: ✭ 8 (-38.46%)
Mutual labels:  tutorial
Python Introducing Pandas
Introduction to pandas Treehouse course
Stars: ✭ 24 (+84.62%)
Mutual labels:  tutorial
Awesome Google Colab
Google Colaboratory Notebooks and Repositories (by @firmai)
Stars: ✭ 863 (+6538.46%)
Mutual labels:  tutorial
Har Keras Coreml
Human Activity Recognition (HAR) with Keras and CoreML
Stars: ✭ 23 (+76.92%)
Mutual labels:  tutorial
Network Examples
Linux networking examples and tutorials
Stars: ✭ 837 (+6338.46%)
Mutual labels:  tutorial
Kaleidoscope
Haskell LLVM JIT Compiler Tutorial
Stars: ✭ 870 (+6592.31%)
Mutual labels:  tutorial
Netty Tutorials
Netty 4.x tutorials.
Stars: ✭ 11 (-15.38%)
Mutual labels:  tutorial
Tns Restful Json Api
This is the code repository that goes along with the "TheNewStack" article for RESTful JSON API post
Stars: ✭ 846 (+6407.69%)
Mutual labels:  tutorial

SIGIR 2017 - Candidate Selection for Personalized Search and Recommender Systems

Abstract

Modern day social media search and recommender systems require complex query formulation that incorporates both user context and their explicit search queries. Users expect these systems to be fast and provide relevant results to their query and context. With millions of documents to choose from, these systems utilize a multi-pass scoring function to narrow the results and provide the most relevant ones to users. Candidate selection is required to sift through all the documents in the index and select a relevant few to be ranked by subsequent scoring functions. It becomes crucial to narrow down the document set while maintaining relevant ones in resulting set. In this tutorial we survey various candidate selection techniques and deep dive into case studies on a large scale social media platform. In the later half we provide hands-on tutorial where we explore building these candidate selection models on a real world dataset and see how to balance the tradeoff between relevance and latency.

Presenters

Dhruv Arya, Ganesh Venkataraman, Aman Grover, Krishnaram Kenthapadi, Yiqun Liu

Final Output

Demo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].