.. image:: pyeco.png :height: 20 :alt: Economie :target: http://www.xavierdupre.fr/app/ensae_teaching_cs/helpsphinx/td_2a_notions.html#pour-un-profil-plutot-economiste .. image:: pystat.png :height: 20 :alt: Statistique :target: http://www.xavierdupre.fr/app/ensae_teaching_cs/helpsphinx/td_2a_notions.html#pour-un-profil-plutot-data-scientist .. _l-td2a-sys-recommandation: Système de recommandations ++++++++++++++++++++++++++ *(à venir)* *Lectures* * `Item-Based Collaborative Filtering Recommendation Algorithms `_ * `Recommendations in Keras using triplet loss `_ * `AutoRec: Autoencoders Meet Collaborative Filtering `_, `Hybrid Recommender System based on Autoencoders `_ * `ACP et factorisation de matrices `_ * `The Why and How of Nonnegative Matrix Factorization `_ * `A tutorial on Non-Negative Matrix Factorisation with Applications to Audiovisual Content Analysis `_ * `Large-Scale Matrix Factorization with Missing Data under Additional Constraints `_ * `Quick Guide to Build a Recommendation Engine in Python `_ * `Recommender Systems in Python: Beginner Tutorial `_ * `Recommender Systems Using Linear Classifiers `_ (approche intéressante) * `A Survey of Accuracy Evaluation Metrics of Recommendation Tasks `_ * `Offline A/B Testing for Recommender Systems `_ * `Probabilistic Matrix Factorization `_ * `A Fast Parallel Stochastic Gradient Method for Matrix Factorization in Shared Memory Systems `_ * `Smart Adaptive Recommendations (SAR) Algorithm `_ * `Flexible, Scalable, Differentiable Simulation of Recommender Systems with RecSim NG `_ * `A quantum-inspired classical algorithm for recommendation systems `_ *Modules* * `scikit-learn `_ * `NonnegMFPy `_ : implémentation de l'algorithme décrit dans l'article `Large-Scale Matrix Factorization with Missing Data under Additional Constraints `_ * `scikit-surprise `_ (`documentation `_) * `pyrwr `_