OpenLearning4DeepRecsys icon indicating copy to clipboard operation
OpenLearning4DeepRecsys copied to clipboard

seems no usage of dropout

Open hzwudi2014 opened this issue 7 years ago • 3 comments

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?

hzwudi2014 avatar May 18 '18 06:05 hzwudi2014

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.

Leavingseason avatar May 20 '18 13:05 Leavingseason

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

hzwudi2014 avatar May 22 '18 06:05 hzwudi2014

I have added the dropout code for the deepFM script.

Leavingseason avatar May 22 '18 13:05 Leavingseason