Introduction
This is an experimental Java port of the MyMediaLite Recommender System Library.
MyMediaLite is a lightweight, multi-purpose library of recommender system algorithms.
Please report problems and contribute to: https://github.com/zenogantner/MyMediaLiteJavaCommand Line Programs
API Documentation
Directory Structure
bin | Compiled classes |
build | JAR file containing all required classes |
doc | Documentation |
lib | Libraries |
scripts | Example scripts |
src | Source code |
License
MyMediaLiteJava is free software (open source software). It can be used and distributed under the terms of the GNU General Public License (GPL)
The fastutils library is free software distributed under the Apache License 2.0
The Colt library is free software distributed under the Colt License Agreement
Acknowledgements
MyMediaLite was developed by Zeno Gantner, Steffen Rendle, and Christoph Freudenthaler at the University of Hildesheim.
This Java port was developed by Chris Newell and Zeno Gantner.