摘要: 基于用户的协同过滤算法-参考《推荐系统实践》一书,作者:项亮 1 import random 2 import math 3 class UserBasedCF: 4 def __init__(self,datafile = None): 5 self.datafi... 阅读全文
posted @ 2014-12-11 10:32 junjunliu-66 阅读(2297) 评论(2) 推荐(1)