GithubHelp home page GithubHelp logo

axtabio / hmlet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from qbxlvnf11/hmlet

0.0 0.0 0.0 53.77 MB

HMLET (Hybrid-Method-of-Linear-and-non-linEar-collaborative-filTering-method)

License: MIT License

Python 100.00%

hmlet's Introduction

Paper Accepted to WSDM'22

  • Title: Linear, or Non-Linear, That is the Question!

How to Use

  • Docker environments

docker pull pytorch/pytorch
  • Docker run

docker run --gpus all -it --rm --privileged -v {local_path}:/HMLET pytorch/pytorch bash -c "pip install pandas && pip install scipy && pip install sklearn && pip install tensorboardX && pip install openpyxl && cd /HMLET && {train_model_command}"
  • Train model

python train.py --dataset {dataset_name} --model {model_variants}

Methods Proposal Background and Purpose

  • Which embedding propagation (linear & non-linear) is more appropriate to recommender systems?

Methods

  • HMLET (Hybrid-Method-of-Linear-and-non-linEar-collaborative-filTering-method)

    • Dynamically selecting the best propagation method for each node in a layer using gating networks.
  • Four variants of HMLET: HMLET (End), HMLET (Middle), HMLET (Front), HMLET (All)

    • Four variants of HMLET in terms of the location of the non-linear propagation.

  • HMLET (End)

    • HMLET (End) shows best performance among these variants
    • Focusing on gating in the third and fourth layers
    • The detailed workflow of HMLET (End)

hmlet's People

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.