-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
varlen features implementations #29
Comments
pooling layers? can you say it more specifically? |
I meant mostly varlan sparse features, for example, sequence of item_ids. Every item id is a sparse feature, and the last 10 items purchased by a user is a sequence of embeddings of item-ids which can be aggregated with a pooling layer like averagepooling. |
I got it, it will be supported in next release. |
Thanks for your quick reply. Looking forward to it. Any ETA for the next release? |
It should be around October this year. |
sorry for bugging you. Wonder if the release mentioned above is available. Thank you very much |
I'm very very sorry for the delay of the original plan due to some other urgent tasks in the past two months. I will strive to release this new feature by the end of November.Sorry again. |
@minarastgar varlen features is ready. here for details #44 (comment) |
@jackguagua thank you so much. This is absolutely fantastic |
Hi @jackguagua , I have a quick question about Varlen Features. Let's say there is a varlen feature like
|
DT can't do what you want now. I'm not very clear about the purpose of doing this. If you have the code that uses keras to implement it, pls send to me for reference. |
Let me please clarify this, let say we have a list of movie_id [movie_id1, movie_id2,...,movie_id10] which are the last 10 movies watched by the user. On the other hand, we have a target movie which is movie_id100 (sparse_feature). for both streams (list of movie_id ) and sparse (target_title), we want to use movie_ids to build the embeddings. We do not want to generate different embeddings for entities in streams and sparse. the are coming from the same root which is movie_id. |
Do you have a plan to implement Varlen sparse features and different pooling layers?
The text was updated successfully, but these errors were encountered: