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!