Yahoo! news article recommendation system by linUCB
-
Updated
Feb 1, 2018 - Python
Yahoo! news article recommendation system by linUCB
Multi Armed Bandits implementation using the Yahoo! Front Page Today Module User Click Log Dataset
Predict and recommend the news articles, user is most likely to click in real time.
Bandit algorithms
Contextual bandit algorithm called LinUCB / Linear Upper Confidence Bounds as proposed by Li, Langford and Schapire
Some visualizations of bandit algorithm outputs.
Reinforcement learning models for warfarin dose online estimation
python implementation of e-Greedy, UCB, LinUCB, LinThompson, and offline evaluator
A collection of implementations of the bandit problem.
A comprehensive Python library implementing a variety of contextual and non-contextual multi-armed bandit algorithms—including LinUCB, Epsilon-Greedy, Upper Confidence Bound (UCB), Thompson Sampling, KernelUCB, NeuralLinearBandit, and DecisionTreeBandit—designed for reinforcement learning applications
Data Mining course at ETH Zürich.
Recommendation using LinUCB algorithm
Add a description, image, and links to the linucb topic page so that developers can more easily learn about it.
To associate your repository with the linucb topic, visit your repo's landing page and select "manage topics."