项目作者: danfekete
项目描述 :
Collaborative recommendation system
高级语言: PHP
项目地址: git://github.com/danfekete/Recommender.git
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