Skip to content

Commit

Permalink
documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
zenogantner committed Sep 27, 2010
1 parent baf02d9 commit 9293682
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
15 changes: 9 additions & 6 deletions README
Expand Up @@ -5,11 +5,12 @@ Features
- Choice:
- Dozens of different recommender engines,
- methods can use collaborative and attribute/content data,
- support for \textbf{on-line updates} to most models.
- support for on-line updates to most models.
- Ready to use:
- Includes evaluation routines for rating and item prediction;
quality measures MAE, RMSE, AUC, prec@N, NDCG; and
- command line tools that read a simple text-based input format.
- Compactness: Core library is 82KB "big".
- Portability: Written in C#, for the .NET platform;
runs on every architecture where Mono works: Linux, Windows, Mac OS X.
- Freedom: Free/Open Source software, distributed under the terms of the
Expand All @@ -25,15 +26,17 @@ Documentation
-------------
See doc/ for more documentation.

Getting it
----------
Getting MyMediaLite
-------------------
Browse+branch MyMediaLite's source code here:
http://gitorious.org/mymedialite/mymedialite
http://gitorious.org/mymedialite/mymedialite

Cloning the repository:
git clone git://gitorious.org/mymedialite/mymedialite.git mymedialite
cd mymedialite
git clone git://gitorious.org/mymedialite/mymedialite.git mymedialite
cd mymedialite

Binary packages:
http://www.ismll.uni-hildesheim.de/personen/gantner/MyMediaLite-0.02.tar.gz

Acknowledgments
---------------
Expand Down
2 changes: 1 addition & 1 deletion doc/Installation
@@ -1,5 +1,5 @@
System Requirements:
- Mono
- Mono or another recent .NET runtime

Instructions:
- For building from source, we recommend to use MonoDevelop.
Expand Down
Binary file modified doc/flyer/mymedialite-flyer.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions doc/flyer/mymedialite-flyer.tex
Expand Up @@ -85,6 +85,7 @@ \section{MyMediaLite's Key Features}
quality measures MAE, RMSE, AUC, prec@N, NDCG; and
\item command line tools that read a simple text-based input format.
\end{itemize}
\item \textbf{Compactness:} Core library is 82KB ``big''.
\item \textbf{Portability:} Written in C\#, for the .NET platform;
runs on every architecture where \href{www.mono-project.com}{Mono} works:
Linux, Windows, Mac OS X.
Expand Down

0 comments on commit 9293682

Please sign in to comment.