danilo62 OP t1_jeeygpe wrote
Reply to comment by --dany-- in [D] Best deal with varying number of inputs each with variable size using and RNN? (for an NLP task) by danilo62
But even then, with the other features (sentiment analysis, tf-idf) how would I feed a vector containing a varying number of tokens and other types of features? I can't see how you would this using an RNN. That is for each post
--dany-- t1_jefcm9m wrote
The embedding contains all information like sentiment or tf-idf. You just need to train a model to predict trait from post embedding then average over all posts by a person. I didn’t suggest using RNN. Are you sure you were replying my comment?
danilo62 OP t1_jefo88t wrote
Oh, I hadn't realized that you meant that the embedding would contain information about other features, I get it now. I was referencing an RNN since I thought it was the only option due to the variable input size. Thanks
Viewing a single comment thread. View all comments