├── LICENSE ├── LinUCB.ipynb ├── README.md ├── _commons.py ├── dataset.ipynb ├── hybridLinUCB.ipynb ├── hybridLinUCB.py ├── linUCB.py ├── movielens.py └── report ├── Bartyzal_report.pdf ├── Bartyzal_report.tex ├── LinUCB in Recommendation.pdf └── img ├── HybridLinUCB-fixed.png ├── HybridLinUCB-stochastic-100.png ├── HybridLinUCB_alg.png ├── LinUCB-fixed.png ├── LinUCB-stochastic.png └── LinUCB_alg.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BartyzalRadek/contextual-bandits-recommender/HEAD/LICENSE -------------------------------------------------------------------------------- /LinUCB.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BartyzalRadek/contextual-bandits-recommender/HEAD/LinUCB.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BartyzalRadek/contextual-bandits-recommender/HEAD/README.md -------------------------------------------------------------------------------- /_commons.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BartyzalRadek/contextual-bandits-recommender/HEAD/_commons.py -------------------------------------------------------------------------------- /dataset.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BartyzalRadek/contextual-bandits-recommender/HEAD/dataset.ipynb -------------------------------------------------------------------------------- /hybridLinUCB.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BartyzalRadek/contextual-bandits-recommender/HEAD/hybridLinUCB.ipynb -------------------------------------------------------------------------------- /hybridLinUCB.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BartyzalRadek/contextual-bandits-recommender/HEAD/hybridLinUCB.py -------------------------------------------------------------------------------- /linUCB.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BartyzalRadek/contextual-bandits-recommender/HEAD/linUCB.py -------------------------------------------------------------------------------- /movielens.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BartyzalRadek/contextual-bandits-recommender/HEAD/movielens.py -------------------------------------------------------------------------------- /report/Bartyzal_report.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BartyzalRadek/contextual-bandits-recommender/HEAD/report/Bartyzal_report.pdf -------------------------------------------------------------------------------- /report/Bartyzal_report.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BartyzalRadek/contextual-bandits-recommender/HEAD/report/Bartyzal_report.tex -------------------------------------------------------------------------------- /report/LinUCB in Recommendation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BartyzalRadek/contextual-bandits-recommender/HEAD/report/LinUCB in Recommendation.pdf -------------------------------------------------------------------------------- /report/img/HybridLinUCB-fixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BartyzalRadek/contextual-bandits-recommender/HEAD/report/img/HybridLinUCB-fixed.png -------------------------------------------------------------------------------- /report/img/HybridLinUCB-stochastic-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BartyzalRadek/contextual-bandits-recommender/HEAD/report/img/HybridLinUCB-stochastic-100.png -------------------------------------------------------------------------------- /report/img/HybridLinUCB_alg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BartyzalRadek/contextual-bandits-recommender/HEAD/report/img/HybridLinUCB_alg.png -------------------------------------------------------------------------------- /report/img/LinUCB-fixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BartyzalRadek/contextual-bandits-recommender/HEAD/report/img/LinUCB-fixed.png -------------------------------------------------------------------------------- /report/img/LinUCB-stochastic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BartyzalRadek/contextual-bandits-recommender/HEAD/report/img/LinUCB-stochastic.png -------------------------------------------------------------------------------- /report/img/LinUCB_alg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BartyzalRadek/contextual-bandits-recommender/HEAD/report/img/LinUCB_alg.png --------------------------------------------------------------------------------