Giter Club home page Giter Club logo

recommondation-system's Introduction

Recommondation-System

一些传统推荐算法的实现,包括基于内容的推荐,协同过滤,矩阵分解

测试数据

测试数据使用的是movielens数据集

实现算法

  • 基于内容的推荐算法
  • 协同过滤推荐算法
  • 矩阵分解的推荐算法

代码结构

main.py 这是各种算法的入口

----data_preprocessing 对原始数据进行预处理的代码

----CB_recommendation 包含基于内容的推荐算法实现代码

----CF_recommendation 包含协同过滤推荐算法实现代码

----MF_recommendation 包含矩阵分解推荐算法实现代码

----measure 一些用于计算度量的方法

算法结果

算法 MSE RMSE
基于内容的推荐算法 0.96124462 0.98043083
协同过滤推荐算法 1.25509244 1.12030908
矩阵分解推荐算法 0.95787807 0.97871245

To do

  • 算法代码结构的优化
  • 基于图的推荐算法

recommondation-system's People

Contributors

qq209096727 avatar

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.