项目作者: danfekete

项目描述 :
Collaborative recommendation system
高级语言: PHP
项目地址: git://github.com/danfekete/Recommender.git
创建时间: 2016-11-28T15:14:58Z
项目社区:https://github.com/danfekete/Recommender

开源协议:

下载


Recommender

Implementation of a Collaborative recommendation system, which means it uses the user’s past behaviour to recommend products to buy.

Parts:

  • Model: This contains the data about the past purchases (or similar behaviours)
  • Storage: The presistent storage where the similarity sets are stored and retrieved, acts as a cache
  • Engine: The similarity engine, which calculates the similarity score between two sets