Télécharger la liste

Description du projet

MyMediaLite is a lightweight, multi-purpose library of recommender system algorithms. It addresses the two most common scenarios in collaborative filtering: rating prediction (e.g. on a scale of 1 to 5 stars), and item prediction from implicit feedback (e.g. from clicks or purchase actions). It contains dozens of recommender engines, including state-of-the-art matrix factorization methods. It also supports real-time updates to the recommender engines, storing engines to disk and reloading them again, and several evaluation measures to compare the accuracy of different recommender system methods. Three command-line programs that offer most of the functionality contained in the library are included.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-12-31 04:14
3.06

Changements importants : pli-à l'appui de UserKNN pour la recommandation de l'élément ; évaluation moins prolixe de sortie ; et de nombreuses corrections de bugs.
Important changes: fold-in support for UserKNN for item recommendation; less verbose evaluation output; and many bugfixes.

2012-03-03 23:45
2.99

Float (32-bit) est maintenant utilisé au lieu du double (64-bit) pour stocker des cotes et de paramètres de modèle. La mise à jour incrémentielle API accepte maintenant plusieurs événements de rétroaction à la fois. Un nouvel indicateur de cote SVD ++ a été ajouté. LogisticRegressionMatrixFactorization et MultiCoreMatrixFactorization ont été fusionnées dans BiasedMatrixFactorization. Il y avait beaucoup de petites améliorations et corrections et le polissage.
Float (32-bit) is now used instead of double (64-bit) to store ratings and model parameters. The incremental update API now accepts several feedback events at once. A new SVD++ rating predictor was added. LogisticRegressionMatrixFactorization and MultiCoreMatrixFactorization were merged into BiasedMatrixFactorization. There were many small enhancements and fixes, and polishing.

2012-01-15 11:06
2.03

Les calculs de similarité sont maintenant plus rapides et consomment moins de mémoire. Cette version ajoute le nouveau critère de prévision évaluation des cote CBD (plafonnée déviance binomiale), nouvelles décisionnaires (MultiCoreBPRMF et LogisticRegressionMatrixFactorization) et de corrections de bogues et d'autres améliorations pour les décisionnaires, BPRMF, MultiCoreMatrixFactorization, TimeAwareBaseline, UserItemBaseline et ItemKNNCosine.
Similarity computations are now faster and consume less memory. This release adds the new rating prediction evaluation criterion CBD (capped binomial deviance), new recommenders (MultiCoreBPRMF and LogisticRegressionMatrixFactorization), and bugfixes and other improvements for the recommenders BPRMF, MultiCoreMatrixFactorization, TimeAwareBaseline, UserItemBaseline, and ItemKNNCosine.

2011-11-30 07:13
2.02

Peuvent maintenant être construit sans un IDE. Les outils de ligne de commande : scripts pour un déploiement facile sur Unix ; noms exécutables changés en minuscule ; une option pour ignorer la première ligne d'un fichier. Exemples de nouveau en F # et exemples simplifiées en c#, Python et Ruby. Méthodes d'évaluation sont beaucoup plus faciles à appeler. Il y a un nouveau prédicteur de cote de référence : co-clustering. Il y a des corrections de bogues et d'autres améliorations pour BPRMF, MultiCoreMatrixFactorization, TimeAwareBaseline et KNN.
Can now be built without an IDE. Command line tools: scripts for easy deployment on Unix; executable names changed to lower case; an option to ignore the first line of a file. New examples in F# and simplified examples in C#, Python, and Ruby. Evaluation methods are much easier to call. There is a new baseline rating predictor: co-clustering. There are bugfixes and other improvements for BPRMF, MultiCoreMatrixFactorization, TimeAwareBaseline, and KNN.

2011-11-15 08:10
2.01

Correction d'un crash dans l'outil de recommandation de point.
Tags: Bugfixes
A crash in the item recommendation tool has been fixed.

Project Resources