Git Product home page Git Product logo

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

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

hmlet's Issues

About the Gumbel-softmax

Hi author, thanks for your work!

I want to ask you about the idea of the article, that is, why you should use Gumbel-softmax - if I understand correctly, the input in this article is not sampling.Even with softmax, there should be no differentiable problems without reparameterization.

From the perspective of solving argmax‘s problem, I think softmax with temperature τ should also achieve a similar effect.

My understanding is that according to the statement in Alg1 and 2, a one-hot control variable needs to be output, but the specific explanation is still vague.

Best wishes!

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.