You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
May I ask if it is true that the organization of text_feat and image_feat are by the sequence of, for each row,
item 1, [embedding 1];
item 2,[embedding 2]; # as itemid sequence
...
or
item 9733, [embedding 9733];
item 14147, [embedding 14147]; # as the sequence from item_attribute.csv
...
Thanks! I am carrying out embedding_based i2i similarity recommendation.
The text was updated successfully, but these errors were encountered:
Thanks for your wonderful contribution for embedding netflix item data.
In python, when I load your Netflix data, the
text_feat.npy
andimage_feat.npy
both represents a numpy adarray. To be more exact:May I ask if it is true that the organization of text_feat and image_feat are by the sequence of, for each row,
item 1, [embedding 1];
item 2,[embedding 2]; # as itemid sequence
...
or
item 9733, [embedding 9733];
item 14147, [embedding 14147]; # as the sequence from
item_attribute.csv
...
Thanks! I am carrying out embedding_based i2i similarity recommendation.
The text was updated successfully, but these errors were encountered: