DropoutNet
DropoutNet copied to clipboard
Code for the NeurIPS'17 paper "DropoutNet: Addressing Cold Start in Recommender Systems"
Is there an updated version of this implementation? Unfortunately my lab doesn't support tf1 in our servers. Hoping to find a keras/tf2/pytorch implementation as I wanted to explore dropoutnet for...
When I execute main.py, I get:Allocation of 5224220000 exceeds 10% of system memory. Why?
Hi , Thanks for sharing the code along with paper for this interesting approach. Could you also please explain the preprocessing part for user,item content and user,item preference array(U.csv.bin,V.csv.bin). For...