Leavingseason / OpenLearning4DeepRecsys

Some deep learning based recsys for open learning.
398 stars 153 forks source link

seems no usage of dropout #15

Open hzwudi2014 opened 6 years ago

hzwudi2014 commented 6 years ago

hello, I don't find dropout param in the code but the paper says dropout can lift the performance is there any implementation of dropout in this project?

Leavingseason commented 6 years ago

Humm.... Yes I didn't use dropout logic in this version since we have started a new project named DeepRec, which includes deepFM and contains dropout logic. This project is expected to be released in about one or two months. If you really want to run a deepFM model with dropout config, tell me and I will add the logic in about 2 days.

hzwudi2014 commented 6 years ago

Thank u for replying I would really appreciate it if u can add the dropout logic in the code.
Looking forward to ur new project

Leavingseason commented 6 years ago

I have added the dropout code for the deepFM script.