amazon-archives / amazon-dsstne

Deep Scalable Sparse Tensor Network Engine (DSSTNE) is an Amazon developed library for building Deep Learning (DL) machine learning (ML) models
Apache License 2.0
4.41k stars 731 forks source link

if we have more user features or item features,how to do for input file #149

Open lvjunmei opened 6 years ago

lvjunmei commented 6 years ago

information as follows: userid user_features itemid item_feature rating

rgeorgej commented 6 years ago

Can you tel me how are you going to use those features

lvjunmei commented 6 years ago

thanks..first ,i have user's  age and sex and rating,i don't know how to add this to the input .because the example of Movielens only use user id,item id and timestamp,so i understand only like rating matrix can be a input. and i want to know how to use checkpoint(gl.500nc.nc) continue to train save as gl.nc . thank you.

rgeorgej commented 6 years ago

The examples which we gave you had only feature which was the purchase. But you want to add 3 Features for each customer . Am i Right with that ?

lvjunmei commented 6 years ago

yes,right

spacelover1 commented 4 years ago

Hi, Okay so no answers provided here and I'm having the same question, that how can I add more features of either items or users, to improve the recommendations?

scottlegrand commented 4 years ago

If you look at the CIFAR-10 sample, it shows how to build your own training and inference pipeline.

If that's too complicated, Amazon to the best of my knowledge has deprecated this framework and will not be throwing additional resources at supporting it, so I would focus on making use of TF or PyTorch instead, pressing them for better sparse data performance because TF has made zero progress in that direction since 2016 and PyTorch could use some sparse TLC as well.