hexiangnan / neural_collaborative_filtering

Neural Collaborative Filtering
Apache License 2.0
1.79k stars 652 forks source link

Embedding Layer #51

Closed SyedTauhidUllahShah closed 5 years ago

SyedTauhidUllahShah commented 5 years ago

Please explain how does this work? MF_Embedding_User = Embedding(input_dim = num_users, output_dim = latent_dim, name = 'user_embedding', init = init_normal, W_regularizer = l2(regs[0]), input_length=1) user_latent = Flatten()(MF_Embedding_User(user_input))

xindubawukong commented 4 years ago

Hi. Do you understand it now?