Closed miguelgfierro closed 6 years ago
Thanks @miguelgfierro for sharing your experiments! I think the main reason “inverse” pyramids work better is because then first layer is not as heavy as in the “classical” and therefore overfitting is less likely which is important for smaller datasets like this. BTW, is this movielense 1M or 20M? I’ll set up some experiments to run over the weekend to see if we can improve this RMSE. What was the best you’ve got using ALS on the same dataset?
Hey, I updated the initial comment with more results.
I'm using movielense 20M.
The best result I got for now is: h256.256.256.256.512_lr0.005_dp0.8_bs32_aug0_ep50_wd0.00001_elu, Process time 7876s, RMSE: 0.8208981665592793
I did experiments with Movielens 20M in databricks with sparkml ALS and also using the implementation with GPU of spotlight. Using rank 12 I got 0.80.
The only problem is that I haven't used the exact same partition of the dataset in the 3 experiments, however, using two different partitions with ALS in databricks and spotlight I got similar results. One of my next steps is to create a common partition repeat the experiments on the 3 frameworks.
Hi,
Can you please help me understand how can i set up the environment on GCP? I am somehow not able to set it up properly.
--
"invalid literal for int() with base10: '1,2003,Dianosaur plane"
Please help!!
@vaidoorya apparently your input is in the wrong format. Follow the Readme with Netflix data and then make sure your data follows the same format
I was’nt able to prepare the data using the code, some error kept on coming – can you atleast let me know the format used to run the codes?
From: Oleksii Kuchaiev [mailto:notifications@github.com] Sent: Saturday, March 3, 2018 9:47 AM To: NVIDIA/DeepRecommender DeepRecommender@noreply.github.com Cc: Vaidoorya Agarwal (Big Data Analytics) vaidoorya.agarwal@wipro.com; Mention mention@noreply.github.com Subject: Re: [NVIDIA/DeepRecommender] Movielens experiments (#11)
This mail has been sent from an external source. Treat hyperlinks and attachments in this email with caution
@vaidooryahttps://github.com/vaidoorya apparently your input is in the wrong format. Follow the Readme with Netflix data and then make sure your data follows the same format
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/NVIDIA/DeepRecommender/issues/11#issuecomment-370116269, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ANG4r4U1caGtmQbhyWq9uvI3bXNXexDrks5tahlVgaJpZM4SB7TH.
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com
Hey @okuchaiev I've been doing some experiments with the movielens dataset 20M, everything is in 1 GPU P100, wd=0, selu, sdg with momentum and the other default options, here the results:
Some observations:
Did you have time to do some experiments on your side?