I want to analyze the vectors looking for patterns and stuff, and use SVM on them to complete a classification task between class A and B, the task should be supervised. (I know it may sound odd but it's our homework.) so as a result I really need to know:
1- how to extract the coded vectors of a document using a trained model?
2- how to interpret them and how does word2vec code them?
I'm using gensim's word2vec.