Giter Club home page Giter Club logo

ranksys's Introduction

RankSys: Java 8 Recommender Systems framework for novelty, diversity and much more

Maven Central Build Status GitHub license

Introduction

RankSys is a new framework for the implementation and evaluation of recommendation algorithms and techniques that has resulted from a line of research work that is currently documented in several publications (see here) and a PhD thesis. While it is envisioned as a framework for the generic experimentation of recommendation technologies, it includes substantial support focusing on the evaluation and enhancement of novelty and diversity. RankSys derives its name from explicitly targeting the ranking task problem, rather than rating prediction. This decision is reflected in the design of the different core interfaces and components of the framework.

The framework has been programmed with Java 8, which is the most recent version of the popular programming language. We take advantage of many of the new features of the language, such as the use of lambda functions, Stream's and facilities for automatic parallelization of the code. The code licensed under the MPL 2.0.

The publicly available version of this framework (0.4.3) includes implementations of several collaborative filtering recommendation algorithms as well as a wide variety of novelty and diversity metrics and re-ranking techniques. The modules published to date are the following:

  • RankSys-core: common and auxiliary classes of the framework.
  • RankSys-fast: support for fast and efficient implementation of data structures and algorithms.
  • RankSys-metrics: interfaces and common components for defining metrics.
  • RankSys-rec: support for generating recommendation lists.
  • RankSys-nn: nearest neighbors recommendation algorithms.
  • RankSys-mf: matrix factorization recommendation algorithms.
  • RankSys-fm: factorisation machines for recommendation tasks using JavaFM.
  • RankSys-lda: Latent Dirichlet Allocation for collaborative filtering recommendation algorithms.
  • RankSys-novdiv: common resources for novelty and diversity metrics and enhancement techniques.
  • RankSys-novelty: novelty metrics and enhancement techniques.
  • RankSys-diversity: diversity metrics and enhancement techniques.
  • RankSys-compression: state-of-art compression techniques for in-memory collaborative filtering.
  • RankSys-examples: examples of usage of the previous modules.

Maven

If you want to use the whole framework, include the following dependency:

<dependency>
    <groupId>org.ranksys</groupId>
    <artifactId>RankSys</artifactId>
    <version>0.4.3</version>
</dependency>

Alternatively, include in your project dependencies only the modules of RankSys that you require:

<dependency>
    <groupId>org.ranksys</groupId>
    <artifactId>RankSys-MODULENAME</artifactId>
    <version>0.4.3</version>
</dependency>

where MODULENAME is replaced by core, fast, metrics, rec, etc.

ranksys's People

Contributors

saulvargas avatar javiersanzcruza avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.