Giter Club home page Giter Club logo

recsyspy's Introduction

Recsyspy

Classic recommendation algorithms implementation

Algorithm

DNN Model RMSE MAE
NeuMF 0.9433 0.7485
MF Model RMSE MAE
Baseline 0.946 0.742
SVD 0.931 0.731
SVDPlusPlus 0.927 0.726
Explicit ALS 1.199 0.903
Implicit ALS 2.752 2.525
Neighborhood Model RMSE MAE
Itemcf 1.029 0.802
WeightedSlopOne 1.043 0.835

Example

import os

from util.databuilder import DataBuilder
from algorithm.dnn.neumf import NeuMF

file_name = os.path.abspath("data/ml-100k/u.data")
data_builder = DataBuilder(file_name, just_test_one=True)


data_builder.eval(NeuMF(epochs=2), k_folds=5)

Dateset

  • MovieLens

Papers

Dnn Algorithm

  • Neural Collaborative Filtering

MF Algorithm

  • Yehuda Koren. Factorization meets the neighborhood: a multifaceted collaborative filtering model
  • Matrix factorization techniques for recommender systems
  • Advances in Collaborative Filtering

Neighborhood Algorithm

  • Slope one predictors for online rating-based collaborative filtering

recsyspy's People

Contributors

lxmly 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.