1 min read
Mortal MAB, Multi-Armed Bandit Related Mortal Multi Armed Bandit (2008) References papers.nips.cc/paper/2008/file/788d986905533aba051261497ecffcbb-Paper.pdf.
References www.chenshouyuan.com/papers/sdm14.pdf .
Summary 이 논문의 main research question: how approximated model posteriors affect the performance of decision making via Thompson Sampling in contextual bandits.
한줄 요약 한 번에 아이템 여러 개를 순서대로 배치하고, 사용자가 위에서부터 훑다가 하나를 클릭하면 멈춘다는 cascade 가정 아래에서, 특징 벡터를 쓰는 선형 bandit 알고리즘 C3-UCB 를 제안한다. Li et al., ICML 2016.
한줄 “요약 Contextual Bandit + Bootstrapped Neural Network로 CTR 예측의 불확실성을 추정하여 광고 추천에서 exploration을 수행.
Links Paper link Abstract optimism principle 에 기반한 알고리즘은 문제에 대한 구조를 exploit 하는데 실패하여 점근적으로 suboptimal 결과를 보임 context 분포와 exploration policy 가 나눠지도록 (decoupled) regret lower...
Metadata Tag: Contextual Bandit, Thompson sampling, LinUCB, Multi-Armed Bandit Link: towardsdatascience.com/recommender-systems-using-linucb-a-contextual-multi-armed-bandit-appr...
Abstract Probability Ranking Principle 에 의하면 top-K items 을 greedy 하게 rank 하는것이 optimal 함 대신 Introduction This work investigates how the “equity of exposure” principle can be...
Abstract 사용자와 콘텐츠 정보를 활용한 개인화 웹 서비스 (광고, 뉴스 등) 를 제공하는 것은 다음과 같은 두 가지 이유로 어렵다.
Introduction Thompson sampling is an old heuristic that has a spirit of Bayesian inference and selects an arm based on posterior samples of the expectation of each arm.