Coder Social home page Coder Social logo

yuzurus / redis-recommend Goto Github PK

View Code? Open in Web Editor NEW
38.0 6.0 6.0 31 KB

PHP and wrapping Redis's sorted set APIs for specializing recommending operations.

Home Page: https://packagist.org/packages/yuzuru-s/redis-recommend

License: MIT License

Shell 3.76% PHP 96.24%
recommendation-algorithm redis php recommendation-engine

redis-recommend's Introduction

Simple Recommendation library for Redis and PHP

Coverage Status Build Status Stable Version Download Count License

Abstracting Redis's Sorted Set APIs and PHP to use as a recommending system.
This Recommendation algorithm use Collaborative Filtering, especially Jaccard coefficient

This Recommendation algorithm is used by Amazon.com

Amazon

Please check here for details.

Requirements

Installation

  • Using composer
{
    "require": {
       "yuzuru-s/redis-recommend": "1.0.*"
    }
}
$ php composer.phar update yuzuru-s/redis-recommend --dev

How to use

Please check sample code

How to run unit test

Run with default setting.

% vendor/bin/phpunit -c phpunit.xml.dist

Currently tested with PHP 7.2.0 + Redis 2.6.12.

History

  • 1.0.10
    • support php7.2
  • 1.0.9
    • unsupport HHVM
  • 1.0.8
    • support HHVM
  • 1.0.7
    • support php7.1
  • 1.0.6
    • bug fix
  • 1.0.5
    • supports travis CI and passed test and display code coverage.
  • 1.0.0
    • Published

License

Copyright (c) 2017 YUZURU SUZUKI. See MIT-LICENSE for further details.

Copyright

redis-recommend's People

Contributors

yuzurus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

redis-recommend's Issues

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.