Giter VIP home page Giter VIP logo

plaberlin / itemcollab Goto Github PK

View Code? Open in Web Editor NEW
7.0 0.0 3.0 4.9 MB

ItemCollab包括数据处理、物品推荐、质量评价三个模块。数据处理模块实现数据导入、稀疏度分析和训练集划分功能;物品推荐模块实现了目前主流的几种推荐算法;质量评价模块实现对推荐质量的图表展示功能。ItemCollab扩展性好,便于引用,可帮助用户构建自己的个性化推荐系统

Python 100.00%

itemcollab's Introduction

ItemCollab

ItemCollab是一个用于实现个性化推荐的Python软件包。

它包括数据处理、物品推荐、质量评价三个模块。数据处理模块实现数据导入、稀疏度分析和训练集划分功能;物品推荐模块实现了目前主流的几种推荐算法;质量评价模块实现对推荐质量的图表展示功能。ItemCollab扩展性好,便于引用,可帮助用户构建自己的个性化推荐系统

ml-100k.zip是本软件包内置的数据集,用户可将其下载解压后作为示例程序的数据输入

cosine_similarity.py是一个调整的余弦相似度模型的示例

recommendations.py是本软件包的主体程序,其运行示例如下:

r = recommender(users2) r.computeDeviations() g = users2["Ben"] print(r.slopeOneRecommendations(g))

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.