Python实现的推荐系统:Crab
jopen
11年前
Crab是基于Python开发的开源推荐软件,其中实现有item和user的协同过滤。
特性:
- Recommender Algorithms: User-Based Filtering and Item-Based Filtering
- Work in progress: Slope One, SVD, Evaluation of Recommenders.
- Planed: Sparse Matrices, REST API’s.