Skip to content

ChanKamShing/UserCF_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UserCF_python

基于Python实现User的协同过滤CF

原始数据u.data格式为(user_id,item_id,rating,timestamp),这所有的数据来源是通过943个用户对1682个items进行打分。

计算用户相似度时,使用了最为简单的杰卡尔德算法。

思路讲解:https://blog.csdn.net/weixin_39400271/article/details/100052023

About

基于Python实现User的协同过滤CF

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages