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
If I have 17 columns, each column is numeric range from 0 to 99. Now I want to embed each column to k latent vectors (e.g. k = 4)
I guess in my case
self.field_size = 17,
self. embedding_size = 4
self.feature_size = 100
What is features["feature_idx"] and features["feature_values"]? and what is their shapes?
The text was updated successfully, but these errors were encountered:
In FFM, I see the following parameters.
If I have 17 columns, each column is numeric range from 0 to 99. Now I want to embed each column to k latent vectors (e.g. k = 4)
I guess in my case
self.field_size = 17,
self. embedding_size = 4
self.feature_size = 100
What is features["feature_idx"] and features["feature_values"]? and what is their shapes?
The text was updated successfully, but these errors were encountered: