Feature selection for text classification

Hello!

I want to do some binary text classification based on a Support Vector machine and a neural network in R.

To do so, I want to select some features (e.g. word2vec word embeddings, glove embeddings, unigrams, bigrams, ...) How can I do that? I have the models but I am not able to create the features.

Best and thanks a lot!

Does something like this help?

https://www.hvitfeldt.me/blog/binary-text-classification-with-tidytext-and-caret/

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.