Giter Club home page Giter Club logo

Comments (5)

Songweiping avatar Songweiping commented on July 24, 2024

Hi @IcyLiGit ,
Sorry about that you can't reproduce the results. First, I didn't test the code with "top1" loss, thus I have no idea how to set "good" parameters, either. Second, did you get the numbers 0.59 and 0.23 by running theano implementation?
BTW, I use Adam optimizer defaultly and you may try RMSProp(default optimizer in theano implementation) or others. Tuning initial learning rate and dropout rate would also help.
Good Luck!

Weiping

from gru4rec_tensorflow.

ownership-xyz avatar ownership-xyz commented on July 24, 2024

@Songweiping
I had ran the original theano code and it produced the right result as that in the paper.Actually, in theano code, the optimizer is adagrad. However, I found adagrad and adadelta do not work in tensorflow implementation.

RMSprop and adam with cross-entropy loss and softmax activation function may work in your implementation. However, top1 and bpr can just produce a result of 0.48 (not 0.6 in paper) , and it seems loss value decrease quicker in tf. (Maybe caused by overfitting? But I can not find the differences of these two implementation....)

from gru4rec_tensorflow.

ownership-xyz avatar ownership-xyz commented on July 24, 2024

I use the same parameter settings in these two implementations. (Softmax + cross-entropy + 0.5 drop + 0.001 lr without decay). However, the losses reported are different.

theano:
2017-11-14 3 46 07

tensorflow:
2017-11-14 3 45 45

from gru4rec_tensorflow.

Songweiping avatar Songweiping commented on July 24, 2024

It seems that TF converges faster than Theano. So how about:

  1. decease training steps.
  2. more concretely, use validation data to prevent over-fitting(early stop).

Weiping

from gru4rec_tensorflow.

gds123 avatar gds123 commented on July 24, 2024

I find the similar issue too
I add dynamic_rnn to Weiping's code, the recall then drop to 0.43 for Softmax + cross-entropy
the recall is 0.43 for top1

and it's not overfitting, I have check the recall on training data
@Songweiping
@IcyLiGit

from gru4rec_tensorflow.

Related Issues (20)

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.